@zimbra/api-client 87.0.0 → 88.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ "use strict";function isPromise(e){return"function"==typeof(null==e?void 0:e.then)}function _typeof$4(e){return(_typeof$4="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function isObjectLike$9(e){return"object"==_typeof$4(e)&&null!==e}Object.defineProperty(exports,"__esModule",{value:!0});var m="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator",a="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";function getLocation(e,n){for(var i,t=/\r\n|[\n\r]/g,a=1,r=n+1;(i=t.exec(e.body))&&i.index<n;)a+=1,r=n+1-(i.index+i[0].length);return{line:a,column:r}}function printLocation(e){return printSourceLocation(e.source,getLocation(e.source,e.start))}function printSourceLocation(e,n){var i=e.locationOffset.column-1,t=whitespace(i)+e.body,a=n.line-1,r=n.line+(e.locationOffset.line-1),n=n.column+(1===n.line?i:0),i="".concat(e.name,":").concat(r,":").concat(n,"\n"),e=t.split(/\r\n|[\n\r]/g),d=e[a];if(120<d.length){for(var t=Math.floor(n/80),o=n%80,s=[],l=0;l<d.length;l+=80)s.push(d.slice(l,l+80));return i+printPrefixedLines([["".concat(r),s[0]]].concat(s.slice(1,t+1).map(function(e){return["",e]}),[[" ",whitespace(o-1)+"^"],["",s[t+1]]]))}return i+printPrefixedLines([["".concat(r-1),e[a-1]],["".concat(r),d],["",whitespace(n-1)+"^"],["".concat(r+1),e[1+a]]])}function printPrefixedLines(e){var e=e.filter(function(e){return void 0!==e[1]}),i=Math.max.apply(Math,e.map(function(e){return e[0].length}));return e.map(function(e){var n=e[1];return leftPad(i,e[0])+(n?" | "+n:" |")}).join("\n")}function whitespace(e){return Array(e+1).join(" ")}function leftPad(e,n){return whitespace(e-n.length)+n}function _typeof$3(e){return(_typeof$3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ownKeys$3(n,e){var i,t=Object.keys(n);return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),t.push.apply(t,i)),t}function _objectSpread$3(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys$3(Object(i),!0).forEach(function(e){_defineProperty$6(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$3(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$6(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties$5(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$5(e,n,i){return n&&_defineProperties$5(e.prototype,n),i&&_defineProperties$5(e,i),e}function _inherits(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _createSuper(i){var t=_isNativeReflectConstruct();return function _createSuperInternal(){var e,n=_getPrototypeOf(i);return _possibleConstructorReturn(this,t?(e=_getPrototypeOf(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _possibleConstructorReturn(e,n){return!n||"object"!==_typeof$3(n)&&"function"!=typeof n?_assertThisInitialized(e):n}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var n="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function _wrapNativeSuper(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,Wrapper)}function Wrapper(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return Wrapper.prototype=Object.create(e.prototype,{constructor:{value:Wrapper,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(Wrapper,e)})(e)}function _construct(e,n,i){return(_construct=_isNativeReflectConstruct()?Reflect.construct:function _construct(e,n,i){var t=[null];t.push.apply(t,n);n=new(Function.bind.apply(e,t));return i&&_setPrototypeOf(n,i.prototype),n}).apply(null,arguments)}function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var N=function(){_inherits(GraphQLError,_wrapNativeSuper(Error));var m=_createSuper(GraphQLError);function GraphQLError(e,n,i,t,a,r,d){_classCallCheck(this,GraphQLError),(e=m.call(this,e)).name="GraphQLError",e.originalError=null!=r?r:void 0,e.nodes=undefinedIfEmpty(Array.isArray(n)?n:n?[n]:void 0);for(var o=[],s=0,l=null!=(n=e.nodes)?n:[];s<l.length;s++){var u=l[s].loc;null!=u&&o.push(u)}o=undefinedIfEmpty(o),e.source=null!=i?i:null==(n=o)?void 0:n[0].source,e.positions=null!=t?t:null==(n=o)?void 0:n.map(function(e){return e.start}),e.locations=t&&i?t.map(function(e){return getLocation(i,e)}):null==(n=o)?void 0:n.map(function(e){return getLocation(e.source,e.start)}),e.path=null!=a?a:void 0;t=null==r?void 0:r.extensions;return null==d&&isObjectLike$9(t)?e.extensions=_objectSpread$3({},t):e.extensions=null!=d?d:{},Object.defineProperties(_assertThisInitialized(e),{message:{enumerable:!0},locations:{enumerable:null!=e.locations},path:{enumerable:null!=e.path},extensions:{enumerable:null!=e.extensions&&0<Object.keys(e.extensions).length},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),null!=r&&r.stack?(Object.defineProperty(_assertThisInitialized(e),"stack",{value:r.stack,writable:!0,configurable:!0}),_possibleConstructorReturn(e)):(Error.captureStackTrace?Error.captureStackTrace(_assertThisInitialized(e),GraphQLError):Object.defineProperty(_assertThisInitialized(e),"stack",{value:Error().stack,writable:!0,configurable:!0}),e)}return _createClass$5(GraphQLError,[{key:"toString",value:function toString(){return printError(this)}},{key:a,get:function get(){return"Object"}}]),GraphQLError}();function undefinedIfEmpty(e){return void 0===e||0===e.length?void 0:e}function printError(e){var n=e.message;if(e.nodes)for(var i=0,t=e.nodes;i<t.length;i++){var a=t[i];a.loc&&(n+="\n\n"+printLocation(a.loc))}else if(e.source&&e.locations)for(var r=0,d=e.locations;r<d.length;r++)n+="\n\n"+printSourceLocation(e.source,d[r]);return n}function syntaxError(e,n,i){return new N("Syntax Error: ".concat(i),void 0,e,[n])}var T=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});function invariant$1(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}var e="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0,d=e;function defineInspect(e){var n=e.prototype.toJSON;"function"!=typeof n&&invariant$1(0),e.prototype.inspect=n,d&&(e.prototype[d]=n)}var s=function(){function Location(e,n,i){this.start=e.start,this.end=n.end,this.startToken=e,this.endToken=n,this.source=i}return Location.prototype.toJSON=function toJSON(){return{start:this.start,end:this.end}},Location}(),p=(defineInspect(s),function(){function Token(e,n,i,t,a,r,d){this.kind=e,this.start=n,this.end=i,this.line=t,this.column=a,this.value=d,this.prev=r,this.next=null}return Token.prototype.toJSON=function toJSON(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}},Token}());function isNode(e){return null!=e&&"string"==typeof e.kind}defineInspect(p);var c=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});function _typeof$2(e){return(_typeof$2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var u=10,k=2;function inspect$1(e){return formatValue$1(e,[])}function formatValue$1(e,n){switch(_typeof$2(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":formatObjectValue$1(e,n);default:return String(e)}}function formatObjectValue$1(e,n){if(-1!==n.indexOf(e))return"[Circular]";var n=[].concat(n,[e]),i=getCustomFn(e);if(void 0!==i){i=i.call(e);if(i!==e)return"string"==typeof i?i:formatValue$1(i,n)}else if(Array.isArray(e))return formatArray$1(e,n);return formatObject$1(e,n)}function formatObject$1(n,i){var e=Object.keys(n);return 0===e.length?"{}":k<i.length?"["+getObjectTag$1(n)+"]":"{ "+e.map(function(e){return e+": "+formatValue$1(n[e],i)}).join(", ")+" }"}function formatArray$1(e,n){if(0===e.length)return"[]";if(k<n.length)return"[Array]";for(var i=Math.min(u,e.length),t=e.length-i,a=[],r=0;r<i;++r)a.push(formatValue$1(e[r],n));return 1==t?a.push("... 1 more item"):1<t&&a.push("... ".concat(t," more items")),"["+a.join(", ")+"]"}function getCustomFn(e){var n=e[String(d)];return"function"==typeof n?n:"function"==typeof e.inspect?e.inspect:void 0}function getObjectTag$1(e){var n=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===n&&"function"==typeof e.constructor){e=e.constructor.name;if("string"==typeof e&&""!==e)return e}return n}function devAssert(e,n){if(!Boolean(e))throw new Error(n)}function _typeof$1(e){return(_typeof$1="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var g="production"===process.env.NODE_ENV?function instanceOf(e,n){return e instanceof n}:function instanceOf(e,n){if(e instanceof n)return!0;if("object"===_typeof$1(e)&&null!==e){var i,n=n.prototype[Symbol.toStringTag];if(n===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null==(i=e.constructor)?void 0:i.name))throw i=inspect$1(e),new Error("Cannot use ".concat(n,' "').concat(i,'" from another module or realm.\n\nEnsure that there is only one instance of "graphql" in the node_modules\ndirectory. If different versions of "graphql" are the dependencies of other\nrelied on modules, use "resolutions" to ensure only one version is installed.\n\nhttps://yarnpkg.com/en/docs/selective-version-resolutions\n\nDuplicate "graphql" modules cannot be used at the same time since different\nversions may have different capabilities and behavior. The data from one\nversion used in the function from another could produce confusing and\nspurious results.'))}return!1};function _defineProperties$4(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$4(e,n,i){return n&&_defineProperties$4(e.prototype,n),i&&_defineProperties$4(e,i),e}var h=function(){function Source(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"GraphQL request",i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{line:1,column:1};"string"!=typeof e&&devAssert(0,"Body must be a string. Received: ".concat(inspect$1(e),".")),this.body=e,this.name=n,this.locationOffset=i,0<this.locationOffset.line||devAssert(0,"line in locationOffset is 1-indexed and must be positive."),0<this.locationOffset.column||devAssert(0,"column in locationOffset is 1-indexed and must be positive.")}return _createClass$4(Source,[{key:a,get:function get(){return"Source"}}]),Source}();function isSource(e){return g(e,h)}var i=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});function dedentBlockStringValue$1(e){var n=e.split(/\r\n|[\n\r]/g),i=getBlockStringIndentation$1(e);if(0!==i)for(var t=1;t<n.length;t++)n[t]=n[t].slice(i);for(var a=0;a<n.length&&isBlank$1(n[a]);)++a;for(var r=n.length;a<r&&isBlank$1(n[r-1]);)--r;return n.slice(a,r).join("\n")}function isBlank$1(e){for(var n=0;n<e.length;++n)if(" "!==e[n]&&"\t"!==e[n])return!1;return!0}function getBlockStringIndentation$1(e){for(var n,i=!0,t=!0,a=0,r=null,d=0;d<e.length;++d)switch(e.charCodeAt(d)){case 13:10===e.charCodeAt(d+1)&&++d;case 10:t=!(i=!1),a=0;break;case 9:case 32:++a;break;default:t&&!i&&(null===r||a<r)&&(r=a),t=!1}return null!=(n=r)?n:0}function printBlockString$1(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",i=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=-1===e.indexOf("\n"),i=!t||'"'===e[e.length-1]||"\\"===e[e.length-1]||i,a="";return!i||t&&(" "===e[0]||"\t"===e[0])||(a+="\n"+n),a+=n?e.replace(/\n/g,"\n"+n):e,i&&(a+="\n"),'"""'+a.replace(/"""/g,'\\"""')+'"""'}var I=function(){function Lexer(e){var n=new p(c.SOF,0,0,0,0,null);this.source=e,this.lastToken=n,this.token=n,this.line=1,this.lineStart=0}var e=Lexer.prototype;return e.advance=function advance(){return this.lastToken=this.token,this.token=this.lookahead()},e.lookahead=function lookahead(){if((n=this.token).kind!==c.EOF)do{var e,n=null!=(e=n.next)?e:n.next=readToken(this,n)}while(n.kind===c.COMMENT);return n},Lexer}();function isPunctuatorTokenKind(e){return e===c.BANG||e===c.DOLLAR||e===c.AMP||e===c.PAREN_L||e===c.PAREN_R||e===c.SPREAD||e===c.COLON||e===c.EQUALS||e===c.AT||e===c.BRACKET_L||e===c.BRACKET_R||e===c.BRACE_L||e===c.PIPE||e===c.BRACE_R}function printCharCode(e){return isNaN(e)?c.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function readToken(e,n){for(var i=e.source,t=i.body,a=t.length,r=n.end;r<a;){var d=t.charCodeAt(r),o=e.line,s=1+r-e.lineStart;switch(d){case 65279:case 9:case 32:case 44:++r;continue;case 10:++r,++e.line,e.lineStart=r;continue;case 13:10===t.charCodeAt(r+1)?r+=2:++r,++e.line,e.lineStart=r;continue;case 33:return new p(c.BANG,r,r+1,o,s,n);case 35:return readComment(i,r,o,s,n);case 36:return new p(c.DOLLAR,r,r+1,o,s,n);case 38:return new p(c.AMP,r,r+1,o,s,n);case 40:return new p(c.PAREN_L,r,r+1,o,s,n);case 41:return new p(c.PAREN_R,r,r+1,o,s,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new p(c.SPREAD,r,r+3,o,s,n);break;case 58:return new p(c.COLON,r,r+1,o,s,n);case 61:return new p(c.EQUALS,r,r+1,o,s,n);case 64:return new p(c.AT,r,r+1,o,s,n);case 91:return new p(c.BRACKET_L,r,r+1,o,s,n);case 93:return new p(c.BRACKET_R,r,r+1,o,s,n);case 123:return new p(c.BRACE_L,r,r+1,o,s,n);case 124:return new p(c.PIPE,r,r+1,o,s,n);case 125:return new p(c.BRACE_R,r,r+1,o,s,n);case 34:return 34===t.charCodeAt(r+1)&&34===t.charCodeAt(r+2)?readBlockString(i,r,o,s,n,e):readString(i,r,o,s,n);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return readNumber(i,r,d,o,s,n);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return readName(i,r,o,s,n)}throw syntaxError(i,r,unexpectedCharacterMessage(d))}return new p(c.EOF,a,a,e.line,1+r-e.lineStart,n)}function unexpectedCharacterMessage(e){return e<32&&9!==e&&10!==e&&13!==e?"Cannot contain the invalid character ".concat(printCharCode(e),"."):39===e?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(printCharCode(e),".")}function readComment(e,n,i,t,a){for(var r,d=e.body,o=n;r=d.charCodeAt(++o),!isNaN(r)&&(31<r||9===r););return new p(c.COMMENT,n,o,i,t,a,d.slice(n+1,o))}function readNumber(e,n,i,t,a,r){var d=e.body,o=n,s=!1;if(48===(i=45===i?d.charCodeAt(++o):i)){if(48<=(i=d.charCodeAt(++o))&&i<=57)throw syntaxError(e,o,"Invalid number, unexpected digit after 0: ".concat(printCharCode(i),"."))}else o=readDigits(e,o,i),i=d.charCodeAt(o);if(46===i&&(s=!0,i=d.charCodeAt(++o),o=readDigits(e,o,i),i=d.charCodeAt(o)),69!==i&&101!==i||(s=!0,43!==(i=d.charCodeAt(++o))&&45!==i||(i=d.charCodeAt(++o)),o=readDigits(e,o,i),i=d.charCodeAt(o)),46===i||isNameStart(i))throw syntaxError(e,o,"Invalid number, expected digit but got: ".concat(printCharCode(i),"."));return new p(s?c.FLOAT:c.INT,n,o,t,a,r,d.slice(n,o))}function readDigits(e,n,i){var t=e.body,a=n,r=i;if(48<=r&&r<=57){for(;48<=(r=t.charCodeAt(++a))&&r<=57;);return a}throw syntaxError(e,a,"Invalid number, expected digit but got: ".concat(printCharCode(r),"."))}function readString(e,n,i,t,a){for(var r=e.body,d=n+1,o=d,s=0,l="";d<r.length&&!isNaN(s=r.charCodeAt(d))&&10!==s&&13!==s;){if(34===s)return l+=r.slice(o,d),new p(c.STRING,n,d+1,i,t,a,l);if(s<32&&9!==s)throw syntaxError(e,d,"Invalid character within String: ".concat(printCharCode(s),"."));if(++d,92===s){switch(l+=r.slice(o,d-1),s=r.charCodeAt(d)){case 34:l+='"';break;case 47:l+="/";break;case 92:l+="\\";break;case 98:l+="\b";break;case 102:l+="\f";break;case 110:l+="\n";break;case 114:l+="\r";break;case 116:l+="\t";break;case 117:var u,m=uniCharCode(r.charCodeAt(d+1),r.charCodeAt(d+2),r.charCodeAt(d+3),r.charCodeAt(d+4));if(m<0)throw u=r.slice(d+1,d+5),syntaxError(e,d,"Invalid character escape sequence: \\u".concat(u,"."));l+=String.fromCharCode(m),d+=4;break;default:throw syntaxError(e,d,"Invalid character escape sequence: \\".concat(String.fromCharCode(s),"."))}o=++d}}throw syntaxError(e,d,"Unterminated string.")}function readBlockString(e,n,i,t,a,r){for(var d=e.body,o=n+3,s=o,l=0,u="";o<d.length&&!isNaN(l=d.charCodeAt(o));){if(34===l&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2))return u+=d.slice(s,o),new p(c.BLOCK_STRING,n,o+3,i,t,a,dedentBlockStringValue$1(u));if(l<32&&9!==l&&10!==l&&13!==l)throw syntaxError(e,o,"Invalid character within String: ".concat(printCharCode(l),"."));10===l?(++o,++r.line,r.lineStart=o):13===l?(10===d.charCodeAt(o+1)?o+=2:++o,++r.line,r.lineStart=o):92===l&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2)&&34===d.charCodeAt(o+3)?(u+=d.slice(s,o)+'"""',s=o+=4):++o}throw syntaxError(e,o,"Unterminated string.")}function uniCharCode(e,n,i,t){return char2hex(e)<<12|char2hex(n)<<8|char2hex(i)<<4|char2hex(t)}function char2hex(e){return 48<=e&&e<=57?e-48:65<=e&&e<=70?e-55:97<=e&&e<=102?e-87:-1}function readName(e,n,i,t,a){for(var r=e.body,d=r.length,o=n+1,s=0;o!==d&&!isNaN(s=r.charCodeAt(o))&&(95===s||48<=s&&s<=57||65<=s&&s<=90||97<=s&&s<=122);)++o;return new p(c.NAME,n,o,i,t,a,r.slice(n,o))}function isNameStart(e){return 95===e||65<=e&&e<=90||97<=e&&e<=122}function parse(e,n){return new D(e,n).parseDocument()}var D=function(){function Parser(e,n){e=isSource(e)?e:new h(e);this._lexer=new I(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken(c.NAME);return{kind:T.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:T.DOCUMENT,definitions:this.many(c.SOF,this.parseDefinition,c.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek(c.NAME))switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}else{if(this.peek(c.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},e.parseOperationDefinition=function parseOperationDefinition(){var e,n,i=this._lexer.token;return this.peek(c.BRACE_L)?{kind:T.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(i)}:(e=this.parseOperationType(),this.peek(c.NAME)&&(n=this.parseName()),{kind:T.OPERATION_DEFINITION,operation:e,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(i)})},e.parseOperationType=function parseOperationType(){var e=this.expectToken(c.NAME);switch(e.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(e)},e.parseVariableDefinitions=function parseVariableDefinitions(){return this.optionalMany(c.PAREN_L,this.parseVariableDefinition,c.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:T.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(c.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(c.EQUALS)?this.parseValueLiteral(!0):void 0,directives:this.parseDirectives(!0),loc:this.loc(e)}},e.parseVariable=function parseVariable(){var e=this._lexer.token;return this.expectToken(c.DOLLAR),{kind:T.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:T.SELECTION_SET,selections:this.many(c.BRACE_L,this.parseSelection,c.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek(c.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken(c.COLON)?(e=i,this.parseName()):i;return{kind:T.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(c.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany(c.PAREN_L,e?this.parseConstArgument:this.parseArgument,c.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken(c.COLON),{kind:T.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:T.ARGUMENT,name:this.parseName(),value:(this.expectToken(c.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token,n=(this.expectToken(c.SPREAD),this.expectOptionalKeyword("on"));return!n&&this.peek(c.NAME)?{kind:T.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:T.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():void 0,directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},e.parseFragmentDefinition=function parseFragmentDefinition(){var e,n=this._lexer.token;return this.expectKeyword("fragment"),!0===(null==(e=this._options)?void 0:e.experimentalFragmentVariables)?{kind:T.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}:{kind:T.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}},e.parseFragmentName=function parseFragmentName(){if("on"===this._lexer.token.value)throw this.unexpected();return this.parseName()},e.parseValueLiteral=function parseValueLiteral(e){var n=this._lexer.token;switch(n.kind){case c.BRACKET_L:return this.parseList(e);case c.BRACE_L:return this.parseObject(e);case c.INT:return this._lexer.advance(),{kind:T.INT,value:n.value,loc:this.loc(n)};case c.FLOAT:return this._lexer.advance(),{kind:T.FLOAT,value:n.value,loc:this.loc(n)};case c.STRING:case c.BLOCK_STRING:return this.parseStringLiteral();case c.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:T.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:T.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:T.NULL,loc:this.loc(n)};default:return{kind:T.ENUM,value:n.value,loc:this.loc(n)}}case c.DOLLAR:if(e)break;return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:T.STRING,value:e.value,block:e.kind===c.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:T.LIST,values:this.any(c.BRACKET_L,function item(){return n.parseValueLiteral(e)},c.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:T.OBJECT,fields:this.any(c.BRACE_L,function item(){return n.parseObjectField(e)},c.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken(c.COLON),{kind:T.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek(c.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken(c.AT),{kind:T.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken(c.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(c.BRACKET_R),{kind:T.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken(c.BANG)?{kind:T.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:T.NAMED_TYPE,name:this.parseName(),loc:this.loc(e)}},e.parseTypeSystemDefinition=function parseTypeSystemDefinition(){var e=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(e.kind===c.NAME)switch(e.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}throw this.unexpected(e)},e.peekDescription=function peekDescription(){return this.peek(c.STRING)||this.peek(c.BLOCK_STRING)},e.parseDescription=function parseDescription(){if(this.peekDescription())return this.parseStringLiteral()},e.parseSchemaDefinition=function parseSchemaDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("schema"),this.parseDirectives(!0)),t=this.many(c.BRACE_L,this.parseOperationTypeDefinition,c.BRACE_R);return{kind:T.SCHEMA_DEFINITION,description:n,directives:i,operationTypes:t,loc:this.loc(e)}},e.parseOperationTypeDefinition=function parseOperationTypeDefinition(){var e=this._lexer.token,n=this.parseOperationType(),i=(this.expectToken(c.COLON),this.parseNamedType());return{kind:T.OPERATION_TYPE_DEFINITION,operation:n,type:i,loc:this.loc(e)}},e.parseScalarTypeDefinition=function parseScalarTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("scalar"),this.parseName()),t=this.parseDirectives(!0);return{kind:T.SCALAR_TYPE_DEFINITION,description:n,name:i,directives:t,loc:this.loc(e)}},e.parseObjectTypeDefinition=function parseObjectTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("type"),this.parseName()),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:T.OBJECT_TYPE_DEFINITION,description:n,name:i,interfaces:t,directives:a,fields:r,loc:this.loc(e)}},e.parseImplementsInterfaces=function parseImplementsInterfaces(){var e;if(!this.expectOptionalKeyword("implements"))return[];if(!0!==(null==(e=this._options)?void 0:e.allowLegacySDLImplementsInterfaces))return this.delimitedMany(c.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken(c.AMP);n.push(this.parseNamedType()),this.expectOptionalToken(c.AMP)||this.peek(c.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null==(e=this._options)?void 0:e.allowLegacySDLEmptyFields)&&this.peek(c.BRACE_L)&&this._lexer.lookahead().kind===c.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(c.BRACE_L,this.parseFieldDefinition,c.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs(),a=(this.expectToken(c.COLON),this.parseTypeReference()),r=this.parseDirectives(!0);return{kind:T.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany(c.PAREN_L,this.parseInputValueDef,c.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e,n=this._lexer.token,i=this.parseDescription(),t=this.parseName(),a=(this.expectToken(c.COLON),this.parseTypeReference()),r=(this.expectOptionalToken(c.EQUALS)&&(e=this.parseValueLiteral(!0)),this.parseDirectives(!0));return{kind:T.INPUT_VALUE_DEFINITION,description:i,name:t,type:a,defaultValue:e,directives:r,loc:this.loc(n)}},e.parseInterfaceTypeDefinition=function parseInterfaceTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("interface"),this.parseName()),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:T.INTERFACE_TYPE_DEFINITION,description:n,name:i,interfaces:t,directives:a,fields:r,loc:this.loc(e)}},e.parseUnionTypeDefinition=function parseUnionTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("union"),this.parseName()),t=this.parseDirectives(!0),a=this.parseUnionMemberTypes();return{kind:T.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken(c.EQUALS)?this.delimitedMany(c.PIPE,this.parseNamedType):[]},e.parseEnumTypeDefinition=function parseEnumTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("enum"),this.parseName()),t=this.parseDirectives(!0),a=this.parseEnumValuesDefinition();return{kind:T.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany(c.BRACE_L,this.parseEnumValueDefinition,c.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:T.ENUM_VALUE_DEFINITION,description:n,name:i,directives:t,loc:this.loc(e)}},e.parseInputObjectTypeDefinition=function parseInputObjectTypeDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("input"),this.parseName()),t=this.parseDirectives(!0),a=this.parseInputFieldsDefinition();return{kind:T.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany(c.BRACE_L,this.parseInputValueDef,c.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===c.NAME)switch(e.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}throw this.unexpected(e)},e.parseSchemaExtension=function parseSchemaExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("schema"),this.parseDirectives(!0)),i=this.optionalMany(c.BRACE_L,this.parseOperationTypeDefinition,c.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:T.SCHEMA_EXTENSION,directives:n,operationTypes:i,loc:this.loc(e)}},e.parseScalarTypeExtension=function parseScalarTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("scalar"),this.parseName()),i=this.parseDirectives(!0);if(0===i.length)throw this.unexpected();return{kind:T.SCALAR_TYPE_EXTENSION,name:n,directives:i,loc:this.loc(e)}},e.parseObjectTypeExtension=function parseObjectTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("type"),this.parseName()),i=this.parseImplementsInterfaces(),t=this.parseDirectives(!0),a=this.parseFieldsDefinition();if(0===i.length&&0===t.length&&0===a.length)throw this.unexpected();return{kind:T.OBJECT_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInterfaceTypeExtension=function parseInterfaceTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("interface"),this.parseName()),i=this.parseImplementsInterfaces(),t=this.parseDirectives(!0),a=this.parseFieldsDefinition();if(0===i.length&&0===t.length&&0===a.length)throw this.unexpected();return{kind:T.INTERFACE_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseUnionTypeExtension=function parseUnionTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("union"),this.parseName()),i=this.parseDirectives(!0),t=this.parseUnionMemberTypes();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:T.UNION_TYPE_EXTENSION,name:n,directives:i,types:t,loc:this.loc(e)}},e.parseEnumTypeExtension=function parseEnumTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("enum"),this.parseName()),i=this.parseDirectives(!0),t=this.parseEnumValuesDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:T.ENUM_TYPE_EXTENSION,name:n,directives:i,values:t,loc:this.loc(e)}},e.parseInputObjectTypeExtension=function parseInputObjectTypeExtension(){var e=this._lexer.token,n=(this.expectKeyword("extend"),this.expectKeyword("input"),this.parseName()),i=this.parseDirectives(!0),t=this.parseInputFieldsDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:T.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:i,fields:t,loc:this.loc(e)}},e.parseDirectiveDefinition=function parseDirectiveDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=(this.expectKeyword("directive"),this.expectToken(c.AT),this.parseName()),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable"),r=(this.expectKeyword("on"),this.parseDirectiveLocations());return{kind:T.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany(c.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==i[n.value])return n;throw this.unexpected(e)},e.loc=function loc(e){var n;if(!0!==(null==(n=this._options)?void 0:n.noLocation))return new s(e,this._lexer.lastToken,this._lexer.source)},e.peek=function peek(e){return this._lexer.token.kind===e},e.expectToken=function expectToken(e){var n=this._lexer.token;if(n.kind===e)return this._lexer.advance(),n;throw syntaxError(this._lexer.source,n.start,"Expected ".concat(getTokenKindDesc(e),", found ").concat(getTokenDesc(n),"."))},e.expectOptionalToken=function expectOptionalToken(e){var n=this._lexer.token;if(n.kind===e)return this._lexer.advance(),n},e.expectKeyword=function expectKeyword(e){var n=this._lexer.token;if(n.kind!==c.NAME||n.value!==e)throw syntaxError(this._lexer.source,n.start,'Expected "'.concat(e,'", found ').concat(getTokenDesc(n),"."));this._lexer.advance()},e.expectOptionalKeyword=function expectOptionalKeyword(e){var n=this._lexer.token;return n.kind===c.NAME&&n.value===e&&(this._lexer.advance(),!0)},e.unexpected=function unexpected(e){e=null!=e?e:this._lexer.token;return syntaxError(this._lexer.source,e.start,"Unexpected ".concat(getTokenDesc(e),"."))},e.any=function any(e,n,i){this.expectToken(e);for(var t=[];!this.expectOptionalToken(i);)t.push(n.call(this));return t},e.optionalMany=function optionalMany(e,n,i){if(this.expectOptionalToken(e)){for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t}return[]},e.many=function many(e,n,i){this.expectToken(e);for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t},e.delimitedMany=function delimitedMany(e,n){this.expectOptionalToken(e);for(var i=[];i.push(n.call(this)),this.expectOptionalToken(e););return i},Parser}();function getTokenDesc(e){var n=e.value;return getTokenKindDesc(e.kind)+(null!=n?' "'.concat(n,'"'):"")}function getTokenKindDesc(e){return isPunctuatorTokenKind(e)?'"'.concat(e,'"'):e}var F={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]},E=Object.freeze({});function visit(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:F,t=void 0,a=Array.isArray(e),r=[e],d=-1,o=[],s=void 0,l=void 0,u=void 0,m=[],p=[],c=e;do{var v=++d===r.length,k=v&&0!==o.length;if(v){if(l=0===p.length?void 0:m[m.length-1],s=u,u=p.pop(),k){if(a)s=s.slice();else{for(var y={},f=0,N=Object.keys(s);f<N.length;f++){var g=N[f];y[g]=s[g]}s=y}for(var T=0,h=0;h<o.length;h++){var I=o[h][0],D=o[h][1];a&&(I-=T),a&&null===D?(s.splice(I,1),T++):s[I]=D}}d=t.index,r=t.keys,o=t.edits,a=t.inArray,t=t.prev}else{if(l=u?a?d:r[d]:void 0,null==(s=u?u[l]:c))continue;u&&m.push(l)}var b=void 0;if(!Array.isArray(s)){if(!isNode(s))throw new Error("Invalid AST Node: ".concat(inspect$1(s),"."));var S=getVisitFn(n,s.kind,v);if(S){if((b=S.call(n,s,l,u,m,p))===E)break;if(!1===b){if(!v){m.pop();continue}}else if(void 0!==b&&(o.push([l,b]),!v)){if(!isNode(b)){m.pop();continue}s=b}}}void 0===b&&k&&o.push([l,s]),v?m.pop():(t={inArray:a,index:d,keys:r,edits:o,prev:t},r=(a=Array.isArray(s))?s:null!=(S=i[s.kind])?S:[],d=-1,o=[],u&&p.push(u),u=s)}while(void 0!==t);return c=0!==o.length?o[o.length-1][1]:c}function visitInParallel(t){var a=new Array(t.length);return{enter:function enter(e){for(var n=0;n<t.length;n++)if(null==a[n]){var i=getVisitFn(t[n],e.kind,!1);if(i){i=i.apply(t[n],arguments);if(!1===i)a[n]=e;else if(i===E)a[n]=E;else if(void 0!==i)return i}}},leave:function leave(e){for(var n=0;n<t.length;n++)if(null==a[n]){var i=getVisitFn(t[n],e.kind,!0);if(i){i=i.apply(t[n],arguments);if(i===E)a[n]=E;else if(void 0!==i&&!1!==i)return i}}else a[n]===e&&(a[n]=null)}}}function getVisitFn(e,n,i){var t,a=e[n];return a?i||"function"!=typeof a?"function"==typeof(t=i?a.leave:a.enter)?t:void 0:a:(t=i?e.leave:e.enter)?"function"==typeof t?t:"function"==typeof(a=t[n])?a:void 0:void 0}var b=Array.prototype.find?function(e,n){return Array.prototype.find.call(e,n)}:function(e,n){for(var i=0;i<e.length;i++){var t=e[i];if(n(t))return t}},S=b,A=Object.values||function(n){return Object.keys(n).map(function(e){return n[e]})},O=A;function locatedError(e,n,i){var t,e=e instanceof Error?e:new Error("Unexpected error value: "+inspect$1(e));return Array.isArray(e.path)?e:new N(e.message,null!=(t=e.nodes)?t:n,e.source,e.positions,i,e)}var C=/^[_a-zA-Z][_a-zA-Z0-9]*$/;function isValidNameError(e){return"string"!=typeof e&&devAssert(0,"Expected name to be a string."),1<e.length&&"_"===e[0]&&"_"===e[1]?new N('Name "'.concat(e,'" must not begin with "__", which is reserved by GraphQL introspection.')):C.test(e)?void 0:new N('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(e,'" does not.'))}var _=Object.entries||function(n){return Object.keys(n).map(function(e){return[e,n[e]]})},R=_;function keyMap(e,i){return e.reduce(function(e,n){return e[i(n)]=n,e},Object.create(null))}function mapValue(e,n){for(var i=Object.create(null),t=0,a=R(e);t<a.length;t++){var r=a[t],d=r[0];i[d]=n(r[1],d)}return i}function toObjMap(e){if(null===Object.getPrototypeOf(e))return e;for(var n=Object.create(null),i=0,t=R(e);i<t.length;i++){var a=t[i];n[a[0]]=a[1]}return n}function keyValMap(e,i,t){return e.reduce(function(e,n){return e[i(n)]=t(n),e},Object.create(null))}var w=5;function didYouMean(e,n){var n="string"==typeof e?[e,n]:[void 0,e],e=n[0],i=" Did you mean ",t=(e&&(i+=e+" "),n[1].map(function(e){return'"'.concat(e,'"')}));switch(t.length){case 0:return"";case 1:return i+t[0]+"?";case 2:return i+t[0]+" or "+t[1]+"?"}e=t.slice(0,w),n=e.pop();return i+e.join(", ")+", or "+n+"?"}function identityFunc(e){return e}function naturalCompare(e,n){for(var i=0,t=0;i<e.length&&t<n.length;){var a=e.charCodeAt(i),r=n.charCodeAt(t);if(isDigit(a)&&isDigit(r)){for(var d=0;d=10*d+a-V,isDigit(a=e.charCodeAt(++i))&&0<d;);for(var o=0;o=10*o+r-V,isDigit(r=n.charCodeAt(++t))&&0<o;);if(d<o)return-1;if(o<d)return 1}else{if(a<r)return-1;if(r<a)return 1;++i,++t}}return e.length-n.length}var V=48,P=57;function isDigit(e){return!isNaN(e)&&V<=e&&e<=P}function suggestionList(e,n){for(var t=Object.create(null),i=new j(e),a=Math.floor(.4*e.length)+1,r=0;r<n.length;r++){var d=n[r],o=i.measure(d,a);void 0!==o&&(t[d]=o)}return Object.keys(t).sort(function(e,n){var i=t[e]-t[n];return 0!=i?i:naturalCompare(e,n)})}var j=function(){function LexicalDistance(e){this._input=e,this._inputLowerCase=e.toLowerCase(),this._inputArray=stringToArray(this._inputLowerCase),this._rows=[new Array(e.length+1).fill(0),new Array(e.length+1).fill(0),new Array(e.length+1).fill(0)]}return LexicalDistance.prototype.measure=function measure(e,n){if(this._input===e)return 0;e=e.toLowerCase();if(this._inputLowerCase===e)return 1;var i=stringToArray(e),t=this._inputArray,a=(i.length<t.length&&(e=i,i=t,t=e),i.length),r=t.length;if(!(n<a-r)){for(var d=this._rows,o=0;o<=r;o++)d[0][o]=o;for(var s=1;s<=a;s++){for(var l=d[(s-1)%3],u=d[s%3],m=u[0]=s,p=1;p<=r;p++){var c=Math.min(l[p]+1,u[p-1]+1,l[p-1]+(i[s-1]===t[p-1]?0:1));(c=1<s&&1<p&&i[s-1]===t[p-2]&&i[s-2]===t[p-1]?Math.min(c,d[(s-2)%3][p-2]+1):c)<m&&(m=c),u[p]=c}if(n<m)return}e=d[a%3][r];return e<=n?e:void 0}},LexicalDistance}();function stringToArray(e){for(var n=e.length,i=new Array(n),t=0;t<n;++t)i[t]=e.charCodeAt(t);return i}function print(e){return visit(e,{leave:x})}var L=80,x={Name:function Name(e){return e.value},Variable:function Variable(e){return"$"+e.name},Document:function Document(e){return join$1(e.definitions,"\n\n")+"\n"},OperationDefinition:function OperationDefinition(e){var n=e.operation,i=e.name,t=wrap$2("(",join$1(e.variableDefinitions,", "),")"),a=join$1(e.directives," "),e=e.selectionSet;return i||a||t||"query"!==n?join$1([n,join$1([i,t]),a,e]," "):e},VariableDefinition:function VariableDefinition(e){var n=e.directives;return e.variable+": "+e.type+wrap$2(" = ",e.defaultValue)+wrap$2(" ",join$1(n," "))},SelectionSet:function SelectionSet(e){return block$1(e.selections)},Field:function Field(e){var n=e.name,i=e.arguments,t=e.directives,a=e.selectionSet,e=wrap$2("",e.alias,": ")+n,n=e+wrap$2("(",join$1(i,", "),")");return L<n.length&&(n=e+wrap$2("(\n",indent$1(join$1(i,"\n")),"\n)")),join$1([n,join$1(t," "),a]," ")},Argument:function Argument(e){return e.name+": "+e.value},FragmentSpread:function FragmentSpread(e){return"..."+e.name+wrap$2(" ",join$1(e.directives," "))},InlineFragment:function InlineFragment(e){var n=e.directives,i=e.selectionSet;return join$1(["...",wrap$2("on ",e.typeCondition),join$1(n," "),i]," ")},FragmentDefinition:function FragmentDefinition(e){var n=e.typeCondition,i=e.variableDefinitions,t=e.directives,a=e.selectionSet;return"fragment ".concat(e.name).concat(wrap$2("(",join$1(i,", "),")")," ")+"on ".concat(n," ").concat(wrap$2("",join$1(t," ")," "))+a},IntValue:function IntValue(e){return e.value},FloatValue:function FloatValue(e){return e.value},StringValue:function StringValue(e,n){var i=e.value;return e.block?printBlockString$1(i,"description"===n?"":" "):JSON.stringify(i)},BooleanValue:function BooleanValue(e){return e.value?"true":"false"},NullValue:function NullValue(){return"null"},EnumValue:function EnumValue(e){return e.value},ListValue:function ListValue(e){return"["+join$1(e.values,", ")+"]"},ObjectValue:function ObjectValue(e){return"{"+join$1(e.fields,", ")+"}"},ObjectField:function ObjectField(e){return e.name+": "+e.value},Directive:function Directive(e){return"@"+e.name+wrap$2("(",join$1(e.arguments,", "),")")},NamedType:function NamedType(e){return e.name},ListType:function ListType(e){return"["+e.type+"]"},NonNullType:function NonNullType(e){return e.type+"!"},SchemaDefinition:addDescription$1(function(e){var n=e.operationTypes;return join$1(["schema",join$1(e.directives," "),block$1(n)]," ")}),OperationTypeDefinition:function OperationTypeDefinition(e){return e.operation+": "+e.type},ScalarTypeDefinition:addDescription$1(function(e){return join$1(["scalar",e.name,join$1(e.directives," ")]," ")}),ObjectTypeDefinition:addDescription$1(function(e){var n=e.directives,i=e.fields;return join$1(["type",e.name,wrap$2("implements ",join$1(e.interfaces," & ")),join$1(n," "),block$1(i)]," ")}),FieldDefinition:addDescription$1(function(e){var n=e.arguments,i=e.type,t=e.directives;return e.name+(hasMultilineItems$1(n)?wrap$2("(\n",indent$1(join$1(n,"\n")),"\n)"):wrap$2("(",join$1(n,", "),")"))+": "+i+wrap$2(" ",join$1(t," "))}),InputValueDefinition:addDescription$1(function(e){var n=e.directives;return join$1([e.name+": "+e.type,wrap$2("= ",e.defaultValue),join$1(n," ")]," ")}),InterfaceTypeDefinition:addDescription$1(function(e){var n=e.directives,i=e.fields;return join$1(["interface",e.name,wrap$2("implements ",join$1(e.interfaces," & ")),join$1(n," "),block$1(i)]," ")}),UnionTypeDefinition:addDescription$1(function(e){var n=e.types;return join$1(["union",e.name,join$1(e.directives," "),n&&0!==n.length?"= "+join$1(n," | "):""]," ")}),EnumTypeDefinition:addDescription$1(function(e){var n=e.values;return join$1(["enum",e.name,join$1(e.directives," "),block$1(n)]," ")}),EnumValueDefinition:addDescription$1(function(e){return join$1([e.name,join$1(e.directives," ")]," ")}),InputObjectTypeDefinition:addDescription$1(function(e){var n=e.fields;return join$1(["input",e.name,join$1(e.directives," "),block$1(n)]," ")}),DirectiveDefinition:addDescription$1(function(e){var n=e.arguments,i=e.repeatable,t=e.locations;return"directive @"+e.name+(hasMultilineItems$1(n)?wrap$2("(\n",indent$1(join$1(n,"\n")),"\n)"):wrap$2("(",join$1(n,", "),")"))+(i?" repeatable":"")+" on "+join$1(t," | ")}),SchemaExtension:function SchemaExtension(e){var n=e.operationTypes;return join$1(["extend schema",join$1(e.directives," "),block$1(n)]," ")},ScalarTypeExtension:function ScalarTypeExtension(e){return join$1(["extend scalar",e.name,join$1(e.directives," ")]," ")},ObjectTypeExtension:function ObjectTypeExtension(e){var n=e.directives,i=e.fields;return join$1(["extend type",e.name,wrap$2("implements ",join$1(e.interfaces," & ")),join$1(n," "),block$1(i)]," ")},InterfaceTypeExtension:function InterfaceTypeExtension(e){var n=e.directives,i=e.fields;return join$1(["extend interface",e.name,wrap$2("implements ",join$1(e.interfaces," & ")),join$1(n," "),block$1(i)]," ")},UnionTypeExtension:function UnionTypeExtension(e){var n=e.types;return join$1(["extend union",e.name,join$1(e.directives," "),n&&0!==n.length?"= "+join$1(n," | "):""]," ")},EnumTypeExtension:function EnumTypeExtension(e){var n=e.values;return join$1(["extend enum",e.name,join$1(e.directives," "),block$1(n)]," ")},InputObjectTypeExtension:function InputObjectTypeExtension(e){var n=e.fields;return join$1(["extend input",e.name,join$1(e.directives," "),block$1(n)]," ")}};function addDescription$1(n){return function(e){return join$1([e.description,n(e)],"\n")}}function join$1(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"";return null!=(e=null==e?void 0:e.filter(function(e){return e}).join(n))?e:""}function block$1(e){return wrap$2("{\n",indent$1(join$1(e,"\n")),"\n}")}function wrap$2(e,n){return null!=n&&""!==n?e+n+(2<arguments.length&&void 0!==arguments[2]?arguments[2]:""):""}function indent$1(e){return wrap$2(" ",e.replace(/\n/g,"\n "))}function isMultiline(e){return-1!==e.indexOf("\n")}function hasMultilineItems$1(e){return null!=e&&e.some(isMultiline)}function valueFromASTUntyped(e,n){switch(e.kind){case T.NULL:return null;case T.INT:return parseInt(e.value,10);case T.FLOAT:return parseFloat(e.value);case T.STRING:case T.ENUM:case T.BOOLEAN:return e.value;case T.LIST:return e.values.map(function(e){return valueFromASTUntyped(e,n)});case T.OBJECT:return keyValMap(e.fields,function(e){return e.name.value},function(e){return valueFromASTUntyped(e.value,n)});case T.VARIABLE:return null==n?void 0:n[e.name.value]}invariant$1(0,"Unexpected value node: "+inspect$1(e))}function _defineProperties$3(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$3(e,n,i){return n&&_defineProperties$3(e.prototype,n),i&&_defineProperties$3(e,i),e}function isType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isInputObjectType(e)||isListType(e)||isNonNullType(e)}function assertType(e){if(isType(e))return e;throw new Error("Expected ".concat(inspect$1(e)," to be a GraphQL type."))}function isScalarType(e){return g(e,B)}function isObjectType(e){return g(e,M)}function isInterfaceType(e){return g(e,z)}function isUnionType(e){return g(e,$)}function isEnumType(e){return g(e,q)}function isInputObjectType(e){return g(e,U)}function isListType(e){return g(e,GraphQLList)}function isNonNullType(e){return g(e,GraphQLNonNull)}function isInputType(e){return isScalarType(e)||isEnumType(e)||isInputObjectType(e)||isWrappingType(e)&&isInputType(e.ofType)}function isOutputType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isWrappingType(e)&&isOutputType(e.ofType)}function isLeafType(e){return isScalarType(e)||isEnumType(e)}function isCompositeType(e){return isObjectType(e)||isInterfaceType(e)||isUnionType(e)}function isAbstractType(e){return isInterfaceType(e)||isUnionType(e)}function GraphQLList(e){if(!(this instanceof GraphQLList))return new GraphQLList(e);this.ofType=assertType(e)}function GraphQLNonNull(e){if(!(this instanceof GraphQLNonNull))return new GraphQLNonNull(e);this.ofType=assertNullableType(e)}function isWrappingType(e){return isListType(e)||isNonNullType(e)}function isNullableType(e){return isType(e)&&!isNonNullType(e)}function assertNullableType(e){if(isNullableType(e))return e;throw new Error("Expected ".concat(inspect$1(e)," to be a GraphQL nullable type."))}function getNullableType(e){if(e)return isNonNullType(e)?e.ofType:e}function isNamedType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isInputObjectType(e)}function getNamedType(e){if(e){for(var n=e;isWrappingType(n);)n=n.ofType;return n}}function resolveThunk(e){return"function"==typeof e?e():e}function undefineIfEmpty(e){return e&&0<e.length?e:void 0}GraphQLList.prototype.toString=function toString(){return"["+String(this.ofType)+"]"},GraphQLList.prototype.toJSON=function toJSON(){return this.toString()},Object.defineProperty(GraphQLList.prototype,a,{get:function get(){return"GraphQLList"}}),defineInspect(GraphQLList),GraphQLNonNull.prototype.toString=function toString(){return String(this.ofType)+"!"},GraphQLNonNull.prototype.toJSON=function toJSON(){return this.toString()},Object.defineProperty(GraphQLNonNull.prototype,a,{get:function get(){return"GraphQLNonNull"}}),defineInspect(GraphQLNonNull);var B=function(){function GraphQLScalarType(e){var n,i=null!=(n=e.parseValue)?n:identityFunc;this.name=e.name,this.description=e.description,this.specifiedByUrl=e.specifiedByUrl,this.serialize=null!=(n=e.serialize)?n:identityFunc,this.parseValue=i,this.parseLiteral=null!=(n=e.parseLiteral)?n:function(e,n){return i(valueFromASTUntyped(e,n))},this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),"string"!=typeof e.name&&devAssert(0,"Must provide name."),null!=e.specifiedByUrl&&"string"!=typeof e.specifiedByUrl&&devAssert(0,"".concat(this.name,' must provide "specifiedByUrl" as a string, ')+"but got: ".concat(inspect$1(e.specifiedByUrl),".")),null!=e.serialize&&"function"!=typeof e.serialize&&devAssert(0,"".concat(this.name,' must provide "serialize" function. If this custom Scalar is also used as an input type, ensure "parseValue" and "parseLiteral" functions are also provided.')),!e.parseLiteral||"function"==typeof e.parseValue&&"function"==typeof e.parseLiteral||devAssert(0,"".concat(this.name,' must provide both "parseValue" and "parseLiteral" functions.'))}var e=GraphQLScalarType.prototype;return e.toConfig=function toConfig(){var e;return{name:this.name,description:this.description,specifiedByUrl:this.specifiedByUrl,serialize:this.serialize,parseValue:this.parseValue,parseLiteral:this.parseLiteral,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLScalarType,[{key:a,get:function get(){return"GraphQLScalarType"}}]),GraphQLScalarType}(),M=(defineInspect(B),function(){function GraphQLObjectType(e){this.name=e.name,this.description=e.description,this.isTypeOf=e.isTypeOf,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._fields=defineFieldMap.bind(void 0,e),this._interfaces=defineInterfaces.bind(void 0,e),"string"!=typeof e.name&&devAssert(0,"Must provide name."),null!=e.isTypeOf&&"function"!=typeof e.isTypeOf&&devAssert(0,"".concat(this.name,' must provide "isTypeOf" as a function, ')+"but got: ".concat(inspect$1(e.isTypeOf),"."))}var e=GraphQLObjectType.prototype;return e.getFields=function getFields(){return"function"==typeof this._fields&&(this._fields=this._fields()),this._fields},e.getInterfaces=function getInterfaces(){return"function"==typeof this._interfaces&&(this._interfaces=this._interfaces()),this._interfaces},e.toConfig=function toConfig(){return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:fieldsToFieldsConfig(this.getFields()),isTypeOf:this.isTypeOf,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:this.extensionASTNodes||[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLObjectType,[{key:a,get:function get(){return"GraphQLObjectType"}}]),GraphQLObjectType}());function defineInterfaces(e){var n=null!=(n=resolveThunk(e.interfaces))?n:[];return Array.isArray(n)||devAssert(0,"".concat(e.name," interfaces must be an Array or a function which returns an Array.")),n}function defineFieldMap(t){var e=resolveThunk(t.fields);return isPlainObj(e)||devAssert(0,"".concat(t.name," fields must be an object with field names as keys or a function which returns such an object.")),mapValue(e,function(e,n){isPlainObj(e)||devAssert(0,"".concat(t.name,".").concat(n," field config must be an object.")),"isDeprecated"in e&&devAssert(0,"".concat(t.name,".").concat(n,' should provide "deprecationReason" instead of "isDeprecated".')),null!=e.resolve&&"function"!=typeof e.resolve&&devAssert(0,"".concat(t.name,".").concat(n," field resolver must be a function if ")+"provided, but got: ".concat(inspect$1(e.resolve),"."));var i=null!=(i=e.args)?i:{},i=(isPlainObj(i)||devAssert(0,"".concat(t.name,".").concat(n," args must be an object with argument names as keys.")),R(i).map(function(e){var n=e[1];return{name:e[0],description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions&&toObjMap(n.extensions),astNode:n.astNode}}));return{name:n,description:e.description,type:e.type,args:i,resolve:e.resolve,subscribe:e.subscribe,isDeprecated:null!=e.deprecationReason,deprecationReason:e.deprecationReason,extensions:e.extensions&&toObjMap(e.extensions),astNode:e.astNode}})}function isPlainObj(e){return isObjectLike$9(e)&&!Array.isArray(e)}function fieldsToFieldsConfig(e){return mapValue(e,function(e){return{description:e.description,type:e.type,args:argsToArgsConfig(e.args),resolve:e.resolve,subscribe:e.subscribe,deprecationReason:e.deprecationReason,extensions:e.extensions,astNode:e.astNode}})}function argsToArgsConfig(e){return keyValMap(e,function(e){return e.name},function(e){return{description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions,astNode:e.astNode}})}function isRequiredArgument(e){return isNonNullType(e.type)&&void 0===e.defaultValue}defineInspect(M);var z=function(){function GraphQLInterfaceType(e){this.name=e.name,this.description=e.description,this.resolveType=e.resolveType,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._fields=defineFieldMap.bind(void 0,e),this._interfaces=defineInterfaces.bind(void 0,e),"string"!=typeof e.name&&devAssert(0,"Must provide name."),null!=e.resolveType&&"function"!=typeof e.resolveType&&devAssert(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat(inspect$1(e.resolveType),"."))}var e=GraphQLInterfaceType.prototype;return e.getFields=function getFields(){return"function"==typeof this._fields&&(this._fields=this._fields()),this._fields},e.getInterfaces=function getInterfaces(){return"function"==typeof this._interfaces&&(this._interfaces=this._interfaces()),this._interfaces},e.toConfig=function toConfig(){var e;return{name:this.name,description:this.description,interfaces:this.getInterfaces(),fields:fieldsToFieldsConfig(this.getFields()),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInterfaceType,[{key:a,get:function get(){return"GraphQLInterfaceType"}}]),GraphQLInterfaceType}(),$=(defineInspect(z),function(){function GraphQLUnionType(e){this.name=e.name,this.description=e.description,this.resolveType=e.resolveType,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._types=defineTypes.bind(void 0,e),"string"!=typeof e.name&&devAssert(0,"Must provide name."),null!=e.resolveType&&"function"!=typeof e.resolveType&&devAssert(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat(inspect$1(e.resolveType),"."))}var e=GraphQLUnionType.prototype;return e.getTypes=function getTypes(){return"function"==typeof this._types&&(this._types=this._types()),this._types},e.toConfig=function toConfig(){var e;return{name:this.name,description:this.description,types:this.getTypes(),resolveType:this.resolveType,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLUnionType,[{key:a,get:function get(){return"GraphQLUnionType"}}]),GraphQLUnionType}());function defineTypes(e){var n=resolveThunk(e.types);return Array.isArray(n)||devAssert(0,"Must provide Array of types or a function which returns such an array for Union ".concat(e.name,".")),n}defineInspect($);var q=function(){function GraphQLEnumType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._values=defineEnumValues(this.name,e.values),this._valueLookup=new Map(this._values.map(function(e){return[e.value,e]})),this._nameLookup=keyMap(this._values,function(e){return e.name}),"string"!=typeof e.name&&devAssert(0,"Must provide name.")}var e=GraphQLEnumType.prototype;return e.getValues=function getValues(){return this._values},e.getValue=function getValue(e){return this._nameLookup[e]},e.serialize=function serialize(e){var n=this._valueLookup.get(e);if(void 0===n)throw new N('Enum "'.concat(this.name,'" cannot represent value: ').concat(inspect$1(e)));return n.name},e.parseValue=function parseValue(e){if("string"!=typeof e)throw n=inspect$1(e),new N('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(n,".")+didYouMeanEnumValue(this,n));var n=this.getValue(e);if(null==n)throw new N('Value "'.concat(e,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,e));return n.value},e.parseLiteral=function parseLiteral(e,n){if(e.kind!==T.ENUM)throw t=print(e),new N('Enum "'.concat(this.name,'" cannot represent non-enum value: ').concat(t,".")+didYouMeanEnumValue(this,t),e);var i,t=this.getValue(e.value);if(null==t)throw i=print(e),new N('Value "'.concat(i,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,i),e);return t.value},e.toConfig=function toConfig(){var e=keyValMap(this.getValues(),function(e){return e.name},function(e){return{description:e.description,value:e.value,deprecationReason:e.deprecationReason,extensions:e.extensions,astNode:e.astNode}});return{name:this.name,description:this.description,values:e,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLEnumType,[{key:a,get:function get(){return"GraphQLEnumType"}}]),GraphQLEnumType}();function didYouMeanEnumValue(e,n){return didYouMean("the enum value",suggestionList(n,e.getValues().map(function(e){return e.name})))}function defineEnumValues(i,e){return isPlainObj(e)||devAssert(0,"".concat(i," values must be an object with value names as keys.")),R(e).map(function(e){var n=e[0],e=e[1];return isPlainObj(e)||devAssert(0,"".concat(i,".").concat(n,' must refer to an object with a "value" key ')+"representing an internal value but got: ".concat(inspect$1(e),".")),"isDeprecated"in e&&devAssert(0,"".concat(i,".").concat(n,' should provide "deprecationReason" instead of "isDeprecated".')),{name:n,description:e.description,value:void 0!==e.value?e.value:n,isDeprecated:null!=e.deprecationReason,deprecationReason:e.deprecationReason,extensions:e.extensions&&toObjMap(e.extensions),astNode:e.astNode}})}defineInspect(q);var U=function(){function GraphQLInputObjectType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._fields=defineInputFieldMap.bind(void 0,e),"string"!=typeof e.name&&devAssert(0,"Must provide name.")}var e=GraphQLInputObjectType.prototype;return e.getFields=function getFields(){return"function"==typeof this._fields&&(this._fields=this._fields()),this._fields},e.toConfig=function toConfig(){var e=mapValue(this.getFields(),function(e){return{description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions,astNode:e.astNode}});return{name:this.name,description:this.description,fields:e,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInputObjectType,[{key:a,get:function get(){return"GraphQLInputObjectType"}}]),GraphQLInputObjectType}();function defineInputFieldMap(i){var e=resolveThunk(i.fields);return isPlainObj(e)||devAssert(0,"".concat(i.name," fields must be an object with field names as keys or a function which returns such an object.")),mapValue(e,function(e,n){return"resolve"in e&&devAssert(0,"".concat(i.name,".").concat(n," field has a resolve property, but Input Types cannot define resolvers.")),{name:n,description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions&&toObjMap(e.extensions),astNode:e.astNode}})}function isRequiredInputField(e){return isNonNullType(e.type)&&void 0===e.defaultValue}function isEqualType(e,n){return e===n||(isNonNullType(e)&&isNonNullType(n)||!(!isListType(e)||!isListType(n)))&&isEqualType(e.ofType,n.ofType)}function isTypeSubTypeOf(e,n,i){return n===i||(isNonNullType(i)?!!isNonNullType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):isNonNullType(n)?isTypeSubTypeOf(e,n.ofType,i):isListType(i)?!!isListType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):!isListType(n)&&isAbstractType(i)&&(isInterfaceType(n)||isObjectType(n))&&e.isSubType(i,n))}function doTypesOverlap(n,e,i){return e===i||(isAbstractType(e)?isAbstractType(i)?n.getPossibleTypes(e).some(function(e){return n.isSubType(i,e)}):n.isSubType(e,i):!!isAbstractType(i)&&n.isSubType(i,e))}defineInspect(U);var G=Array.from||function(e,n,i){if(null==e)throw new TypeError("Array.from requires an array-like object - not null or undefined");var t=e[m];if("function"==typeof t){for(var a,r=t.call(e),d=[],o=0;!(a=r.next()).done;++o)if(d.push(n.call(i,a.value,o)),9999999<o)throw new TypeError("Near-infinite iteration.");return d}var s=e.length;if("number"==typeof s&&0<=s&&s%1==0){for(var l=[],u=0;u<s;++u)Object.prototype.hasOwnProperty.call(e,u)&&l.push(n.call(i,e[u],u));return l}return[]},Q=G,H=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},W=H;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function safeArrayFrom(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:function(e){return e};if(null!=e&&"object"===_typeof(e)){if(Array.isArray(e))return e.map(n);var i=e[m];if("function"==typeof i){for(var t,a=i.call(e),r=[],d=0;!(t=a.next()).done;++d)r.push(n(t.value,d));return r}var o=e.length;if("number"==typeof o&&0<=o&&o%1==0){for(var s=[],l=0;l<o;++l){if(!Object.prototype.hasOwnProperty.call(e,l))return null;s.push(n(e[String(l)],l))}return s}}return null}var K=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},Y=K,J=2147483647,Z=-2147483648;function serializeInt(e){e=serializeObject(e);if("boolean"==typeof e)return e?1:0;var n=e;if("string"==typeof e&&""!==e&&(n=Number(e)),!Y(n))throw new N("Int cannot represent non-integer value: ".concat(inspect$1(e)));if(J<n||n<Z)throw new N("Int cannot represent non 32-bit signed integer value: "+inspect$1(e));return n}function coerceInt(e){if(!Y(e))throw new N("Int cannot represent non-integer value: ".concat(inspect$1(e)));if(J<e||e<Z)throw new N("Int cannot represent non 32-bit signed integer value: ".concat(e));return e}var X=new B({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.",serialize:serializeInt,parseValue:coerceInt,parseLiteral:function parseLiteral(e){if(e.kind!==T.INT)throw new N("Int cannot represent non-integer value: ".concat(print(e)),e);var n=parseInt(e.value,10);if(J<n||n<Z)throw new N("Int cannot represent non 32-bit signed integer value: ".concat(e.value),e);return n}});function serializeFloat(e){e=serializeObject(e);if("boolean"==typeof e)return e?1:0;var n=e;if("string"==typeof e&&""!==e&&(n=Number(e)),W(n))return n;throw new N("Float cannot represent non numeric value: ".concat(inspect$1(e)))}function coerceFloat(e){if(W(e))return e;throw new N("Float cannot represent non numeric value: ".concat(inspect$1(e)))}var ee=new B({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).",serialize:serializeFloat,parseValue:coerceFloat,parseLiteral:function parseLiteral(e){if(e.kind!==T.FLOAT&&e.kind!==T.INT)throw new N("Float cannot represent non numeric value: ".concat(print(e)),e);return parseFloat(e.value)}});function serializeObject(e){if(isObjectLike$9(e)){if("function"==typeof e.valueOf){var n=e.valueOf();if(!isObjectLike$9(n))return n}if("function"==typeof e.toJSON)return e.toJSON()}return e}function serializeString(e){var n=serializeObject(e);if("string"==typeof n)return n;if("boolean"==typeof n)return n?"true":"false";if(W(n))return n.toString();throw new N("String cannot represent value: ".concat(inspect$1(e)))}function coerceString(e){if("string"!=typeof e)throw new N("String cannot represent a non string value: ".concat(inspect$1(e)));return e}var n=new B({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.",serialize:serializeString,parseValue:coerceString,parseLiteral:function parseLiteral(e){if(e.kind!==T.STRING)throw new N("String cannot represent a non string value: ".concat(print(e)),e);return e.value}});function serializeBoolean(e){e=serializeObject(e);if("boolean"==typeof e)return e;if(W(e))return 0!==e;throw new N("Boolean cannot represent a non boolean value: ".concat(inspect$1(e)))}function coerceBoolean(e){if("boolean"!=typeof e)throw new N("Boolean cannot represent a non boolean value: ".concat(inspect$1(e)));return e}var ne=new B({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:serializeBoolean,parseValue:coerceBoolean,parseLiteral:function parseLiteral(e){if(e.kind!==T.BOOLEAN)throw new N("Boolean cannot represent a non boolean value: ".concat(print(e)),e);return e.value}});function serializeID(e){var n=serializeObject(e);if("string"==typeof n)return n;if(Y(n))return String(n);throw new N("ID cannot represent value: ".concat(inspect$1(e)))}function coerceID(e){if("string"==typeof e)return e;if(Y(e))return e.toString();throw new N("ID cannot represent value: ".concat(inspect$1(e)))}var ie=new B({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.',serialize:serializeID,parseValue:coerceID,parseLiteral:function parseLiteral(e){if(e.kind!==T.STRING&&e.kind!==T.INT)throw new N("ID cannot represent a non-string and non-integer value: "+print(e),e);return e.value}}),te=Object.freeze([n,X,ee,ne,ie]);function isSpecifiedScalarType(n){return te.some(function(e){return n.name===e.name})}function astFromValue(e,n){if(isNonNullType(n))return(null==(c=astFromValue(e,n.ofType))?void 0:c.kind)===T.NULL?null:c;if(null===e)return{kind:T.NULL};if(void 0===e)return null;if(isListType(n)){var i=n.ofType,t=safeArrayFrom(e);if(null==t)return astFromValue(e,i);for(var a=[],r=0;r<t.length;r++){var d=astFromValue(t[r],i);null!=d&&a.push(d)}return{kind:T.LIST,values:a}}if(isInputObjectType(n)){if(!isObjectLike$9(e))return null;for(var o=[],s=0,l=O(n.getFields());s<l.length;s++){var u=l[s],m=astFromValue(e[u.name],u.type);m&&o.push({kind:T.OBJECT_FIELD,name:{kind:T.NAME,value:u.name},value:m})}return{kind:T.OBJECT,fields:o}}if(isLeafType(n)){var p,c=n.serialize(e);if(null==c)return null;if("boolean"==typeof c)return{kind:T.BOOLEAN,value:c};if("number"==typeof c&&W(c))return p=String(c),ae.test(p)?{kind:T.INT,value:p}:{kind:T.FLOAT,value:p};if("string"==typeof c)return isEnumType(n)?{kind:T.ENUM,value:c}:n===ie&&ae.test(c)?{kind:T.INT,value:c}:{kind:T.STRING,value:c};throw new TypeError("Cannot convert value to AST: ".concat(inspect$1(c),"."))}invariant$1(0,"Unexpected input type: "+inspect$1(n))}var ae=/^-?(?:0|[1-9][0-9]*)$/,re=new M({name:"__Schema",description:"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",fields:function fields(){return{description:{type:n,resolve:function resolve(e){return e.description}},types:{description:"A list of all types supported by this server.",type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(se))),resolve:function resolve(e){return O(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new GraphQLNonNull(se),resolve:function resolve(e){return e.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:se,resolve:function resolve(e){return e.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:se,resolve:function resolve(e){return e.getSubscriptionType()}},directives:{description:"A list of all directives supported by this server.",type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(de))),resolve:function resolve(e){return e.getDirectives()}}}}}),de=new M({name:"__Directive",description:"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",fields:function fields(){return{name:{type:new GraphQLNonNull(n),resolve:function resolve(e){return e.name}},description:{type:n,resolve:function resolve(e){return e.description}},isRepeatable:{type:new GraphQLNonNull(ne),resolve:function resolve(e){return e.isRepeatable}},locations:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(oe))),resolve:function resolve(e){return e.locations}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(ue))),args:{includeDeprecated:{type:ne,defaultValue:!1}},resolve:function resolve(e,n){return n.includeDeprecated?e.args:e.args.filter(function(e){return null==e.deprecationReason})}}}}}),oe=new q({name:"__DirectiveLocation",description:"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",values:{QUERY:{value:i.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:i.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:i.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:i.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:i.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:i.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:i.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:i.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:i.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:i.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:i.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:i.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:i.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:i.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:i.UNION,description:"Location adjacent to a union definition."},ENUM:{value:i.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:i.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:i.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:i.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),se=new M({name:"__Type",description:"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByUrl`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",fields:function fields(){return{kind:{type:new GraphQLNonNull(ce),resolve:function resolve(e){return isScalarType(e)?pe.SCALAR:isObjectType(e)?pe.OBJECT:isInterfaceType(e)?pe.INTERFACE:isUnionType(e)?pe.UNION:isEnumType(e)?pe.ENUM:isInputObjectType(e)?pe.INPUT_OBJECT:isListType(e)?pe.LIST:isNonNullType(e)?pe.NON_NULL:void invariant$1(0,'Unexpected type: "'.concat(inspect$1(e),'".'))}},name:{type:n,resolve:function resolve(e){return void 0!==e.name?e.name:void 0}},description:{type:n,resolve:function resolve(e){return void 0!==e.description?e.description:void 0}},specifiedByUrl:{type:n,resolve:function resolve(e){return void 0!==e.specifiedByUrl?e.specifiedByUrl:void 0}},fields:{type:new GraphQLList(new GraphQLNonNull(le)),args:{includeDeprecated:{type:ne,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isObjectType(e)||isInterfaceType(e))return e=O(e.getFields()),n?e:e.filter(function(e){return null==e.deprecationReason})}},interfaces:{type:new GraphQLList(new GraphQLNonNull(se)),resolve:function resolve(e){if(isObjectType(e)||isInterfaceType(e))return e.getInterfaces()}},possibleTypes:{type:new GraphQLList(new GraphQLNonNull(se)),resolve:function resolve(e,n,i,t){t=t.schema;if(isAbstractType(e))return t.getPossibleTypes(e)}},enumValues:{type:new GraphQLList(new GraphQLNonNull(me)),args:{includeDeprecated:{type:ne,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isEnumType(e))return e=e.getValues(),n?e:e.filter(function(e){return null==e.deprecationReason})}},inputFields:{type:new GraphQLList(new GraphQLNonNull(ue)),args:{includeDeprecated:{type:ne,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isInputObjectType(e))return e=O(e.getFields()),n?e:e.filter(function(e){return null==e.deprecationReason})}},ofType:{type:se,resolve:function resolve(e){return void 0!==e.ofType?e.ofType:void 0}}}}}),le=new M({name:"__Field",description:"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",fields:function fields(){return{name:{type:new GraphQLNonNull(n),resolve:function resolve(e){return e.name}},description:{type:n,resolve:function resolve(e){return e.description}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(ue))),args:{includeDeprecated:{type:ne,defaultValue:!1}},resolve:function resolve(e,n){return n.includeDeprecated?e.args:e.args.filter(function(e){return null==e.deprecationReason})}},type:{type:new GraphQLNonNull(se),resolve:function resolve(e){return e.type}},isDeprecated:{type:new GraphQLNonNull(ne),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:n,resolve:function resolve(e){return e.deprecationReason}}}}}),ue=new M({name:"__InputValue",description:"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",fields:function fields(){return{name:{type:new GraphQLNonNull(n),resolve:function resolve(e){return e.name}},description:{type:n,resolve:function resolve(e){return e.description}},type:{type:new GraphQLNonNull(se),resolve:function resolve(e){return e.type}},defaultValue:{type:n,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function resolve(e){e=astFromValue(e.defaultValue,e.type);return e?print(e):null}},isDeprecated:{type:new GraphQLNonNull(ne),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:n,resolve:function resolve(e){return e.deprecationReason}}}}}),me=new M({name:"__EnumValue",description:"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",fields:function fields(){return{name:{type:new GraphQLNonNull(n),resolve:function resolve(e){return e.name}},description:{type:n,resolve:function resolve(e){return e.description}},isDeprecated:{type:new GraphQLNonNull(ne),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:n,resolve:function resolve(e){return e.deprecationReason}}}}}),pe=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),ce=new q({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:pe.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:pe.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:pe.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:pe.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:pe.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:pe.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:pe.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:pe.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),ve={name:"__schema",type:new GraphQLNonNull(re),description:"Access the current type schema of this server.",args:[],resolve:function resolve(e,n,i,t){return t.schema},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},ke={name:"__type",type:se,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new GraphQLNonNull(n),defaultValue:void 0,deprecationReason:void 0,extensions:void 0,astNode:void 0}],resolve:function resolve(e,n,i,t){return t.schema.getType(n.name)},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},ye={name:"__typename",type:new GraphQLNonNull(n),description:"The name of the current Object type at runtime.",args:[],resolve:function resolve(e,n,i,t){return t.parentType.name},isDeprecated:!1,deprecationReason:void 0,extensions:void 0,astNode:void 0},fe=Object.freeze([re,de,oe,se,le,ue,me,ce]);function isIntrospectionType(n){return fe.some(function(e){return n.name===e.name})}function _defineProperties$2(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$2(e,n,i){return n&&_defineProperties$2(e.prototype,n),i&&_defineProperties$2(e,i),e}function isDirective(e){return g(e,Ne)}var Ne=function(){function GraphQLDirective(e){this.name=e.name,this.description=e.description,this.locations=e.locations,this.isRepeatable=null!=(n=e.isRepeatable)&&n,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,e.name||devAssert(0,"Directive must be named."),Array.isArray(e.locations)||devAssert(0,"@".concat(e.name," locations must be an Array."));var n=null!=(n=e.args)?n:{};isObjectLike$9(n)&&!Array.isArray(n)||devAssert(0,"@".concat(e.name," args must be an object with argument names as keys.")),this.args=R(n).map(function(e){var n=e[1];return{name:e[0],description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions&&toObjMap(n.extensions),astNode:n.astNode}})}var e=GraphQLDirective.prototype;return e.toConfig=function toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:argsToArgsConfig(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}},e.toString=function toString(){return"@"+this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$2(GraphQLDirective,[{key:a,get:function get(){return"GraphQLDirective"}}]),GraphQLDirective}(),ge=(defineInspect(Ne),new Ne({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[i.FIELD,i.FRAGMENT_SPREAD,i.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(ne),description:"Included when true."}}})),Te=new Ne({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[i.FIELD,i.FRAGMENT_SPREAD,i.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(ne),description:"Skipped when true."}}}),he="No longer supported",Ie=new Ne({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[i.FIELD_DEFINITION,i.ARGUMENT_DEFINITION,i.INPUT_FIELD_DEFINITION,i.ENUM_VALUE],args:{reason:{type:n,description:"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",defaultValue:he}}}),De=new Ne({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[i.SCALAR],args:{url:{type:new GraphQLNonNull(n),description:"The URL that specifies the behaviour of this scalar."}}}),be=Object.freeze([ge,Te,Ie,De]);function isSpecifiedDirective(n){return be.some(function(e){return e.name===n.name})}function _defineProperties$1(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$1(e,n,i){return n&&_defineProperties$1(e.prototype,n),i&&_defineProperties$1(e,i),e}function isSchema(e){return g(e,Se)}function assertSchema(e){if(isSchema(e))return e;throw new Error("Expected ".concat(inspect$1(e)," to be a GraphQL schema."))}var Se=function(){function GraphQLSchema(e){this.__validationErrors=!0===e.assumeValid?[]:void 0,isObjectLike$9(e)||devAssert(0,"Must provide configuration object."),e.types&&!Array.isArray(e.types)&&devAssert(0,'"types" must be Array if provided but got: '.concat(inspect$1(e.types),".")),e.directives&&!Array.isArray(e.directives)&&devAssert(0,'"directives" must be Array if provided but got: '+"".concat(inspect$1(e.directives),".")),this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=e.extensionASTNodes,this._queryType=e.query,this._mutationType=e.mutation,this._subscriptionType=e.subscription,this._directives=null!=(n=e.directives)?n:be;var n,i=new Set(e.types);if(null!=e.types)for(var t=0,a=e.types;t<a.length;t++){var r=a[t];i.delete(r),collectReferencedTypes(r,i)}null!=this._queryType&&collectReferencedTypes(this._queryType,i),null!=this._mutationType&&collectReferencedTypes(this._mutationType,i),null!=this._subscriptionType&&collectReferencedTypes(this._subscriptionType,i);for(var d=0,o=this._directives;d<o.length;d++){var s=o[d];if(isDirective(s))for(var l=0,u=s.args;l<u.length;l++)collectReferencedTypes(u[l].type,i)}collectReferencedTypes(re,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var m=0,p=Q(i);m<p.length;m++){var c=p[m];if(null!=c){var v=c.name;if(v||devAssert(0,"One of the provided types for building the Schema is missing a name."),void 0!==this._typeMap[v])throw new Error('Schema must contain uniquely named types but contains multiple types named "'.concat(v,'".'));if(isInterfaceType(this._typeMap[v]=c))for(var k=0,y=c.getInterfaces();k<y.length;k++){var f,N=y[k];isInterfaceType(N)&&(f=void 0===(f=this._implementationsMap[N.name])?this._implementationsMap[N.name]={objects:[],interfaces:[]}:f).interfaces.push(c)}else if(isObjectType(c))for(var g=0,T=c.getInterfaces();g<T.length;g++){var h,I=T[g];isInterfaceType(I)&&(h=void 0===(h=this._implementationsMap[I.name])?this._implementationsMap[I.name]={objects:[],interfaces:[]}:h).objects.push(c)}}}}var e=GraphQLSchema.prototype;return e.getQueryType=function getQueryType(){return this._queryType},e.getMutationType=function getMutationType(){return this._mutationType},e.getSubscriptionType=function getSubscriptionType(){return this._subscriptionType},e.getTypeMap=function getTypeMap(){return this._typeMap},e.getType=function getType(e){return this.getTypeMap()[e]},e.getPossibleTypes=function getPossibleTypes(e){return isUnionType(e)?e.getTypes():this.getImplementations(e).objects},e.getImplementations=function getImplementations(e){e=this._implementationsMap[e.name];return null!=e?e:{objects:[],interfaces:[]}},e.isPossibleType=function isPossibleType(e,n){return this.isSubType(e,n)},e.isSubType=function isSubType(e,n){var i=this._subTypeMap[e.name];if(void 0===i){if(i=Object.create(null),isUnionType(e))for(var t=0,a=e.getTypes();t<a.length;t++)i[a[t].name]=!0;else{for(var r=this.getImplementations(e),d=0,o=r.objects;d<o.length;d++)i[o[d].name]=!0;for(var s=0,l=r.interfaces;s<l.length;s++)i[l[s].name]=!0}this._subTypeMap[e.name]=i}return void 0!==i[n.name]},e.getDirectives=function getDirectives(){return this._directives},e.getDirective=function getDirective(n){return S(this.getDirectives(),function(e){return e.name===n})},e.toConfig=function toConfig(){var e;return{description:this.description,query:this.getQueryType(),mutation:this.getMutationType(),subscription:this.getSubscriptionType(),types:O(this.getTypeMap()),directives:this.getDirectives().slice(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!=(e=this.extensionASTNodes)?e:[],assumeValid:void 0!==this.__validationErrors}},_createClass$1(GraphQLSchema,[{key:a,get:function get(){return"GraphQLSchema"}}]),GraphQLSchema}();function collectReferencedTypes(e,n){e=getNamedType(e);if(!n.has(e))if(n.add(e),isUnionType(e))for(var i=0,t=e.getTypes();i<t.length;i++)collectReferencedTypes(t[i],n);else if(isObjectType(e)||isInterfaceType(e)){for(var a=0,r=e.getInterfaces();a<r.length;a++)collectReferencedTypes(r[a],n);for(var d=0,o=O(e.getFields());d<o.length;d++){var s=o[d];collectReferencedTypes(s.type,n);for(var l=0,u=s.args;l<u.length;l++)collectReferencedTypes(u[l].type,n)}}else if(isInputObjectType(e))for(var m=0,p=O(e.getFields());m<p.length;m++)collectReferencedTypes(p[m].type,n);return n}function validateSchema(e){var n;return assertSchema(e),e.__validationErrors||(validateRootTypes(n=new Fe(e)),validateDirectives(n),validateTypes(n),n=n.getErrors(),e.__validationErrors=n)}function assertValidSchema(e){e=validateSchema(e);if(0!==e.length)throw new Error(e.map(function(e){return e.message}).join("\n\n"))}var Fe=function(){function SchemaValidationContext(e){this._errors=[],this.schema=e}var e=SchemaValidationContext.prototype;return e.reportError=function reportError(e,n){n=Array.isArray(n)?n.filter(Boolean):n;this.addError(new N(e,n))},e.addError=function addError(e){this._errors.push(e)},e.getErrors=function getErrors(){return this._errors},SchemaValidationContext}();function validateRootTypes(e){var n=e.schema,i=n.getQueryType(),t=(i?isObjectType(i)||e.reportError("Query root type must be Object type, it cannot be ".concat(inspect$1(i),"."),null!=(t=getOperationTypeNode(n,"query"))?t:i.astNode):e.reportError("Query root type must be provided.",n.astNode),n.getMutationType()),i=(t&&!isObjectType(t)&&e.reportError("Mutation root type must be Object type if provided, it cannot be "+"".concat(inspect$1(t),"."),null!=(i=getOperationTypeNode(n,"mutation"))?i:t.astNode),n.getSubscriptionType());i&&!isObjectType(i)&&e.reportError("Subscription root type must be Object type if provided, it cannot be "+"".concat(inspect$1(i),"."),null!=(t=getOperationTypeNode(n,"subscription"))?t:i.astNode)}function getOperationTypeNode(e,n){for(var i=getAllSubNodes(e,function(e){return e.operationTypes}),t=0;t<i.length;t++){var a=i[t];if(a.operation===n)return a.type}}function validateDirectives(e){for(var n=0,i=e.schema.getDirectives();n<i.length;n++){var t=i[n];if(isDirective(t)){validateName(e,t);for(var a=0,r=t.args;a<r.length;a++){var d=r[a];validateName(e,d),isInputType(d.type)||e.reportError("The type of @".concat(t.name,"(").concat(d.name,":) must be Input Type ")+"but got: ".concat(inspect$1(d.type),"."),d.astNode),isRequiredArgument(d)&&null!=d.deprecationReason&&e.reportError("Required argument @".concat(t.name,"(").concat(d.name,":) cannot be deprecated."),[getDeprecatedDirectiveNode(d.astNode),null==(d=d.astNode)?void 0:d.type])}}else e.reportError("Expected directive but got: ".concat(inspect$1(t),"."),null==t?void 0:t.astNode)}}function validateName(e,n){var i=isValidNameError(n.name);i&&e.addError(locatedError(i,n.astNode))}function validateTypes(e){for(var n=createInputObjectCircularRefsValidator(e),i=e.schema.getTypeMap(),t=0,a=O(i);t<a.length;t++){var r=a[t];isNamedType(r)?(isIntrospectionType(r)||validateName(e,r),isObjectType(r)||isInterfaceType(r)?(validateFields(e,r),validateInterfaces(e,r)):isUnionType(r)?validateUnionMembers(e,r):isEnumType(r)?validateEnumValues(e,r):isInputObjectType(r)&&(validateInputFields(e,r),n(r))):e.reportError("Expected GraphQL named type but got: ".concat(inspect$1(r),"."),r.astNode)}}function validateFields(e,n){var i=O(n.getFields());0===i.length&&e.reportError("Type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t=0;t<i.length;t++){var a,r=i[t];validateName(e,r),isOutputType(r.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name," must be Output Type ")+"but got: ".concat(inspect$1(r.type),"."),null==(a=r.astNode)?void 0:a.type);for(var d=0,o=r.args;d<o.length;d++){var s,l=o[d],u=l.name;validateName(e,l),isInputType(l.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name,"(").concat(u,":) must be Input ")+"Type but got: ".concat(inspect$1(l.type),"."),null==(s=l.astNode)?void 0:s.type),isRequiredArgument(l)&&null!=l.deprecationReason&&e.reportError("Required argument ".concat(n.name,".").concat(r.name,"(").concat(u,":) cannot be deprecated."),[getDeprecatedDirectiveNode(l.astNode),null==(s=l.astNode)?void 0:s.type])}}}function validateInterfaces(e,n){for(var i=Object.create(null),t=0,a=n.getInterfaces();t<a.length;t++){var r=a[t];isInterfaceType(r)?n===r?e.reportError("Type ".concat(n.name," cannot implement itself because it would create a circular reference."),getAllImplementsInterfaceNodes(n,r)):i[r.name]?e.reportError("Type ".concat(n.name," can only implement ").concat(r.name," once."),getAllImplementsInterfaceNodes(n,r)):(i[r.name]=!0,validateTypeImplementsAncestors(e,n,r),validateTypeImplementsInterface(e,n,r)):e.reportError("Type ".concat(inspect$1(n)," must only implement Interface types, ")+"it cannot implement ".concat(inspect$1(r),"."),getAllImplementsInterfaceNodes(n,r))}}function validateTypeImplementsInterface(t,a,r){for(var e=a.getFields(),n=0,i=O(r.getFields());n<i.length;n++){var d=i[n],o=d.name,s=e[o];if(s){isTypeSubTypeOf(t.schema,s.type,d.type)||t.reportError("Interface field ".concat(r.name,".").concat(o," expects type ")+"".concat(inspect$1(d.type)," but ").concat(a.name,".").concat(o," ")+"is type ".concat(inspect$1(s.type),"."),[null==(l=d.astNode)?void 0:l.type,null==(l=s.astNode)?void 0:l.type]);for(var l,u=function _loop(e,n){var n=n[e],i=n.name,e=S(s.args,function(e){return e.name===i});if(!e)return t.reportError("Interface field argument ".concat(r.name,".").concat(o,"(").concat(i,":) expected but ").concat(a.name,".").concat(o," does not provide it."),[n.astNode,s.astNode]),"continue";isEqualType(n.type,e.type)||t.reportError("Interface field argument ".concat(r.name,".").concat(o,"(").concat(i,":) ")+"expects type ".concat(inspect$1(n.type)," but ")+"".concat(a.name,".").concat(o,"(").concat(i,":) is type ")+"".concat(inspect$1(e.type),"."),[null==(n=n.astNode)?void 0:n.type,null==(n=e.astNode)?void 0:n.type])},m=0,p=d.args;m<p.length;m++)u(m,p);for(var c=function _loop2(e,n){var n=n[e],i=n.name;!S(d.args,function(e){return e.name===i})&&isRequiredArgument(n)&&t.reportError("Object field ".concat(a.name,".").concat(o," includes required argument ").concat(i," that is missing from the Interface field ").concat(r.name,".").concat(o,"."),[n.astNode,d.astNode])},v=0,k=s.args;v<k.length;v++)c(v,k)}else t.reportError("Interface field ".concat(r.name,".").concat(o," expected but ").concat(a.name," does not provide it."),[d.astNode].concat(getAllNodes(a)))}}function validateTypeImplementsAncestors(e,n,i){for(var t=n.getInterfaces(),a=0,r=i.getInterfaces();a<r.length;a++){var d=r[a];-1===t.indexOf(d)&&e.reportError(d===n?"Type ".concat(n.name," cannot implement ").concat(i.name," because it would create a circular reference."):"Type ".concat(n.name," must implement ").concat(d.name," because it is implemented by ").concat(i.name,"."),[].concat(getAllImplementsInterfaceNodes(i,d),getAllImplementsInterfaceNodes(n,i)))}}function validateUnionMembers(e,n){for(var i=n.getTypes(),t=(0===i.length&&e.reportError("Union type ".concat(n.name," must define one or more member types."),getAllNodes(n)),Object.create(null)),a=0;a<i.length;a++){var r=i[a];t[r.name]?e.reportError("Union type ".concat(n.name," can only include type ").concat(r.name," once."),getUnionMemberTypeNodes(n,r.name)):(t[r.name]=!0,isObjectType(r)||e.reportError("Union type ".concat(n.name," can only include Object types, ")+"it cannot include ".concat(inspect$1(r),"."),getUnionMemberTypeNodes(n,String(r))))}}function validateEnumValues(e,n){var i=n.getValues();0===i.length&&e.reportError("Enum type ".concat(n.name," must define one or more values."),getAllNodes(n));for(var t=0;t<i.length;t++){var a=i[t],r=a.name;validateName(e,a),"true"!==r&&"false"!==r&&"null"!==r||e.reportError("Enum type ".concat(n.name," cannot include value: ").concat(r,"."),a.astNode)}}function validateInputFields(e,n){var i=O(n.getFields());0===i.length&&e.reportError("Input Object type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t=0;t<i.length;t++){var a,r=i[t];validateName(e,r),isInputType(r.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name," must be Input Type ")+"but got: ".concat(inspect$1(r.type),"."),null==(a=r.astNode)?void 0:a.type),isRequiredInputField(r)&&null!=r.deprecationReason&&e.reportError("Required input field ".concat(n.name,".").concat(r.name," cannot be deprecated."),[getDeprecatedDirectiveNode(r.astNode),null==(a=r.astNode)?void 0:a.type])}}function createInputObjectCircularRefsValidator(d){var o=Object.create(null),s=[],l=Object.create(null);return function detectCycleRecursive(e){if(o[e.name])return;o[e.name]=!0;l[e.name]=s.length;var n=O(e.getFields());for(var i=0;i<n.length;i++){var t,a,r=n[i];isNonNullType(r.type)&&isInputObjectType(r.type.ofType)&&(a=l[(t=r.type.ofType).name],s.push(r),void 0===a?detectCycleRecursive(t):(r=s.slice(a),a=r.map(function(e){return e.name}).join("."),d.reportError('Cannot reference Input Object "'.concat(t.name,'" within itself through a series of non-null fields: "').concat(a,'".'),r.map(function(e){return e.astNode}))),s.pop())}l[e.name]=void 0}}function getAllNodes(e){var n=e.astNode,e=e.extensionASTNodes;return n?e?[n].concat(e):[n]:null!=e?e:[]}function getAllSubNodes(e,n){for(var i=[],t=0,a=getAllNodes(e);t<a.length;t++)var r,i=i.concat(null!=(r=n(a[t]))?r:[]);return i}function getAllImplementsInterfaceNodes(e,n){return getAllSubNodes(e,function(e){return e.interfaces}).filter(function(e){return e.name.value===n.name})}function getUnionMemberTypeNodes(e,n){return getAllSubNodes(e,function(e){return e.types}).filter(function(e){return e.name.value===n})}function getDeprecatedDirectiveNode(e){return null==e||null==(e=e.directives)?void 0:e.find(function(e){return e.name.value===Ie.name})}function typeFromAST(e,n){var i;return n.kind===T.LIST_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLList(i):n.kind===T.NON_NULL_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLNonNull(i):n.kind===T.NAMED_TYPE?e.getType(n.name.value):void invariant$1(0,"Unexpected type node: "+inspect$1(n))}var Ee=function(){function TypeInfo(e,n,i){this._schema=e,this._typeStack=[],this._parentTypeStack=[],this._inputTypeStack=[],this._fieldDefStack=[],this._defaultValueStack=[],this._directive=null,this._argument=null,this._enumValue=null,this._getFieldDef=null!=n?n:getFieldDef$1,i&&(isInputType(i)&&this._inputTypeStack.push(i),isCompositeType(i)&&this._parentTypeStack.push(i),isOutputType(i))&&this._typeStack.push(i)}var e=TypeInfo.prototype;return e.getType=function getType(){if(0<this._typeStack.length)return this._typeStack[this._typeStack.length-1]},e.getParentType=function getParentType(){if(0<this._parentTypeStack.length)return this._parentTypeStack[this._parentTypeStack.length-1]},e.getInputType=function getInputType(){if(0<this._inputTypeStack.length)return this._inputTypeStack[this._inputTypeStack.length-1]},e.getParentInputType=function getParentInputType(){if(1<this._inputTypeStack.length)return this._inputTypeStack[this._inputTypeStack.length-2]},e.getFieldDef=function getFieldDef(){if(0<this._fieldDefStack.length)return this._fieldDefStack[this._fieldDefStack.length-1]},e.getDefaultValue=function getDefaultValue(){if(0<this._defaultValueStack.length)return this._defaultValueStack[this._defaultValueStack.length-1]},e.getDirective=function getDirective(){return this._directive},e.getArgument=function getArgument(){return this._argument},e.getEnumValue=function getEnumValue(){return this._enumValue},e.enter=function enter(n){var e,i=this._schema;switch(n.kind){case T.SELECTION_SET:var t=getNamedType(this.getType());this._parentTypeStack.push(isCompositeType(t)?t:void 0);break;case T.FIELD:t=this.getParentType();t&&(a=this._getFieldDef(i,t,n))&&(r=a.type),this._fieldDefStack.push(a),this._typeStack.push(isOutputType(r)?r:void 0);break;case T.DIRECTIVE:this._directive=i.getDirective(n.name.value);break;case T.OPERATION_DEFINITION:switch(n.operation){case"query":e=i.getQueryType();break;case"mutation":e=i.getMutationType();break;case"subscription":e=i.getSubscriptionType()}this._typeStack.push(isObjectType(e)?e:void 0);break;case T.INLINE_FRAGMENT:case T.FRAGMENT_DEFINITION:var t=n.typeCondition,a=t?typeFromAST(i,t):getNamedType(this.getType());this._typeStack.push(isOutputType(a)?a:void 0);break;case T.VARIABLE_DEFINITION:var r=typeFromAST(i,n.type);this._inputTypeStack.push(isInputType(r)?r:void 0);break;case T.ARGUMENT:var d,a=null!=(t=this.getDirective())?t:this.getFieldDef();a&&(u=S(a.args,function(e){return e.name===n.name.value}))&&(d=u.type),this._argument=u,this._defaultValueStack.push(u?u.defaultValue:void 0),this._inputTypeStack.push(isInputType(d)?d:void 0);break;case T.LIST:r=getNullableType(this.getInputType()),t=isListType(r)?r.ofType:r;this._defaultValueStack.push(void 0),this._inputTypeStack.push(isInputType(t)?t:void 0);break;case T.OBJECT_FIELD:var o,s,a=getNamedType(this.getInputType());isInputObjectType(a)&&(s=a.getFields()[n.name.value])&&(o=s.type),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(isInputType(o)?o:void 0);break;case T.ENUM:var l,u=getNamedType(this.getInputType());isEnumType(u)&&(l=u.getValue(n.value)),this._enumValue=l}},e.leave=function leave(e){switch(e.kind){case T.SELECTION_SET:this._parentTypeStack.pop();break;case T.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case T.DIRECTIVE:this._directive=null;break;case T.OPERATION_DEFINITION:case T.INLINE_FRAGMENT:case T.FRAGMENT_DEFINITION:this._typeStack.pop();break;case T.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case T.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case T.LIST:case T.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case T.ENUM:this._enumValue=null}},TypeInfo}();function getFieldDef$1(e,n,i){i=i.name.value;return i===ve.name&&e.getQueryType()===n?ve:i===ke.name&&e.getQueryType()===n?ke:i===ye.name&&isCompositeType(n)?ye:isObjectType(n)||isInterfaceType(n)?n.getFields()[i]:void 0}function visitWithTypeInfo(t,a){return{enter:function enter(e){t.enter(e);var n=getVisitFn(a,e.kind,!1);if(n)return void 0!==(n=n.apply(a,arguments))&&(t.leave(e),isNode(n))&&t.enter(n),n},leave:function leave(e){var n,i=getVisitFn(a,e.kind,!0);return i&&(n=i.apply(a,arguments)),t.leave(e),n}}}function isDefinitionNode(e){return isExecutableDefinitionNode(e)||isTypeSystemDefinitionNode(e)||isTypeSystemExtensionNode(e)}function isExecutableDefinitionNode(e){return e.kind===T.OPERATION_DEFINITION||e.kind===T.FRAGMENT_DEFINITION}function isTypeSystemDefinitionNode(e){return e.kind===T.SCHEMA_DEFINITION||isTypeDefinitionNode(e)||e.kind===T.DIRECTIVE_DEFINITION}function isTypeDefinitionNode(e){return e.kind===T.SCALAR_TYPE_DEFINITION||e.kind===T.OBJECT_TYPE_DEFINITION||e.kind===T.INTERFACE_TYPE_DEFINITION||e.kind===T.UNION_TYPE_DEFINITION||e.kind===T.ENUM_TYPE_DEFINITION||e.kind===T.INPUT_OBJECT_TYPE_DEFINITION}function isTypeSystemExtensionNode(e){return e.kind===T.SCHEMA_EXTENSION||isTypeExtensionNode(e)}function isTypeExtensionNode(e){return e.kind===T.SCALAR_TYPE_EXTENSION||e.kind===T.OBJECT_TYPE_EXTENSION||e.kind===T.INTERFACE_TYPE_EXTENSION||e.kind===T.UNION_TYPE_EXTENSION||e.kind===T.ENUM_TYPE_EXTENSION||e.kind===T.INPUT_OBJECT_TYPE_EXTENSION}function ExecutableDefinitionsRule(a){return{Document:function Document(e){for(var n=0,i=e.definitions;n<i.length;n++){var t=i[n];isExecutableDefinitionNode(t)||a.reportError(new N("The ".concat(t.kind===T.SCHEMA_DEFINITION||t.kind===T.SCHEMA_EXTENSION?"schema":'"'+t.name.value+'"'," definition is not executable."),t))}return!1}}}function UniqueOperationNamesRule(n){var i=Object.create(null);return{OperationDefinition:function OperationDefinition(e){e=e.name;return e&&(i[e.value]?n.reportError(new N('There can be only one operation named "'.concat(e.value,'".'),[i[e.value],e])):i[e.value]=e),!1},FragmentDefinition:function FragmentDefinition(){return!1}}}function LoneAnonymousOperationRule(n){var i=0;return{Document:function Document(e){i=e.definitions.filter(function(e){return e.kind===T.OPERATION_DEFINITION}).length},OperationDefinition:function OperationDefinition(e){!e.name&&1<i&&n.reportError(new N("This anonymous operation must be the only defined operation.",e))}}}function SingleFieldSubscriptionsRule(n){return{OperationDefinition:function OperationDefinition(e){"subscription"===e.operation&&1!==e.selectionSet.selections.length&&n.reportError(new N(e.name?'Subscription "'.concat(e.name.value,'" must select only one top level field.'):"Anonymous Subscription must select only one top level field.",e.selectionSet.selections.slice(1)))}}}function KnownTypeNamesRule(d){for(var e=d.getSchema(),o=e?e.getTypeMap():Object.create(null),s=Object.create(null),n=0,i=d.getDocument().definitions;n<i.length;n++){var t=i[n];isTypeDefinitionNode(t)&&(s[t.name.value]=!0)}var l=Object.keys(o).concat(Object.keys(s));return{NamedType:function NamedType(e,n,i,t,a){var r=e.name.value;o[r]||s[r]||(i=null!=(a=null!=(a=a[2])?a:i)&&isSDLNode(a))&&isStandardTypeName(r)||(a=suggestionList(r,i?Ae.concat(l):l),d.reportError(new N('Unknown type "'.concat(r,'".')+didYouMean(a),e)))}}}var Ae=[].concat(te,fe).map(function(e){return e.name});function isStandardTypeName(e){return-1!==Ae.indexOf(e)}function isSDLNode(e){return!Array.isArray(e)&&(isTypeSystemDefinitionNode(e)||isTypeSystemExtensionNode(e))}function FragmentsOnCompositeTypesRule(i){return{InlineFragment:function InlineFragment(e){var n,e=e.typeCondition;e&&(n=typeFromAST(i.getSchema(),e))&&!isCompositeType(n)&&(n=print(e),i.reportError(new N('Fragment cannot condition on non composite type "'.concat(n,'".'),e)))},FragmentDefinition:function FragmentDefinition(e){var n=typeFromAST(i.getSchema(),e.typeCondition);n&&!isCompositeType(n)&&(n=print(e.typeCondition),i.reportError(new N('Fragment "'.concat(e.name.value,'" cannot condition on non composite type "').concat(n,'".'),e.typeCondition)))}}}function VariablesAreInputTypesRule(t){return{VariableDefinition:function VariableDefinition(e){var n,i=typeFromAST(t.getSchema(),e.type);i&&!isInputType(i)&&(i=e.variable.name.value,n=print(e.type),t.reportError(new N('Variable "$'.concat(i,'" cannot be non-input type "').concat(n,'".'),e.type)))}}}function ScalarLeafsRule(r){return{Field:function Field(e){var n,i,t=r.getType(),a=e.selectionSet;t&&(isLeafType(getNamedType(t))?a&&(n=e.name.value,i=inspect$1(t),r.reportError(new N('Field "'.concat(n,'" must not have a selection since type "').concat(i,'" has no subfields.'),a))):a||(n=e.name.value,i=inspect$1(t),r.reportError(new N('Field "'.concat(n,'" of type "').concat(i,'" must have a selection of subfields. Did you mean "').concat(n,' { ... }"?'),e))))}}}function FieldsOnCorrectTypeRule(a){return{Field:function Field(e){var n,i,t=a.getParentType();t&&!a.getFieldDef()&&(""===(i=didYouMean("to use an inline fragment on",getSuggestedTypeNames(a.getSchema(),t,n=e.name.value)))&&(i=didYouMean(getSuggestedFieldNames(t,n))),a.reportError(new N('Cannot query field "'.concat(n,'" on type "').concat(t.name,'".')+i,e)))}}}function getSuggestedTypeNames(t,e,n){if(!isAbstractType(e))return[];for(var i=new Set,a=Object.create(null),r=0,d=t.getPossibleTypes(e);r<d.length;r++){var o=d[r];if(o.getFields()[n]){i.add(o),a[o.name]=1;for(var s=0,l=o.getInterfaces();s<l.length;s++){var u=l[s];u.getFields()[n]&&(i.add(u),a[u.name]=(null!=(u=a[u.name])?u:0)+1)}}}return Q(i).sort(function(e,n){var i=a[n.name]-a[e.name];return 0!=i?i:isInterfaceType(e)&&t.isSubType(e,n)?-1:isInterfaceType(n)&&t.isSubType(n,e)?1:naturalCompare(e.name,n.name)}).map(function(e){return e.name})}function getSuggestedFieldNames(e,n){return isObjectType(e)||isInterfaceType(e)?suggestionList(n,Object.keys(e.getFields())):[]}function UniqueFragmentNamesRule(i){var t=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){var n=e.name.value;return t[n]?i.reportError(new N('There can be only one fragment named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function KnownFragmentNamesRule(i){return{FragmentSpread:function FragmentSpread(e){var n=e.name.value;i.getFragment(n)||i.reportError(new N('Unknown fragment "'.concat(n,'".'),e.name))}}}function NoUnusedFragmentsRule(o){var s=[],l=[];return{OperationDefinition:function OperationDefinition(e){return s.push(e),!1},FragmentDefinition:function FragmentDefinition(e){return l.push(e),!1},Document:{leave:function leave(){for(var e=Object.create(null),n=0;n<s.length;n++)for(var i=0,t=o.getRecursivelyReferencedFragments(s[n]);i<t.length;i++)e[t[i].name.value]=!0;for(var a=0;a<l.length;a++){var r=l[a],d=r.name.value;!0!==e[d]&&o.reportError(new N('Fragment "'.concat(d,'" is never used.'),r))}}}}}function PossibleFragmentSpreadsRule(a){return{InlineFragment:function InlineFragment(e){var n=a.getType(),i=a.getParentType();isCompositeType(n)&&isCompositeType(i)&&!doTypesOverlap(a.getSchema(),n,i)&&(i=inspect$1(i),n=inspect$1(n),a.reportError(new N('Fragment cannot be spread here as objects of type "'.concat(i,'" can never be of type "').concat(n,'".'),e)))},FragmentSpread:function FragmentSpread(e){var n=e.name.value,i=getFragmentType(a,n),t=a.getParentType();i&&t&&!doTypesOverlap(a.getSchema(),i,t)&&(t=inspect$1(t),i=inspect$1(i),a.reportError(new N('Fragment "'.concat(n,'" cannot be spread here as objects of type "').concat(t,'" can never be of type "').concat(i,'".'),e)))}}}function getFragmentType(e,n){n=e.getFragment(n);if(n){e=typeFromAST(e.getSchema(),n.typeCondition);if(isCompositeType(e))return e}}function NoFragmentCyclesRule(o){var s=Object.create(null),l=[],u=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){return function detectCycleRecursive(e){if(s[e.name.value])return;var n=e.name.value;s[n]=!0;var i=o.getFragmentSpreads(e.selectionSet);if(0===i.length)return;u[n]=l.length;for(var t=0;t<i.length;t++){var a=i[t],r=a.name.value,d=u[r];l.push(a),void 0===d?(a=o.getFragment(r))&&detectCycleRecursive(a):(a=l.slice(d),d=a.slice(0,-1).map(function(e){return'"'+e.name.value+'"'}).join(", "),o.reportError(new N('Cannot spread fragment "'.concat(r,'" within itself')+(""!==d?" via ".concat(d,"."):"."),a))),l.pop()}u[n]=void 0}(e),!1}}}function UniqueVariableNamesRule(i){var t=Object.create(null);return{OperationDefinition:function OperationDefinition(){t=Object.create(null)},VariableDefinition:function VariableDefinition(e){var n=e.variable.name.value;t[n]?i.reportError(new N('There can be only one variable named "$'.concat(n,'".'),[t[n],e.variable.name])):t[n]=e.variable.name}}}function NoUndefinedVariablesRule(r){var d=Object.create(null);return{OperationDefinition:{enter:function enter(){d=Object.create(null)},leave:function leave(e){for(var n=r.getRecursiveVariableUsages(e),i=0;i<n.length;i++){var t=n[i].node,a=t.name.value;!0!==d[a]&&r.reportError(new N(e.name?'Variable "$'.concat(a,'" is not defined by operation "').concat(e.name.value,'".'):'Variable "$'.concat(a,'" is not defined.'),[t,e]))}}},VariableDefinition:function VariableDefinition(e){d[e.variable.name.value]=!0}}}function NoUnusedVariablesRule(s){var l=[];return{OperationDefinition:{enter:function enter(){l=[]},leave:function leave(e){for(var n=Object.create(null),i=s.getRecursiveVariableUsages(e),t=0;t<i.length;t++)n[i[t].node.name.value]=!0;for(var a=0,r=l;a<r.length;a++){var d=r[a],o=d.variable.name.value;!0!==n[o]&&s.reportError(new N(e.name?'Variable "$'.concat(o,'" is never used in operation "').concat(e.name.value,'".'):'Variable "$'.concat(o,'" is never used.'),d))}}},VariableDefinition:function VariableDefinition(e){l.push(e)}}}function KnownDirectivesRule(o){for(var s=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():be,i=0;i<n.length;i++){var t=n[i];s[t.name]=t.locations}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===T.DIRECTIVE_DEFINITION&&(s[d.name.value]=d.locations.map(function(e){return e.value}))}return{Directive:function Directive(e,n,i,t,a){var r=e.name.value,d=s[r];d?(a=getDirectiveLocationForASTPath(a))&&-1===d.indexOf(a)&&o.reportError(new N('Directive "@'.concat(r,'" may not be used on ').concat(a,"."),e)):o.reportError(new N('Unknown directive "@'.concat(r,'".'),e))}}}function getDirectiveLocationForASTPath(e){var n=e[e.length-1];switch(Array.isArray(n)&&invariant$1(0),n.kind){case T.OPERATION_DEFINITION:return getDirectiveLocationForOperation(n.operation);case T.FIELD:return i.FIELD;case T.FRAGMENT_SPREAD:return i.FRAGMENT_SPREAD;case T.INLINE_FRAGMENT:return i.INLINE_FRAGMENT;case T.FRAGMENT_DEFINITION:return i.FRAGMENT_DEFINITION;case T.VARIABLE_DEFINITION:return i.VARIABLE_DEFINITION;case T.SCHEMA_DEFINITION:case T.SCHEMA_EXTENSION:return i.SCHEMA;case T.SCALAR_TYPE_DEFINITION:case T.SCALAR_TYPE_EXTENSION:return i.SCALAR;case T.OBJECT_TYPE_DEFINITION:case T.OBJECT_TYPE_EXTENSION:return i.OBJECT;case T.FIELD_DEFINITION:return i.FIELD_DEFINITION;case T.INTERFACE_TYPE_DEFINITION:case T.INTERFACE_TYPE_EXTENSION:return i.INTERFACE;case T.UNION_TYPE_DEFINITION:case T.UNION_TYPE_EXTENSION:return i.UNION;case T.ENUM_TYPE_DEFINITION:case T.ENUM_TYPE_EXTENSION:return i.ENUM;case T.ENUM_VALUE_DEFINITION:return i.ENUM_VALUE;case T.INPUT_OBJECT_TYPE_DEFINITION:case T.INPUT_OBJECT_TYPE_EXTENSION:return i.INPUT_OBJECT;case T.INPUT_VALUE_DEFINITION:return e[e.length-3].kind===T.INPUT_OBJECT_TYPE_DEFINITION?i.INPUT_FIELD_DEFINITION:i.ARGUMENT_DEFINITION}}function getDirectiveLocationForOperation(e){switch(e){case"query":return i.QUERY;case"mutation":return i.MUTATION;case"subscription":return i.SUBSCRIPTION}invariant$1(0,"Unexpected operation: "+inspect$1(e))}function UniqueDirectivesPerLocationRule(o){for(var s=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():be,i=0;i<n.length;i++){var t=n[i];s[t.name]=!t.isRepeatable}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===T.DIRECTIVE_DEFINITION&&(s[d.name.value]=!d.repeatable)}var l=Object.create(null),u=Object.create(null);return{enter:function enter(e){if(null!=e.directives){var n,i;e.kind===T.SCHEMA_DEFINITION||e.kind===T.SCHEMA_EXTENSION?i=l:isTypeDefinitionNode(e)||isTypeExtensionNode(e)?void 0===(i=u[n=e.name.value])&&(u[n]=i=Object.create(null)):i=Object.create(null);for(var t=0,a=e.directives;t<a.length;t++){var r=a[t],d=r.name.value;s[d]&&(i[d]?o.reportError(new N('The directive "@'.concat(d,'" can only be used once at this location.'),[i[d],r])):i[d]=r)}}}}}function ownKeys$2(n,e){var i,t=Object.keys(n);return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),t.push.apply(t,i)),t}function _objectSpread$2(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys$2(Object(i),!0).forEach(function(e){_defineProperty$5(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$2(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$5(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function KnownArgumentNamesRule(r){return _objectSpread$2(_objectSpread$2({},KnownArgumentNamesOnDirectivesRule(r)),{},{Argument:function Argument(e){var n,i=r.getArgument(),t=r.getFieldDef(),a=r.getParentType();!i&&t&&a&&(n=suggestionList(i=e.name.value,t.args.map(function(e){return e.name})),r.reportError(new N('Unknown argument "'.concat(i,'" on field "').concat(a.name,".").concat(t.name,'".')+didYouMean(n),e)))}})}function KnownArgumentNamesOnDirectivesRule(s){for(var l=Object.create(null),e=s.getSchema(),n=e?e.getDirectives():be,i=0;i<n.length;i++){var t=n[i];l[t.name]=t.args.map(function(e){return e.name})}for(var a=s.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===T.DIRECTIVE_DEFINITION&&(d=null!=(d=o.arguments)?d:[],l[o.name.value]=d.map(function(e){return e.name.value}))}return{Directive:function Directive(e){var n=e.name.value,i=l[n];if(e.arguments&&i)for(var t=0,a=e.arguments;t<a.length;t++){var r,d=a[t],o=d.name.value;-1===i.indexOf(o)&&(r=suggestionList(o,i),s.reportError(new N('Unknown argument "'.concat(o,'" on directive "@').concat(n,'".')+didYouMean(r),d)))}return!1}}}function UniqueArgumentNamesRule(i){var t=Object.create(null);return{Field:function Field(){t=Object.create(null)},Directive:function Directive(){t=Object.create(null)},Argument:function Argument(e){var n=e.name.value;return t[n]?i.reportError(new N('There can be only one argument named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function ValuesOfCorrectTypeRule(o){return{ListValue:function ListValue(e){if(!isListType(getNullableType(o.getParentInputType())))return isValidValueNode(o,e),!1},ObjectValue:function ObjectValue(e){var n=getNamedType(o.getInputType());if(!isInputObjectType(n))return isValidValueNode(o,e),!1;for(var i=keyMap(e.fields,function(e){return e.name.value}),t=0,a=O(n.getFields());t<a.length;t++){var r,d=a[t];!i[d.name]&&isRequiredInputField(d)&&(r=inspect$1(d.type),o.reportError(new N('Field "'.concat(n.name,".").concat(d.name,'" of required type "').concat(r,'" was not provided.'),e)))}},ObjectField:function ObjectField(e){var n,i=getNamedType(o.getParentInputType());!o.getInputType()&&isInputObjectType(i)&&(n=suggestionList(e.name.value,Object.keys(i.getFields())),o.reportError(new N('Field "'.concat(e.name.value,'" is not defined by type "').concat(i.name,'".')+didYouMean(n),e)))},NullValue:function NullValue(e){var n=o.getInputType();isNonNullType(n)&&o.reportError(new N('Expected value of type "'.concat(inspect$1(n),'", found ').concat(print(e),"."),e))},EnumValue:function EnumValue(e){return isValidValueNode(o,e)},IntValue:function IntValue(e){return isValidValueNode(o,e)},FloatValue:function FloatValue(e){return isValidValueNode(o,e)},StringValue:function StringValue(e){return isValidValueNode(o,e)},BooleanValue:function BooleanValue(e){return isValidValueNode(o,e)}}}function isValidValueNode(n,i){var t=n.getInputType();if(t){var e,a=getNamedType(t);if(isLeafType(a))try{void 0===a.parseLiteral(i,void 0)&&(e=inspect$1(t),n.reportError(new N('Expected value of type "'.concat(e,'", found ').concat(print(i),"."),i)))}catch(e){a=inspect$1(t);e instanceof N?n.reportError(e):n.reportError(new N('Expected value of type "'.concat(a,'", found ').concat(print(i),"; ")+e.message,i,void 0,void 0,void 0,e))}else e=inspect$1(t),n.reportError(new N('Expected value of type "'.concat(e,'", found ').concat(print(i),"."),i))}}function ownKeys$1(n,e){var i,t=Object.keys(n);return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),t.push.apply(t,i)),t}function _objectSpread$1(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys$1(Object(i),!0).forEach(function(e){_defineProperty$4(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$1(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$4(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function ProvidedRequiredArgumentsRule(s){return _objectSpread$1(_objectSpread$1({},ProvidedRequiredArgumentsOnDirectivesRule(s)),{},{Field:{leave:function leave(e){var n,i=s.getFieldDef();if(!i)return!1;for(var t=keyMap(null!=(n=e.arguments)?n:[],function(e){return e.name.value}),a=0,r=i.args;a<r.length;a++){var d,o=r[a];!t[o.name]&&isRequiredArgument(o)&&(d=inspect$1(o.type),s.reportError(new N('Field "'.concat(i.name,'" argument "').concat(o.name,'" of type "').concat(d,'" is required, but it was not provided.'),e)))}}}})}function ProvidedRequiredArgumentsOnDirectivesRule(l){for(var u=Object.create(null),e=l.getSchema(),n=e?e.getDirectives():be,i=0;i<n.length;i++){var t=n[i];u[t.name]=keyMap(t.args.filter(isRequiredArgument),function(e){return e.name})}for(var a=l.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===T.DIRECTIVE_DEFINITION&&(d=null!=(d=o.arguments)?d:[],u[o.name.value]=keyMap(d.filter(isRequiredArgumentNode),function(e){return e.name.value}))}return{Directive:{leave:function leave(e){var n=e.name.value,i=u[n];if(i)for(var t,a=keyMap(null!=(t=e.arguments)?t:[],function(e){return e.name.value}),r=0,d=Object.keys(i);r<d.length;r++){var o,s=d[r];a[s]||(o=(isType(o=i[s].type)?inspect$1:print)(o),l.reportError(new N('Directive "@'.concat(n,'" argument "').concat(s,'" of type "').concat(o,'" is required, but it was not provided.'),e)))}}}}}function isRequiredArgumentNode(e){return e.type.kind===T.NON_NULL_TYPE&&null==e.defaultValue}function VariablesInAllowedPositionRule(u){var m=Object.create(null);return{OperationDefinition:{enter:function enter(){m=Object.create(null)},leave:function leave(e){for(var n=u.getRecursiveVariableUsages(e),i=0;i<n.length;i++){var t,a,r=n[i],d=r.node,o=r.type,r=r.defaultValue,s=d.name.value,l=m[s];l&&o&&(t=typeFromAST(a=u.getSchema(),l.type))&&!allowedVariableUsage(a,t,l.defaultValue,o,r)&&(a=inspect$1(t),r=inspect$1(o),u.reportError(new N('Variable "$'.concat(s,'" of type "').concat(a,'" used in position expecting type "').concat(r,'".'),[l,d])))}}},VariableDefinition:function VariableDefinition(e){m[e.variable.name.value]=e}}}function allowedVariableUsage(e,n,i,t,a){return isNonNullType(t)&&!isNonNullType(n)?(null!=i&&i.kind!==T.NULL||void 0!==a)&&isTypeSubTypeOf(e,n,t.ofType):isTypeSubTypeOf(e,n,t)}function reasonMessage(e){return Array.isArray(e)?e.map(function(e){var n=e[1];return'subfields "'.concat(e[0],'" conflict because ')+reasonMessage(n)}).join(" and "):e}function OverlappingFieldsCanBeMergedRule(o){var s=new Ce,l=new Map;return{SelectionSet:function SelectionSet(e){for(var n=findConflictsWithinSelectionSet(o,l,s,o.getParentType(),e),i=0;i<n.length;i++){var t=n[i],a=t[0],r=a[0],d=t[1],t=t[2],a=reasonMessage(a[1]);o.reportError(new N('Fields "'.concat(r,'" conflict because ').concat(a,". Use different aliases on the fields to fetch both if this was intentional."),d.concat(t)))}}}}function findConflictsWithinSelectionSet(e,n,i,t,a){var r=[],t=getFieldsAndFragmentNames(e,n,t,a),d=t[0],o=t[1];if(collectConflictsWithin(e,r,n,i,d),0!==o.length)for(var s=0;s<o.length;s++){collectConflictsBetweenFieldsAndFragment(e,r,n,i,!1,d,o[s]);for(var l=s+1;l<o.length;l++)collectConflictsBetweenFragments(e,r,n,i,!1,o[s],o[l])}return r}function collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,d){d=e.getFragment(d);if(d){var d=getReferencedFieldsAndFragmentNames(e,i,d),o=d[0],s=d[1];if(r!==o){collectConflictsBetween(e,n,i,t,a,r,o);for(var l=0;l<s.length;l++)collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,s[l])}}}function collectConflictsBetweenFragments(e,n,i,t,a,r,d){if(r!==d&&!t.has(r,d,a)){t.add(r,d,a);var o=e.getFragment(r),s=e.getFragment(d);if(o&&s){var o=getReferencedFieldsAndFragmentNames(e,i,o),l=o[0],u=o[1],o=getReferencedFieldsAndFragmentNames(e,i,s),m=o[1];collectConflictsBetween(e,n,i,t,a,l,o[0]);for(var p=0;p<m.length;p++)collectConflictsBetweenFragments(e,n,i,t,a,r,m[p]);for(var c=0;c<u.length;c++)collectConflictsBetweenFragments(e,n,i,t,a,u[c],d)}}}function findConflictsBetweenSubSelectionSets(e,n,i,t,a,r,d,o){var s=[],a=getFieldsAndFragmentNames(e,n,a,r),l=a[0],u=a[1],r=getFieldsAndFragmentNames(e,n,d,o),m=r[0],p=r[1];if(collectConflictsBetween(e,s,n,i,t,l,m),0!==p.length)for(var c=0;c<p.length;c++)collectConflictsBetweenFieldsAndFragment(e,s,n,i,t,l,p[c]);if(0!==u.length)for(var v=0;v<u.length;v++)collectConflictsBetweenFieldsAndFragment(e,s,n,i,t,m,u[v]);for(var k=0;k<u.length;k++)for(var y=0;y<p.length;y++)collectConflictsBetweenFragments(e,s,n,i,t,u[k],p[y]);return s}function collectConflictsWithin(e,n,i,t,a){for(var r=0,d=R(a);r<d.length;r++){var o=d[r],s=o[0],l=o[1];if(1<l.length)for(var u=0;u<l.length;u++)for(var m=u+1;m<l.length;m++){var p=findConflict(e,i,t,!1,s,l[u],l[m]);p&&n.push(p)}}}function collectConflictsBetween(e,n,i,t,a,r,d){for(var o=0,s=Object.keys(r);o<s.length;o++){var l=s[o],u=d[l];if(u)for(var m=r[l],p=0;p<m.length;p++)for(var c=0;c<u.length;c++){var v=findConflict(e,i,t,a,l,m[p],u[c]);v&&n.push(v)}}}function findConflict(e,n,i,t,a,r,d){var o=r[0],s=r[1],r=r[2],l=d[0],u=d[1],d=d[2],t=t||o!==l&&isObjectType(o)&&isObjectType(l);if(!t){var o=s.name.value,l=u.name.value;if(o!==l)return[[a,'"'.concat(o,'" and "').concat(l,'" are different fields')],[s],[u]];if(!sameArguments(null!=(o=s.arguments)?o:[],null!=(l=u.arguments)?l:[]))return[[a,"they have differing arguments"],[s],[u]]}o=null==r?void 0:r.type,l=null==d?void 0:d.type;return o&&l&&doTypesConflict(o,l)?[[a,'they return conflicting types "'.concat(inspect$1(o),'" and "').concat(inspect$1(l),'"')],[s],[u]]:(r=u.selectionSet,(d=s.selectionSet)&&r?subfieldConflicts(findConflictsBetweenSubSelectionSets(e,n,i,t,getNamedType(o),d,getNamedType(l),r),a,s,u):void 0)}function sameArguments(e,i){return e.length===i.length&&e.every(function(n){var e=S(i,function(e){return e.name.value===n.name.value});return!!e&&sameValue(n.value,e.value)})}function sameValue(e,n){return print(e)===print(n)}function doTypesConflict(e,n){return isListType(e)?!isListType(n)||doTypesConflict(e.ofType,n.ofType):!!isListType(n)||(isNonNullType(e)?!isNonNullType(n)||doTypesConflict(e.ofType,n.ofType):!!isNonNullType(n)||!(!isLeafType(e)&&!isLeafType(n))&&e!==n)}function getFieldsAndFragmentNames(e,n,i,t){var a=n.get(t);return a||(_collectFieldsAndFragmentNames(e,i,t,e=Object.create(null),i=Object.create(null)),a=[e,Object.keys(i)],n.set(t,a)),a}function getReferencedFieldsAndFragmentNames(e,n,i){var t=n.get(i.selectionSet);return t||(t=typeFromAST(e.getSchema(),i.typeCondition),getFieldsAndFragmentNames(e,n,t,i.selectionSet))}function _collectFieldsAndFragmentNames(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case T.FIELD:var s=o.name.value,l=void 0,s=((isObjectType(n)||isInterfaceType(n))&&(l=n.getFields()[s]),o.alias?o.alias.value:s);t[s]||(t[s]=[]),t[s].push([n,o,l]);break;case T.FRAGMENT_SPREAD:a[o.name.value]=!0;break;case T.INLINE_FRAGMENT:s=o.typeCondition,l=s?typeFromAST(e.getSchema(),s):n;_collectFieldsAndFragmentNames(e,l,o.selectionSet,t,a)}}}function subfieldConflicts(e,n,i,t){if(0<e.length)return[[n,e.map(function(e){return e[0]})],e.reduce(function(e,n){return e.concat(n[1])},[i]),e.reduce(function(e,n){return e.concat(n[2])},[t])]}var Oe,Ce=function(){function PairSet(){this._data=Object.create(null)}var e=PairSet.prototype;return e.has=function has(e,n,i){e=this._data[e],e=e&&e[n];return void 0!==e&&(!1!==i||!1===e)},e.add=function add(e,n,i){this._pairSetAdd(e,n,i),this._pairSetAdd(n,e,i)},e._pairSetAdd=function _pairSetAdd(e,n,i){var t=this._data[e];t||(t=Object.create(null),this._data[e]=t),t[n]=i},PairSet}();function UniqueInputFieldNamesRule(i){var e=[],t=Object.create(null);return{ObjectValue:{enter:function enter(){e.push(t),t=Object.create(null)},leave:function leave(){t=e.pop()}},ObjectField:function ObjectField(e){var n=e.name.value;t[n]?i.reportError(new N('There can be only one input field named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name}}}function LoneSchemaDefinitionRule(n){var e,i=n.getSchema(),t=null!=(e=null!=(e=null!=(e=null==i?void 0:i.astNode)?e:null==i?void 0:i.getQueryType())?e:null==i?void 0:i.getMutationType())?e:null==i?void 0:i.getSubscriptionType(),a=0;return{SchemaDefinition:function SchemaDefinition(e){t?n.reportError(new N("Cannot define a new schema within a schema extension.",e)):(0<a&&n.reportError(new N("Must provide only one schema definition.",e)),++a)}}}function UniqueOperationTypesRule(d){var e=d.getSchema(),o=Object.create(null),s=e?{query:e.getQueryType(),mutation:e.getMutationType(),subscription:e.getSubscriptionType()}:{};return{SchemaDefinition:checkOperationTypes,SchemaExtension:checkOperationTypes};function checkOperationTypes(e){for(var n=null!=(e=e.operationTypes)?e:[],i=0;i<n.length;i++){var t=n[i],a=t.operation,r=o[a];s[a]?d.reportError(new N("Type for ".concat(a," already defined in the schema. It cannot be redefined."),t)):r?d.reportError(new N("There can be only one ".concat(a," type in schema."),[r,t])):o[a]=t}return!1}}function UniqueTypeNamesRule(i){var t=Object.create(null),a=i.getSchema();return{ScalarTypeDefinition:checkTypeName,ObjectTypeDefinition:checkTypeName,InterfaceTypeDefinition:checkTypeName,UnionTypeDefinition:checkTypeName,EnumTypeDefinition:checkTypeName,InputObjectTypeDefinition:checkTypeName};function checkTypeName(e){var n=e.name.value;if(null==a||!a.getType(n))return t[n]?i.reportError(new N('There can be only one type named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new N('Type "'.concat(n,'" already exists in the schema. It cannot also be defined in this type definition.'),e.name))}}function UniqueEnumValueNamesRule(s){var e=s.getSchema(),l=e?e.getTypeMap():Object.create(null),u=Object.create(null);return{EnumTypeDefinition:checkValueUniqueness,EnumTypeExtension:checkValueUniqueness};function checkValueUniqueness(e){for(var n=e.name.value,i=(u[n]||(u[n]=Object.create(null)),null!=(e=e.values)?e:[]),t=u[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value,o=l[n];isEnumType(o)&&o.getValue(d)?s.reportError(new N('Enum value "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?s.reportError(new N('Enum value "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name}return!1}}function UniqueFieldDefinitionNamesRule(o){var e=o.getSchema(),s=e?e.getTypeMap():Object.create(null),l=Object.create(null);return{InputObjectTypeDefinition:checkFieldUniqueness,InputObjectTypeExtension:checkFieldUniqueness,InterfaceTypeDefinition:checkFieldUniqueness,InterfaceTypeExtension:checkFieldUniqueness,ObjectTypeDefinition:checkFieldUniqueness,ObjectTypeExtension:checkFieldUniqueness};function checkFieldUniqueness(e){for(var n=e.name.value,i=(l[n]||(l[n]=Object.create(null)),null!=(e=e.fields)?e:[]),t=l[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value;hasField(s[n],d)?o.reportError(new N('Field "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?o.reportError(new N('Field "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name}return!1}}function hasField(e,n){return!!(isObjectType(e)||isInterfaceType(e)||isInputObjectType(e))&&null!=e.getFields()[n]}function UniqueDirectiveNamesRule(i){var t=Object.create(null),a=i.getSchema();return{DirectiveDefinition:function DirectiveDefinition(e){var n=e.name.value;if(null==a||!a.getDirective(n))return t[n]?i.reportError(new N('There can be only one directive named "@'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new N('Directive "@'.concat(n,'" already exists in the schema. It cannot be redefined.'),e.name))}}}function _defineProperty$3(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function PossibleTypeExtensionsRule(r){for(var d=r.getSchema(),o=Object.create(null),e=0,n=r.getDocument().definitions;e<n.length;e++){var i=n[e];isTypeDefinitionNode(i)&&(o[i.name.value]=i)}return{ScalarTypeExtension:checkExtension,ObjectTypeExtension:checkExtension,InterfaceTypeExtension:checkExtension,UnionTypeExtension:checkExtension,EnumTypeExtension:checkExtension,InputObjectTypeExtension:checkExtension};function checkExtension(e){var n,i=e.name.value,t=o[i],a=null==d?void 0:d.getType(i);t?n=_e[t.kind]:a&&(n=typeToExtKind(a)),n?n!==e.kind&&(a=extensionKindToTypeName(e.kind),r.reportError(new N("Cannot extend non-".concat(a,' type "').concat(i,'".'),t?[t,e]:e))):(n=Object.keys(o),a=suggestionList(i,n=d?n.concat(Object.keys(d.getTypeMap())):n),r.reportError(new N('Cannot extend type "'.concat(i,'" because it is not defined.')+didYouMean(a),e.name)))}}_defineProperty$3(Oe={},T.SCALAR_TYPE_DEFINITION,T.SCALAR_TYPE_EXTENSION),_defineProperty$3(Oe,T.OBJECT_TYPE_DEFINITION,T.OBJECT_TYPE_EXTENSION),_defineProperty$3(Oe,T.INTERFACE_TYPE_DEFINITION,T.INTERFACE_TYPE_EXTENSION),_defineProperty$3(Oe,T.UNION_TYPE_DEFINITION,T.UNION_TYPE_EXTENSION),_defineProperty$3(Oe,T.ENUM_TYPE_DEFINITION,T.ENUM_TYPE_EXTENSION),_defineProperty$3(Oe,T.INPUT_OBJECT_TYPE_DEFINITION,T.INPUT_OBJECT_TYPE_EXTENSION);var _e=Oe;function typeToExtKind(e){return isScalarType(e)?T.SCALAR_TYPE_EXTENSION:isObjectType(e)?T.OBJECT_TYPE_EXTENSION:isInterfaceType(e)?T.INTERFACE_TYPE_EXTENSION:isUnionType(e)?T.UNION_TYPE_EXTENSION:isEnumType(e)?T.ENUM_TYPE_EXTENSION:isInputObjectType(e)?T.INPUT_OBJECT_TYPE_EXTENSION:void invariant$1(0,"Unexpected type: "+inspect$1(e))}function extensionKindToTypeName(e){switch(e){case T.SCALAR_TYPE_EXTENSION:return"scalar";case T.OBJECT_TYPE_EXTENSION:return"object";case T.INTERFACE_TYPE_EXTENSION:return"interface";case T.UNION_TYPE_EXTENSION:return"union";case T.ENUM_TYPE_EXTENSION:return"enum";case T.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}invariant$1(0,"Unexpected kind: "+inspect$1(e))}var Re=Object.freeze([ExecutableDefinitionsRule,UniqueOperationNamesRule,LoneAnonymousOperationRule,SingleFieldSubscriptionsRule,KnownTypeNamesRule,FragmentsOnCompositeTypesRule,VariablesAreInputTypesRule,ScalarLeafsRule,FieldsOnCorrectTypeRule,UniqueFragmentNamesRule,KnownFragmentNamesRule,NoUnusedFragmentsRule,PossibleFragmentSpreadsRule,NoFragmentCyclesRule,UniqueVariableNamesRule,NoUndefinedVariablesRule,NoUnusedVariablesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,KnownArgumentNamesRule,UniqueArgumentNamesRule,ValuesOfCorrectTypeRule,ProvidedRequiredArgumentsRule,VariablesInAllowedPositionRule,OverlappingFieldsCanBeMergedRule,UniqueInputFieldNamesRule]),we=Object.freeze([LoneSchemaDefinitionRule,UniqueOperationTypesRule,UniqueTypeNamesRule,UniqueEnumValueNamesRule,UniqueFieldDefinitionNamesRule,UniqueDirectiveNamesRule,KnownTypeNamesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,PossibleTypeExtensionsRule,KnownArgumentNamesOnDirectivesRule,UniqueArgumentNamesRule,UniqueInputFieldNamesRule,ProvidedRequiredArgumentsOnDirectivesRule]);function _inheritsLoose(e,n){e.prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n}var Ve=function(){function ASTValidationContext(e,n){this._ast=e,this._fragments=void 0,this._fragmentSpreads=new Map,this._recursivelyReferencedFragments=new Map,this._onError=n}var e=ASTValidationContext.prototype;return e.reportError=function reportError(e){this._onError(e)},e.getDocument=function getDocument(){return this._ast},e.getFragment=function getFragment(e){var n=this._fragments;return n||(this._fragments=n=this.getDocument().definitions.reduce(function(e,n){return n.kind===T.FRAGMENT_DEFINITION&&(e[n.name.value]=n),e},Object.create(null))),n[e]},e.getFragmentSpreads=function getFragmentSpreads(e){if(!(n=this._fragmentSpreads.get(e))){for(var n=[],i=[e];0!==i.length;)for(var t=0,a=i.pop().selections;t<a.length;t++){var r=a[t];r.kind===T.FRAGMENT_SPREAD?n.push(r):r.selectionSet&&i.push(r.selectionSet)}this._fragmentSpreads.set(e,n)}return n},e.getRecursivelyReferencedFragments=function getRecursivelyReferencedFragments(e){if(!(n=this._recursivelyReferencedFragments.get(e))){for(var n=[],i=Object.create(null),t=[e.selectionSet];0!==t.length;)for(var a=t.pop(),r=0,d=this.getFragmentSpreads(a);r<d.length;r++){var o=d[r].name.value;!0!==i[o]&&(i[o]=!0,o=this.getFragment(o))&&(n.push(o),t.push(o.selectionSet))}this._recursivelyReferencedFragments.set(e,n)}return n},ASTValidationContext}(),Pe=function(t){function SDLValidationContext(e,n,i){e=t.call(this,e,i)||this;return e._schema=n,e}return _inheritsLoose(SDLValidationContext,t),SDLValidationContext.prototype.getSchema=function getSchema(){return this._schema},SDLValidationContext}(Ve),je=function(a){function ValidationContext(e,n,i,t){n=a.call(this,n,t)||this;return n._schema=e,n._typeInfo=i,n._variableUsages=new Map,n._recursiveVariableUsages=new Map,n}_inheritsLoose(ValidationContext,a);var e=ValidationContext.prototype;return e.getSchema=function getSchema(){return this._schema},e.getVariableUsages=function getVariableUsages(e){var n,i,t=this._variableUsages.get(e);return t||(n=[],visit(e,visitWithTypeInfo(i=new Ee(this._schema),{VariableDefinition:function VariableDefinition(){return!1},Variable:function Variable(e){n.push({node:e,type:i.getInputType(),defaultValue:i.getDefaultValue()})}})),this._variableUsages.set(e,t=n)),t},e.getRecursiveVariableUsages=function getRecursiveVariableUsages(e){if(!(t=this._recursiveVariableUsages.get(e))){t=this.getVariableUsages(e);for(var n=0,i=this.getRecursivelyReferencedFragments(e);n<i.length;n++)var t=t.concat(this.getVariableUsages(i[n]));this._recursiveVariableUsages.set(e,t)}return t},e.getType=function getType(){return this._typeInfo.getType()},e.getParentType=function getParentType(){return this._typeInfo.getParentType()},e.getInputType=function getInputType(){return this._typeInfo.getInputType()},e.getParentInputType=function getParentInputType(){return this._typeInfo.getParentInputType()},e.getFieldDef=function getFieldDef(){return this._typeInfo.getFieldDef()},e.getDirective=function getDirective(){return this._typeInfo.getDirective()},e.getArgument=function getArgument(){return this._typeInfo.getArgument()},e.getEnumValue=function getEnumValue(){return this._typeInfo.getEnumValue()},ValidationContext}(Ve);function validate(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:Re,t=3<arguments.length&&void 0!==arguments[3]?arguments[3]:new Ee(e),a=4<arguments.length&&void 0!==arguments[4]?arguments[4]:{maxErrors:void 0},r=(n||devAssert(0,"Must provide document."),assertValidSchema(e),Object.freeze({})),d=[],o=new je(e,n,t,function(e){if(null!=a.maxErrors&&a.maxErrors<=d.length)throw d.push(new N("Too many validation errors, error limit reached. Validation aborted.")),r;d.push(e)}),e=visitInParallel(i.map(function(e){return e(o)}));try{visit(n,visitWithTypeInfo(t,e))}catch(e){if(e!==r)throw e}return d}function validateSDL(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:we,t=[],a=new Pe(e,n,function(e){t.push(e)});return visit(e,visitInParallel(i.map(function(e){return e(a)}))),t}function assertValidSDL(e){e=validateSDL(e);if(0!==e.length)throw new Error(e.map(function(e){return e.message}).join("\n\n"))}function memoize3(d){var o;return function memoized(e,n,i){var t,a=(o=o||new WeakMap).get(e);if(a){if(t=a.get(n)){var r=t.get(i);if(void 0!==r)return r}}else a=new WeakMap,o.set(e,a);t||(t=new WeakMap,a.set(n,t));r=d(e,n,i);return t.set(i,r),r}}function promiseReduce(e,i,n){return e.reduce(function(e,n){return isPromise(e)?e.then(function(e){return i(e,n)}):i(e,n)},n)}function promiseForObject(n){var t=Object.keys(n),e=t.map(function(e){return n[e]});return Promise.all(e).then(function(e){return e.reduce(function(e,n,i){return e[t[i]]=n,e},Object.create(null))})}function addPath(e,n,i){return{prev:e,key:n,typename:i}}function pathToArray(e){for(var n=[],i=e;i;)n.push(i.key),i=i.prev;return n.reverse()}function getOperationRootType(e,n){if("query"===n.operation){var i=e.getQueryType();if(i)return i;throw new N("Schema does not define the required query root type.",n)}if("mutation"===n.operation){i=e.getMutationType();if(i)return i;throw new N("Schema is not configured for mutations.",n)}if("subscription"!==n.operation)throw new N("Can only have query, mutation and subscription operations.",n);i=e.getSubscriptionType();if(i)return i;throw new N("Schema is not configured for subscriptions.",n)}function printPathArray(e){return e.map(function(e){return"number"==typeof e?"["+e.toString()+"]":"."+e}).join("")}function valueFromAST(e,n,i){if(e){var t;if(e.kind===T.VARIABLE)return l=e.name.value,null==i||void 0===i[l]||null===(l=i[l])&&isNonNullType(n)?void 0:l;if(isNonNullType(n))return e.kind===T.NULL?void 0:valueFromAST(e,n.ofType,i);if(e.kind===T.NULL)return null;if(isListType(n)){var a=n.ofType;if(e.kind===T.LIST){for(var r=[],d=0,o=e.values;d<o.length;d++){var s=o[d];if(isMissingVariable(s,i)){if(isNonNullType(a))return;r.push(null)}else{s=valueFromAST(s,a,i);if(void 0===s)return;r.push(s)}}return r}var l=valueFromAST(e,a,i);return void 0===l?void 0:[l]}if(isInputObjectType(n)){if(e.kind!==T.OBJECT)return;for(var u=Object.create(null),m=keyMap(e.fields,function(e){return e.name.value}),p=0,c=O(n.getFields());p<c.length;p++){var v=c[p],k=m[v.name];if(!k||isMissingVariable(k.value,i)){if(void 0!==v.defaultValue)u[v.name]=v.defaultValue;else if(isNonNullType(v.type))return}else{k=valueFromAST(k.value,v.type,i);if(void 0===k)return;u[v.name]=k}}return u}if(isLeafType(n)){try{t=n.parseLiteral(e,i)}catch(e){return}return void 0===t?void 0:t}invariant$1(0,"Unexpected input type: "+inspect$1(n))}}function isMissingVariable(e,n){return e.kind===T.VARIABLE&&(null==n||void 0===n[e.name.value])}function coerceInputValue(e,n){return coerceInputValueImpl(e,n,2<arguments.length&&void 0!==arguments[2]?arguments[2]:defaultOnError)}function defaultOnError(e,n,i){n="Invalid value "+inspect$1(n);throw 0<e.length&&(n+=' at "value'.concat(printPathArray(e),'"')),i.message=n+": "+i.message,i}function coerceInputValueImpl(n,i,t,a){if(isNonNullType(i))return null!=n?coerceInputValueImpl(n,i.ofType,t,a):void t(pathToArray(a),n,new N('Expected non-nullable type "'.concat(inspect$1(i),'" not to be null.')));if(null==n)return null;var r,e,d;if(isListType(i))return r=i.ofType,null!=(e=safeArrayFrom(n,function(e,n){n=addPath(a,n,void 0);return coerceInputValueImpl(e,r,t,n)}))?e:[coerceInputValueImpl(n,r,t,a)];if(isInputObjectType(i)){if(!isObjectLike$9(n))return void t(pathToArray(a),n,new N('Expected type "'.concat(i.name,'" to be an object.')));for(var o={},s=i.getFields(),l=0,u=O(s);l<u.length;l++){var m,p=u[l],c=n[p.name];void 0===c?void 0!==p.defaultValue?o[p.name]=p.defaultValue:isNonNullType(p.type)&&(m=inspect$1(p.type),t(pathToArray(a),n,new N('Field "'.concat(p.name,'" of required type "').concat(m,'" was not provided.')))):o[p.name]=coerceInputValueImpl(c,p.type,t,addPath(a,p.name,i.name))}for(var v=0,k=Object.keys(n);v<k.length;v++){var y,f=k[v];s[f]||(y=suggestionList(f,Object.keys(i.getFields())),t(pathToArray(a),n,new N('Field "'.concat(f,'" is not defined by type "').concat(i.name,'".')+didYouMean(y))))}return o}if(isLeafType(i)){try{d=i.parseValue(n)}catch(e){return void(e instanceof N?t(pathToArray(a),n,e):t(pathToArray(a),n,new N('Expected type "'.concat(i.name,'". ')+e.message,void 0,void 0,void 0,void 0,e)))}return void 0===d&&t(pathToArray(a),n,new N('Expected type "'.concat(i.name,'".'))),d}invariant$1(0,"Unexpected input type: "+inspect$1(i))}function getVariableValues(e,n,i,t){var a=[],r=null==t?void 0:t.maxErrors;try{var d=coerceVariableValues(e,n,i,function(e){if(null!=r&&r<=a.length)throw new N("Too many errors processing variables, error limit reached. Execution aborted.");a.push(e)});if(0===a.length)return{coerced:d}}catch(e){a.push(e)}return{errors:a}}function coerceVariableValues(r,d,o,s){for(var l={},e=function _loop(e){var n,i,t=d[e],a=t.variable.name.value,e=typeFromAST(r,t.type);return isInputType(e)?hasOwnProperty$f(o,a)?null===(n=o[a])&&isNonNullType(e)?(i=inspect$1(e),s(new N('Variable "$'.concat(a,'" of non-null type "').concat(i,'" must not be null.'),t)),"continue"):void(l[a]=coerceInputValue(n,e,function(e,n,i){n='Variable "$'.concat(a,'" got invalid value ')+inspect$1(n);0<e.length&&(n+=' at "'.concat(a).concat(printPathArray(e),'"')),s(new N(n+"; "+i.message,t,void 0,void 0,void 0,i.originalError))})):(t.defaultValue?l[a]=valueFromAST(t.defaultValue,e):isNonNullType(e)&&(i=inspect$1(e),s(new N('Variable "$'.concat(a,'" of required type "').concat(i,'" was not provided.'),t))),"continue"):(n=print(t.type),s(new N('Variable "$'.concat(a,'" expected value of type "').concat(n,'" which cannot be used as an input type.'),t.type)),"continue")},n=0;n<d.length;n++)e(n);return l}function getArgumentValues(e,n,i){for(var t,a={},r=keyMap(null!=(t=n.arguments)?t:[],function(e){return e.name.value}),d=0,o=e.args;d<o.length;d++){var s=o[d],l=s.name,u=s.type,m=r[l];if(m){var m=m.value,p=m.kind===T.NULL;if(m.kind===T.VARIABLE){var c=m.name.value;if(null==i||!hasOwnProperty$f(i,c)){if(void 0!==s.defaultValue)a[l]=s.defaultValue;else if(isNonNullType(u))throw new N('Argument "'.concat(l,'" of required type "').concat(inspect$1(u),'" ')+'was provided the variable "$'.concat(c,'" which was not provided a runtime value.'),m);continue}p=null==i[c]}if(p&&isNonNullType(u))throw new N('Argument "'.concat(l,'" of non-null type "').concat(inspect$1(u),'" ')+"must not be null.",m);c=valueFromAST(m,u,i);if(void 0===c)throw new N('Argument "'.concat(l,'" has invalid value ').concat(print(m),"."),m);a[l]=c}else if(void 0!==s.defaultValue)a[l]=s.defaultValue;else if(isNonNullType(u))throw new N('Argument "'.concat(l,'" of required type "').concat(inspect$1(u),'" ')+"was not provided.",n)}return a}function getDirectiveValues(n,e,i){e=e.directives&&S(e.directives,function(e){return e.name.value===n.name});if(e)return getArgumentValues(n,e,i)}function hasOwnProperty$f(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function execute(e,n,i,t,a,r,d,o){return executeImpl(1===arguments.length?e:{schema:e,document:n,rootValue:i,contextValue:t,variableValues:a,operationName:r,fieldResolver:d,typeResolver:o})}function executeImpl(e){var n=e.schema,i=e.document,t=e.rootValue,a=e.contextValue,r=e.variableValues,d=e.operationName,o=e.fieldResolver,e=e.typeResolver,n=(assertValidExecutionArguments(n,i,r),buildExecutionContext(n,i,t,a,r,d,o,e));return Array.isArray(n)?{errors:n}:buildResponse(n,executeOperation(n,n.operation,t))}function buildResponse(n,e){return isPromise(e)?e.then(function(e){return buildResponse(n,e)}):0===n.errors.length?{data:e}:{errors:n.errors,data:e}}function assertValidExecutionArguments(e,n,i){n||devAssert(0,"Must provide document."),assertValidSchema(e),null==i||isObjectLike$9(i)||devAssert(0,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function buildExecutionContext(e,n,i,t,a,r,d,o){for(var s,l,u=Object.create(null),m=0,p=n.definitions;m<p.length;m++){var c=p[m];switch(c.kind){case T.OPERATION_DEFINITION:if(null==r){if(void 0!==l)return[new N("Must provide operation name if query contains multiple operations.")];l=c}else(null==(s=c.name)?void 0:s.value)===r&&(l=c);break;case T.FRAGMENT_DEFINITION:u[c.name.value]=c}}return l?(n=getVariableValues(e,null!=(n=l.variableDefinitions)?n:[],null!=a?a:{},{maxErrors:50})).errors||{schema:e,fragments:u,rootValue:i,contextValue:t,operation:l,variableValues:n.coerced,fieldResolver:null!=d?d:Be,typeResolver:null!=o?o:xe,errors:[]}:null!=r?[new N('Unknown operation named "'.concat(r,'".'))]:[new N("Must provide an operation.")]}function executeOperation(n,e,i){var t=getOperationRootType(n.schema,e),a=collectFields(n,t,e.selectionSet,Object.create(null),Object.create(null));try{var r=("mutation"===e.operation?executeFieldsSerially:executeFields)(n,t,i,void 0,a);return isPromise(r)?r.then(void 0,function(e){return n.errors.push(e),Promise.resolve(null)}):r}catch(e){return n.errors.push(e),null}}function executeFieldsSerially(a,r,d,o,s){return promiseReduce(Object.keys(s),function(n,i){var e=s[i],t=addPath(o,i,r.name),e=resolveField(a,r,d,e,t);if(void 0!==e){if(isPromise(e))return e.then(function(e){return n[i]=e,n});n[i]=e}return n},Object.create(null))}function executeFields(e,n,i,t,a){for(var r=Object.create(null),d=!1,o=0,s=Object.keys(a);o<s.length;o++){var l=s[o],u=resolveField(e,n,i,a[l],addPath(t,l,n.name));void 0!==u&&isPromise(r[l]=u)&&(d=!0)}return d?promiseForObject(r):r}function collectFields(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case T.FIELD:shouldIncludeNode(e,o)&&(t[l=getFieldEntryKey(o)]||(t[l]=[]),t[l].push(o));break;case T.INLINE_FRAGMENT:shouldIncludeNode(e,o)&&doesFragmentConditionMatch(e,o,n)&&collectFields(e,n,o.selectionSet,t,a);break;case T.FRAGMENT_SPREAD:var s,l=o.name.value;!a[l]&&shouldIncludeNode(e,o)&&(a[l]=!0,(s=e.fragments[l])&&doesFragmentConditionMatch(e,s,n))&&collectFields(e,n,s.selectionSet,t,a)}}return t}function shouldIncludeNode(e,n){var i=getDirectiveValues(Te,n,e.variableValues);return!0!==(null==i?void 0:i.if)&&!1!==(null==(i=getDirectiveValues(ge,n,e.variableValues))?void 0:i.if)}function doesFragmentConditionMatch(e,n,i){var n=n.typeCondition;return!n||(n=typeFromAST(e.schema,n))===i||!!isAbstractType(n)&&e.schema.isSubType(n,i)}function getFieldEntryKey(e){return(e.alias||e.name).value}function resolveField(n,e,i,t,a){var r=getFieldDef(n.schema,e,t[0].name.value);if(r){var d=r.type,o=null!=(o=r.resolve)?o:n.fieldResolver,s=buildResolveInfo(n,r,t,e,a);try{var l=o(i,getArgumentValues(r,t[0],n.variableValues),n.contextValue,s),u=isPromise(l)?l.then(function(e){return completeValue(n,d,t,s,a,e)}):completeValue(n,d,t,s,a,l);return isPromise(u)?u.then(void 0,function(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}):u}catch(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}}}function buildResolveInfo(e,n,i,t,a){return{fieldName:n.name,fieldNodes:i,returnType:n.type,parentType:t,path:a,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function handleFieldError(e,n,i){if(isNonNullType(n))throw e;return i.errors.push(e),null}function completeValue(e,n,i,t,a,r){if(r instanceof Error)throw r;if(isNonNullType(n)){var d=completeValue(e,n.ofType,i,t,a,r);if(null===d)throw new Error("Cannot return null for non-nullable field ".concat(t.parentType.name,".").concat(t.fieldName,"."));return d}return null==r?null:isListType(n)?completeListValue(e,n,i,t,a,r):isLeafType(n)?completeLeafValue(n,r):isAbstractType(n)?completeAbstractValue(e,n,i,t,a,r):isObjectType(n)?completeObjectValue(e,n,i,t,a,r):void invariant$1(0,"Cannot complete value of unexpected output type: "+inspect$1(n))}function completeListValue(a,e,r,d,o,n){var s=e.ofType,l=!1,e=safeArrayFrom(n,function(e,n){var i=addPath(o,n,void 0);try{var t=isPromise(e)?e.then(function(e){return completeValue(a,s,r,d,i,e)}):completeValue(a,s,r,d,i,e);return isPromise(t)?(l=!0,t.then(void 0,function(e){return handleFieldError(locatedError(e,r,pathToArray(i)),s,a)})):t}catch(e){return handleFieldError(locatedError(e,r,pathToArray(i)),s,a)}});if(null==e)throw new N('Expected Iterable, but did not find one for field "'.concat(d.parentType.name,".").concat(d.fieldName,'".'));return l?Promise.all(e):e}function completeLeafValue(e,n){var i=e.serialize(n);if(void 0===i)throw new Error('Expected a value of type "'.concat(inspect$1(e),'" but ')+"received: ".concat(inspect$1(n)));return i}function completeAbstractValue(n,i,t,a,r,d){var e=(null!=(e=i.resolveType)?e:n.typeResolver)(d,n.contextValue,a,i);return isPromise(e)?e.then(function(e){return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}):completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}function ensureValidRuntimeType(e,n,i,t,a,r){if(null==e)throw new N('Abstract type "'.concat(i.name,'" must resolve to an Object type at runtime for field "').concat(a.parentType.name,".").concat(a.fieldName,'". Either the "').concat(i.name,'" type should provide a "resolveType" function or each possible type should provide an "isTypeOf" function.'),t);var d=isNamedType(e)?e.name:e;if("string"!=typeof d)throw new N('Abstract type "'.concat(i.name,'" must resolve to an Object type at runtime for field "').concat(a.parentType.name,".").concat(a.fieldName,'" with ')+"value ".concat(inspect$1(r),', received "').concat(inspect$1(e),'".'));a=n.schema.getType(d);if(null==a)throw new N('Abstract type "'.concat(i.name,'" was resolve to a type "').concat(d,'" that does not exist inside schema.'),t);if(!isObjectType(a))throw new N('Abstract type "'.concat(i.name,'" was resolve to a non-object type "').concat(d,'".'),t);if(n.schema.isSubType(i,a))return a;throw new N('Runtime Object type "'.concat(a.name,'" is not a possible type for "').concat(i.name,'".'),t)}function completeObjectValue(n,i,t,e,a,r){if(i.isTypeOf){e=i.isTypeOf(r,n.contextValue,e);if(isPromise(e))return e.then(function(e){if(e)return collectAndExecuteSubfields(n,i,t,a,r);throw invalidReturnTypeError(i,r,t)});if(!e)throw invalidReturnTypeError(i,r,t)}return collectAndExecuteSubfields(n,i,t,a,r)}function invalidReturnTypeError(e,n,i){return new N('Expected value of type "'.concat(e.name,'" but got: ').concat(inspect$1(n),"."),i)}function collectAndExecuteSubfields(e,n,i,t,a){return executeFields(e,n,a,t,Le(e,n,i))}var Le=memoize3(_collectSubfields);function _collectSubfields(e,n,i){for(var t=Object.create(null),a=Object.create(null),r=0;r<i.length;r++){var d=i[r];d.selectionSet&&(t=collectFields(e,n,d.selectionSet,t,a))}return t}var xe=function defaultTypeResolver(e,n,i,t){if(isObjectLike$9(e)&&"string"==typeof e.__typename)return e.__typename;for(var a=i.schema.getPossibleTypes(t),r=[],d=0;d<a.length;d++){var o=a[d];if(o.isTypeOf){var s=o.isTypeOf(e,n,i);if(isPromise(s))r[d]=s;else if(s)return o.name}}return r.length?Promise.all(r).then(function(e){for(var n=0;n<e.length;n++)if(e[n])return a[n].name}):void 0},Be=function defaultFieldResolver(e,n,i,t){var a;if(isObjectLike$9(e)||"function"==typeof e)return"function"==typeof(a=e[t.fieldName])?e[t.fieldName](n,i,t):a};function getFieldDef(e,n,i){return i===ve.name&&e.getQueryType()===n?ve:i===ke.name&&e.getQueryType()===n?ke:i===ye.name?ye:n.getFields()[i]}function graphql(n,i,t,a,r,d,o,s){var l=arguments;return new Promise(function(e){return e(graphqlImpl(1===l.length?n:{schema:n,source:i,rootValue:t,contextValue:a,variableValues:r,operationName:d,fieldResolver:o,typeResolver:s}))})}function graphqlImpl(e){var n,i=e.schema,t=e.source,a=e.rootValue,r=e.contextValue,d=e.variableValues,o=e.operationName,s=e.fieldResolver,e=e.typeResolver,l=validateSchema(i);if(0<l.length)return{errors:l};try{n=parse(t)}catch(e){return{errors:[e]}}l=validate(i,n);return 0<l.length?{errors:l}:execute({schema:i,document:n,rootValue:a,contextValue:r,variableValues:d,operationName:o,fieldResolver:s,typeResolver:e})}function ownKeys(n,e){var i,t=Object.keys(n);return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),t.push.apply(t,i)),t}function _objectSpread(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(i),!0).forEach(function(e){_defineProperty$2(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$2(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function extendSchemaImpl(e,n,m){for(var i,t,a=[],p=Object.create(null),r=[],d=[],o=0,s=n.definitions;o<s.length;o++){var l,u=s[o];u.kind===T.SCHEMA_DEFINITION?t=u:u.kind===T.SCHEMA_EXTENSION?d.push(u):isTypeDefinitionNode(u)?a.push(u):isTypeExtensionNode(u)?p[l=u.name.value]=(l=p[l])?l.concat([u]):[u]:u.kind===T.DIRECTIVE_DEFINITION&&r.push(u)}if(0===Object.keys(p).length&&0===a.length&&0===r.length&&0===d.length&&null==t)return e;for(var c=Object.create(null),v=0,k=e.types;v<k.length;v++){var y=k[v];c[y.name]=function extendNamedType(e){if(isIntrospectionType(e)||isSpecifiedScalarType(e))return e;if(isScalarType(e))return function extendScalarType(e){for(var n,i,e=e.toConfig(),t=null!=(n=p[e.name])?n:[],a=e.specifiedByUrl,r=0;r<t.length;r++)a=null!=(i=getSpecifiedByUrl(t[r]))?i:a;return new B(_objectSpread(_objectSpread({},e),{},{specifiedByUrl:a,extensionASTNodes:e.extensionASTNodes.concat(t)}))}(e);if(isObjectType(e))return function extendObjectType(e){var n,i=e.toConfig(),t=null!=(n=p[i.name])?n:[];return new M(_objectSpread(_objectSpread({},i),{},{interfaces:function interfaces(){return[].concat(e.getInterfaces().map(replaceNamedType),buildInterfaces(t))},fields:function fields(){return _objectSpread(_objectSpread({},mapValue(i.fields,extendField)),buildFieldMap(t))},extensionASTNodes:i.extensionASTNodes.concat(t)}))}(e);if(isInterfaceType(e))return function extendInterfaceType(e){var n,i=e.toConfig(),t=null!=(n=p[i.name])?n:[];return new z(_objectSpread(_objectSpread({},i),{},{interfaces:function interfaces(){return[].concat(e.getInterfaces().map(replaceNamedType),buildInterfaces(t))},fields:function fields(){return _objectSpread(_objectSpread({},mapValue(i.fields,extendField)),buildFieldMap(t))},extensionASTNodes:i.extensionASTNodes.concat(t)}))}(e);if(isUnionType(e))return function extendUnionType(e){var n,i=e.toConfig(),t=null!=(n=p[i.name])?n:[];return new $(_objectSpread(_objectSpread({},i),{},{types:function types(){return[].concat(e.getTypes().map(replaceNamedType),buildUnionTypes(t))},extensionASTNodes:i.extensionASTNodes.concat(t)}))}(e);if(isEnumType(e))return function extendEnumType(e){var n=e.toConfig(),e=null!=(e=p[e.name])?e:[];return new q(_objectSpread(_objectSpread({},n),{},{values:_objectSpread(_objectSpread({},n.values),buildEnumValueMap(e)),extensionASTNodes:n.extensionASTNodes.concat(e)}))}(e);if(isInputObjectType(e))return function extendInputObjectType(e){var n=e.toConfig(),i=null!=(e=p[n.name])?e:[];return new U(_objectSpread(_objectSpread({},n),{},{fields:function fields(){return _objectSpread(_objectSpread({},mapValue(n.fields,function(e){return _objectSpread(_objectSpread({},e),{},{type:replaceType(e.type)})})),buildInputFieldMap(i))},extensionASTNodes:n.extensionASTNodes.concat(i)}))}(e);invariant$1(0,"Unexpected type: "+inspect$1(e))}(y)}for(var f=0;f<a.length;f++){var N=a[f],g=N.name.value;c[g]=null!=(g=$e[g])?g:function buildType(e){var n,i=e.name.value,t=getDescription(e,m),a=null!=(n=p[i])?n:[];switch(e.kind){case T.OBJECT_TYPE_DEFINITION:var r=a,d=[e].concat(r);return new M({name:i,description:t,interfaces:function interfaces(){return buildInterfaces(d)},fields:function fields(){return buildFieldMap(d)},astNode:e,extensionASTNodes:r});case T.INTERFACE_TYPE_DEFINITION:var r=a,o=[e].concat(r);return new z({name:i,description:t,interfaces:function interfaces(){return buildInterfaces(o)},fields:function fields(){return buildFieldMap(o)},astNode:e,extensionASTNodes:r});case T.ENUM_TYPE_DEFINITION:var r=a,s=[e].concat(r);return new q({name:i,description:t,values:buildEnumValueMap(s),astNode:e,extensionASTNodes:r});case T.UNION_TYPE_DEFINITION:var s=a,l=[e].concat(s);return new $({name:i,description:t,types:function types(){return buildUnionTypes(l)},astNode:e,extensionASTNodes:s});case T.SCALAR_TYPE_DEFINITION:r=a;return new B({name:i,description:t,specifiedByUrl:getSpecifiedByUrl(e),astNode:e,extensionASTNodes:r});case T.INPUT_OBJECT_TYPE_DEFINITION:var s=a,u=[e].concat(s);return new U({name:i,description:t,fields:function fields(){return buildInputFieldMap(u)},astNode:e,extensionASTNodes:s})}invariant$1(0,"Unexpected type definition node: "+inspect$1(e))}(N)}var n=_objectSpread(_objectSpread({query:e.query&&c[e.query.name],mutation:e.mutation&&c[e.mutation.name],subscription:e.subscription&&c[e.subscription.name]},t&&getOperationTypes([t])),getOperationTypes(d));return _objectSpread(_objectSpread({description:null==(i=t)||null==(i=i.description)?void 0:i.value},n),{},{types:O(c),directives:[].concat(e.directives.map(function replaceDirective(e){e=e.toConfig();return new Ne(_objectSpread(_objectSpread({},e),{},{args:mapValue(e.args,extendArg)}))}),r.map(function buildDirective(e){var n=e.locations.map(function(e){return e.value});return new Ne({name:e.name.value,description:getDescription(e,m),locations:n,isRepeatable:e.repeatable,args:buildArgumentMap(e.arguments),astNode:e})})),extensions:void 0,astNode:null!=(i=t)?i:e.astNode,extensionASTNodes:e.extensionASTNodes.concat(d),assumeValid:null!=(n=null==m?void 0:m.assumeValid)&&n});function replaceType(e){return isListType(e)?new GraphQLList(replaceType(e.ofType)):isNonNullType(e)?new GraphQLNonNull(replaceType(e.ofType)):c[e.name]}function replaceNamedType(e){return c[e.name]}function extendField(e){return _objectSpread(_objectSpread({},e),{},{type:replaceType(e.type),args:mapValue(e.args,extendArg)})}function extendArg(e){return _objectSpread(_objectSpread({},e),{},{type:replaceType(e.type)})}function getOperationTypes(e){for(var n={},i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].operationTypes)?t:[],r=0;r<a.length;r++){var d=a[r];n[d.operation]=getNamedType(d.type)}return n}function getNamedType(e){var e=e.name.value,n=null!=(n=$e[e])?n:c[e];if(void 0===n)throw new Error('Unknown type: "'.concat(e,'".'));return n}function getWrappedType(e){return e.kind===T.LIST_TYPE?new GraphQLList(getWrappedType(e.type)):e.kind===T.NON_NULL_TYPE?new GraphQLNonNull(getWrappedType(e.type)):getNamedType(e)}function buildFieldMap(e){for(var n=Object.create(null),i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].fields)?t:[],r=0;r<a.length;r++){var d=a[r];n[d.name.value]={type:getWrappedType(d.type),description:getDescription(d,m),args:buildArgumentMap(d.arguments),deprecationReason:getDeprecationReason(d),astNode:d}}return n}function buildArgumentMap(e){for(var n=null!=e?e:[],i=Object.create(null),t=0;t<n.length;t++){var a=n[t],r=getWrappedType(a.type);i[a.name.value]={type:r,description:getDescription(a,m),defaultValue:valueFromAST(a.defaultValue,r),deprecationReason:getDeprecationReason(a),astNode:a}}return i}function buildInputFieldMap(e){for(var n=Object.create(null),i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].fields)?t:[],r=0;r<a.length;r++){var d=a[r],o=getWrappedType(d.type);n[d.name.value]={type:o,description:getDescription(d,m),defaultValue:valueFromAST(d.defaultValue,o),deprecationReason:getDeprecationReason(d),astNode:d}}return n}function buildEnumValueMap(e){for(var n=Object.create(null),i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].values)?t:[],r=0;r<a.length;r++){var d=a[r];n[d.name.value]={description:getDescription(d,m),deprecationReason:getDeprecationReason(d),astNode:d}}return n}function buildInterfaces(e){for(var n=[],i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].interfaces)?t:[],r=0;r<a.length;r++)n.push(getNamedType(a[r]));return n}function buildUnionTypes(e){for(var n=[],i=0;i<e.length;i++)for(var t,a=null!=(t=e[i].types)?t:[],r=0;r<a.length;r++)n.push(getNamedType(a[r]));return n}}var Me,r,ze,$e=keyMap(te.concat(fe),function(e){return e.name});function getDeprecationReason(e){e=getDirectiveValues(Ie,e);return null==e?void 0:e.reason}function getSpecifiedByUrl(e){e=getDirectiveValues(De,e);return null==e?void 0:e.url}function getDescription(e,n){if(e.description)return e.description.value;if(!0===(null==n?void 0:n.commentDescriptions)){n=getLeadingCommentBlock$1(e);if(void 0!==n)return dedentBlockStringValue$1("\n"+n)}}function getLeadingCommentBlock$1(e){e=e.loc;if(e){for(var n=[],i=e.startToken.prev;null!=i&&i.kind===c.COMMENT&&i.next&&i.prev&&i.line+1===i.next.line&&i.line!==i.prev.line;){var t=String(i.value);n.push(t),i=i.prev}return 0<n.length?n.reverse().join("\n"):void 0}}function buildASTSchema(e,n){null!=e&&e.kind===T.DOCUMENT||devAssert(0,"Must provide valid Document AST."),!0!==(null==n?void 0:n.assumeValid)&&!0!==(null==n?void 0:n.assumeValidSDL)&&assertValidSDL(e);var i=extendSchemaImpl({description:void 0,types:[],directives:[],extensions:void 0,extensionASTNodes:[],assumeValid:!1},e,n);if(null==i.astNode)for(var t=0,a=i.types;t<a.length;t++){var r=a[t];switch(r.name){case"Query":i.query=r;break;case"Mutation":i.mutation=r;break;case"Subscription":i.subscription=r}}for(var d=i.directives,o=function _loop(e){var n=be[e];d.every(function(e){return e.name!==n.name})&&d.push(n)},s=0;s<be.length;s++)o(s);return new Se(i)}function buildSchema(e,n){return buildASTSchema(parse(e,{noLocation:null==n?void 0:n.noLocation,allowLegacySDLEmptyFields:null==n?void 0:n.allowLegacySDLEmptyFields,allowLegacySDLImplementsInterfaces:null==n?void 0:n.allowLegacySDLImplementsInterfaces,experimentalFragmentVariables:null==n?void 0:n.experimentalFragmentVariables}),{commentDescriptions:null==n?void 0:n.commentDescriptions,assumeValidSDL:null==n?void 0:n.assumeValidSDL,assumeValid:null==n?void 0:n.assumeValid})}const qe=e=>Array.isArray(e)?e:e?[e]:[];function compareStrings(e,n){return String(e)<String(n)?-1:String(e)>String(n)?1:0}function nodeToString(e){var n;let i;return i=null==(i=null==(i="alias"in e?null==(n=e.alias)?void 0:n.value:i)&&"name"in e?null==(n=e.name)?void 0:n.value:i)?e.kind:i}function compareNodes(e,n,i){e=nodeToString(e),n=nodeToString(n);return("function"==typeof i?i:compareStrings)(e,n)}function isSome(e){return null!=e}function isAggregateError(e){return"errors"in e&&Array.isArray(e.errors)}const Ue=3;function inspect(e){return formatValue(e,[])}function formatValue(e,n){switch(typeof e){case"string":return JSON.stringify(e);case"function":return e.name?`[function ${e.name}]`:"[function]";case"object":return formatObjectValue(e,n);default:return String(e)}}function formatError(e){return e instanceof N?e.toString():e.name+`: ${e.message};
2
+ `+e.stack}function formatObjectValue(e,n){if(null===e)return"null";if(e instanceof Error)return isAggregateError(e)?formatError(e)+"\n"+formatArray(e.errors,n):formatError(e);if(n.includes(e))return"[Circular]";n=[...n,e];if(isJSONable(e)){var i=e.toJSON();if(i!==e)return"string"==typeof i?i:formatValue(i,n)}else if(Array.isArray(e))return formatArray(e,n);return formatObject(e,n)}function isJSONable(e){return"function"==typeof e.toJSON}function formatObject(e,i){var n=Object.entries(e);return 0===n.length?"{}":i.length>Ue?"["+getObjectTag(e)+"]":"{ "+n.map(([e,n])=>e+": "+formatValue(n,i)).join(", ")+" }"}function formatArray(n,i){if(0===n.length)return"[]";if(i.length>Ue)return"[Array]";var t=n.length,a=[];for(let e=0;e<t;++e)a.push(formatValue(n[e],i));return"["+a.join(", ")+"]"}function getObjectTag(e){var n=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===n&&"function"==typeof e.constructor){e=e.constructor.name;if("string"==typeof e&&""!==e)return e}return n}function getDirectivesInExtensions(e,n=["directives"]){return n.reduce((e,n)=>null==e?e:e[n],null==e?void 0:e.extensions)}function astFromType(e){if(isNonNullType(e)){var n=astFromType(e.ofType);if(n.kind===T.NON_NULL_TYPE)throw new Error(`Invalid type node ${inspect(e)}. Inner type of non-null type cannot be a non-null type.`);return{kind:T.NON_NULL_TYPE,type:n}}return isListType(e)?{kind:T.LIST_TYPE,type:astFromType(e.ofType)}:{kind:T.NAMED_TYPE,name:{kind:T.NAME,value:e.name}}}function astFromValueUntyped(e){if(null===e)return{kind:T.NULL};if(void 0===e)return null;if(Array.isArray(e)){var n=[];for(const d of e){var i=astFromValueUntyped(d);null!=i&&n.push(i)}return{kind:T.LIST,values:n}}if("object"==typeof e){var t=[];for(const o in e){var a=astFromValueUntyped(e[o]);a&&t.push({kind:T.OBJECT_FIELD,name:{kind:T.NAME,value:o},value:a})}return{kind:T.OBJECT,fields:t}}if("boolean"==typeof e)return{kind:T.BOOLEAN,value:e};var r;if("number"==typeof e&&isFinite(e))return r=String(e),Ge.test(r)?{kind:T.INT,value:r}:{kind:T.FLOAT,value:r};if("string"==typeof e)return{kind:T.STRING,value:e};throw new TypeError(`Cannot convert value to AST: ${e}.`)}const Ge=/^-?(?:0|[1-9][0-9]*)$/;function memoize1(t){const a=new WeakMap;return function memoized(e){var n,i=a.get(e);return void 0===i?(n=t(e),a.set(e,n),n):i}}const Qe=memoize1(function getRootTypeMap(e){var n=new Map,i=e.getQueryType(),i=(i&&n.set("query",i),e.getMutationType()),i=(i&&n.set("mutation",i),e.getSubscriptionType());return i&&n.set("subscription",i),n});function getDocumentNodeFromSchema(e,n={}){var i=n.pathToDirectivesInExtensions,t=e.getTypeMap(),n=astFromSchema(e,i),a=null!=n?[n]:[];for(const s of e.getDirectives())isSpecifiedDirective(s)||a.push(astFromDirective(s,e,i));for(const l in t){var r=t[l],d=isSpecifiedScalarType(r),o=isIntrospectionType(r);if(!d&&!o)if(isObjectType(r))a.push(astFromObjectType(r,e,i));else if(isInterfaceType(r))a.push(astFromInterfaceType(r,e,i));else if(isUnionType(r))a.push(astFromUnionType(r,e,i));else if(isInputObjectType(r))a.push(astFromInputObjectType(r,e,i));else if(isEnumType(r))a.push(astFromEnumType(r,e,i));else{if(!isScalarType(r))throw new Error(`Unknown type ${r}.`);a.push(astFromScalarType(r,e,i))}}return{kind:T.DOCUMENT,definitions:a}}function astFromSchema(e,n){var i=new Map([["query",void 0],["mutation",void 0],["subscription",void 0]]),t=[];if(null!=e.astNode&&t.push(e.astNode),null!=e.extensionASTNodes)for(const l of e.extensionASTNodes)t.push(l);for(const u of t)if(u.operationTypes)for(const m of u.operationTypes)i.set(m.operation,m);var a,r,d=Qe(e);for([a,r]of i){var o=d.get(a);null!=o&&(o=astFromType(o),null!=r?r.type=o:i.set(a,{kind:T.OPERATION_TYPE_DEFINITION,operation:a,type:o}))}var s=[...i.values()].filter(isSome),n=getDirectiveNodes(e,e,n);return s.length||n.length?((s={kind:null!=s?T.SCHEMA_DEFINITION:T.SCHEMA_EXTENSION,operationTypes:s,directives:n}).description=(null!=(n=null==(n=e.astNode)?void 0:n.description)?n:null!=e.description)?{kind:T.STRING,value:e.description,block:!0}:void 0,s):null}function astFromDirective(e,n,i){var t;return{kind:T.DIRECTIVE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description}:void 0,name:{kind:T.NAME,value:e.name},arguments:null==(t=e.args)?void 0:t.map(e=>astFromArg(e,n,i)),repeatable:e.isRepeatable,locations:(null==(t=e.locations)?void 0:t.map(e=>({kind:T.NAME,value:e})))||[]}}function getDirectiveNodes(e,n,i){i=getDirectivesInExtensions(e,i);let t=[];null!=e.astNode&&t.push(e.astNode),"extensionASTNodes"in e&&null!=e.extensionASTNodes&&(t=t.concat(e.extensionASTNodes));let a;if(null!=i)a=makeDirectiveNodes(n,i);else{a=[];for(const r of t)r.directives&&a.push(...r.directives)}return a}function getDeprecatableDirectiveNodes(e,n,i){let t=[],a=null;var i=getDirectivesInExtensions(e,i);let r;return null!=(r=null!=i?makeDirectiveNodes(n,i):null==(n=e.astNode)?void 0:n.directives)&&(t=r.filter(e=>"deprecated"!==e.name.value),null!=e.deprecationReason)&&(a=null==(i=r.filter(e=>"deprecated"===e.name.value))?void 0:i[0]),null==(a=null!=e.deprecationReason&&null==a?makeDeprecatedDirective(e.deprecationReason):a)?t:[a].concat(t)}function astFromArg(e,n,i){var t;return{kind:T.INPUT_VALUE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},type:astFromType(e.type),defaultValue:void 0!==e.defaultValue&&null!=(t=astFromValue(e.defaultValue,e.type))?t:void 0,directives:getDeprecatableDirectiveNodes(e,n,i)}}function astFromObjectType(e,n,i){var t;return{kind:T.OBJECT_TYPE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},fields:Object.values(e.getFields()).map(e=>astFromField(e,n,i)),interfaces:Object.values(e.getInterfaces()).map(e=>astFromType(e)),directives:getDirectiveNodes(e,n,i)}}function astFromInterfaceType(e,n,i){var t={kind:T.INTERFACE_TYPE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},fields:Object.values(e.getFields()).map(e=>astFromField(e,n,i)),directives:getDirectiveNodes(e,n,i)};return"getInterfaces"in e&&(t.interfaces=Object.values(e.getInterfaces()).map(e=>astFromType(e))),t}function astFromUnionType(e,n,i){var t;return{kind:T.UNION_TYPE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},directives:getDirectiveNodes(e,n,i),types:e.getTypes().map(e=>astFromType(e))}}function astFromInputObjectType(e,n,i){var t;return{kind:T.INPUT_OBJECT_TYPE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},fields:Object.values(e.getFields()).map(e=>astFromInputField(e,n,i)),directives:getDirectiveNodes(e,n,i)}}function astFromEnumType(e,n,i){var t;return{kind:T.ENUM_TYPE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},values:Object.values(e.getValues()).map(e=>astFromEnumValue(e,n,i)),directives:getDirectiveNodes(e,n,i)}}function astFromScalarType(e,n,i){var i=getDirectivesInExtensions(e,i),i=i?makeDirectiveNodes(n,i):(null==(n=e.astNode)?void 0:n.directives)||[],n=e.specifiedByUrl||e.specifiedByURL;return n&&!i.some(e=>"specifiedBy"===e.name.value)&&i.push(makeDirectiveNode("specifiedBy",{url:n})),{kind:T.SCALAR_TYPE_DEFINITION,description:null!=(n=null==(n=e.astNode)?void 0:n.description)?n:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},directives:i}}function astFromField(e,n,i){var t;return{kind:T.FIELD_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},arguments:e.args.map(e=>astFromArg(e,n,i)),type:astFromType(e.type),directives:getDeprecatableDirectiveNodes(e,n,i)}}function astFromInputField(e,n,i){var t;return{kind:T.INPUT_VALUE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},type:astFromType(e.type),directives:getDeprecatableDirectiveNodes(e,n,i),defaultValue:null!=(t=astFromValue(e.defaultValue,e.type))?t:void 0}}function astFromEnumValue(e,n,i){var t;return{kind:T.ENUM_VALUE_DEFINITION,description:null!=(t=null==(t=e.astNode)?void 0:t.description)?t:e.description?{kind:T.STRING,value:e.description,block:!0}:void 0,name:{kind:T.NAME,value:e.name},directives:getDeprecatableDirectiveNodes(e,n,i)}}function makeDeprecatedDirective(e){return makeDirectiveNode("deprecated",{reason:e},Ie)}function makeDirectiveNode(e,n,i){var t=[];if(null!=i)for(const o of i.args){var a=o.name,r=n[a];void 0!==r&&(r=astFromValue(r,o.type))&&t.push({kind:T.ARGUMENT,name:{kind:T.NAME,value:a},value:r})}else for(const s in n){var d=astFromValueUntyped(n[s]);d&&t.push({kind:T.ARGUMENT,name:{kind:T.NAME,value:s},value:d})}return{kind:T.DIRECTIVE,name:{kind:T.NAME,value:e},arguments:t}}function makeDirectiveNodes(e,n){var i=[];for(const r in n){var t=n[r],a=null==e?void 0:e.getDirective(r);if(Array.isArray(t))for(const d of t)i.push(makeDirectiveNode(r,d,a));else i.push(makeDirectiveNode(r,t,a))}return i}const He=80;let We={};function resetComments(){We={}}function collectComment(e){var n,i=null==(n=e.name)?void 0:n.value;if(null!=i)switch(pushComment(e,i),e.kind){case"EnumTypeDefinition":if(e.values)for(const t of e.values)pushComment(t,i,t.name.value);break;case"ObjectTypeDefinition":case"InputObjectTypeDefinition":case"InterfaceTypeDefinition":if(e.fields)for(const a of e.fields)if(pushComment(a,i,a.name.value),isFieldDefinitionNode(a)&&a.arguments)for(const r of a.arguments)pushComment(r,i,a.name.value,r.name.value)}}function pushComment(e,n,i,t){e=getComment(e);"string"==typeof e&&0!==e.length&&(n=[n],i&&(n.push(i),t)&&n.push(t),i=n.join("."),We[i]||(We[i]=[]),We[i].push(e))}function printComment(e){return"\n# "+e.replace(/\n/g,"\n# ")}function join(e,n){return e?e.filter(e=>e).join(n||""):""}function hasMultilineItems(e){return null!=(e=null==e?void 0:e.some(e=>e.includes("\n")))&&e}function addDescription(s){return(e,n,i,t,a)=>{const r=[];var d=t.reduce((e,n)=>(["fields","arguments","values"].includes(n)&&e.name&&r.push(e.name.value),e[n]),a[0]),d=[...r,null==(d=null==d?void 0:d.name)?void 0:d.value].filter(Boolean).join("."),o=[];return e.kind.includes("Definition")&&We[d]&&o.push(...We[d]),join([...o.map(printComment),e.description,s(e,n,i,t,a)],"\n")}}function indent(e){return e&&" "+e.replace(/\n/g,"\n ")}function block(e){return e&&0!==e.length?`{
3
+ ${indent(join(e,"\n"))}
4
+ }`:""}function wrap$1(e,n,i){return n?e+n+(i||""):""}function printBlockString(e,n=!1){var i=e.replace(/"""/g,'\\"""');return" "!==e[0]&&"\t"!==e[0]||-1!==e.indexOf("\n")?`"""
5
+ ${n?i:indent(i)}
6
+ """`:`"""${i.replace(/"$/,'"\n')}"""`}const Ke={Name:{leave:e=>e.value},Variable:{leave:e=>"$"+e.name},Document:{leave:e=>join(e.definitions,"\n\n")},OperationDefinition:{leave:e=>{var n=wrap$1("(",join(e.variableDefinitions,", "),")");return join([e.operation,join([e.name,n]),join(e.directives," ")]," ")+" "+e.selectionSet}},VariableDefinition:{leave:({variable:e,type:n,defaultValue:i,directives:t})=>e+": "+n+wrap$1(" = ",i)+wrap$1(" ",join(t," "))},SelectionSet:{leave:({selections:e})=>block(e)},Field:{leave({alias:e,name:n,arguments:i,directives:t,selectionSet:a}){e=wrap$1("",e,": ")+n;let r=e+wrap$1("(",join(i,", "),")");return r.length>He&&(r=e+wrap$1("(\n",indent(join(i,"\n")),"\n)")),join([r,join(t," "),a]," ")}},Argument:{leave:({name:e,value:n})=>e+": "+n},FragmentSpread:{leave:({name:e,directives:n})=>"..."+e+wrap$1(" ",join(n," "))},InlineFragment:{leave:({typeCondition:e,directives:n,selectionSet:i})=>join(["...",wrap$1("on ",e),join(n," "),i]," ")},FragmentDefinition:{leave:({name:e,typeCondition:n,variableDefinitions:i,directives:t,selectionSet:a})=>`fragment ${e}${wrap$1("(",join(i,", "),")")} `+`on ${n} `+wrap$1("",join(t," ")," ")+a},IntValue:{leave:({value:e})=>e},FloatValue:{leave:({value:e})=>e},StringValue:{leave:({value:e,block:n})=>n?printBlockString(e):JSON.stringify(e)},BooleanValue:{leave:({value:e})=>e?"true":"false"},NullValue:{leave:()=>"null"},EnumValue:{leave:({value:e})=>e},ListValue:{leave:({values:e})=>"["+join(e,", ")+"]"},ObjectValue:{leave:({fields:e})=>"{"+join(e,", ")+"}"},ObjectField:{leave:({name:e,value:n})=>e+": "+n},Directive:{leave:({name:e,arguments:n})=>"@"+e+wrap$1("(",join(n,", "),")")},NamedType:{leave:({name:e})=>e},ListType:{leave:({type:e})=>"["+e+"]"},NonNullType:{leave:({type:e})=>e+"!"},SchemaDefinition:{leave:({directives:e,operationTypes:n})=>join(["schema",join(e," "),block(n)]," ")},OperationTypeDefinition:{leave:({operation:e,type:n})=>e+": "+n},ScalarTypeDefinition:{leave:({name:e,directives:n})=>join(["scalar",e,join(n," ")]," ")},ObjectTypeDefinition:{leave:({name:e,interfaces:n,directives:i,fields:t})=>join(["type",e,wrap$1("implements ",join(n," & ")),join(i," "),block(t)]," ")},FieldDefinition:{leave:({name:e,arguments:n,type:i,directives:t})=>e+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+": "+i+wrap$1(" ",join(t," "))},InputValueDefinition:{leave:({name:e,type:n,defaultValue:i,directives:t})=>join([e+": "+n,wrap$1("= ",i),join(t," ")]," ")},InterfaceTypeDefinition:{leave:({name:e,interfaces:n,directives:i,fields:t})=>join(["interface",e,wrap$1("implements ",join(n," & ")),join(i," "),block(t)]," ")},UnionTypeDefinition:{leave:({name:e,directives:n,types:i})=>join(["union",e,join(n," "),wrap$1("= ",join(i," | "))]," ")},EnumTypeDefinition:{leave:({name:e,directives:n,values:i})=>join(["enum",e,join(n," "),block(i)]," ")},EnumValueDefinition:{leave:({name:e,directives:n})=>join([e,join(n," ")]," ")},InputObjectTypeDefinition:{leave:({name:e,directives:n,fields:i})=>join(["input",e,join(n," "),block(i)]," ")},DirectiveDefinition:{leave:({name:e,arguments:n,repeatable:i,locations:t})=>"directive @"+e+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+(i?" repeatable":"")+" on "+join(t," | ")},SchemaExtension:{leave:({directives:e,operationTypes:n})=>join(["extend schema",join(e," "),block(n)]," ")},ScalarTypeExtension:{leave:({name:e,directives:n})=>join(["extend scalar",e,join(n," ")]," ")},ObjectTypeExtension:{leave:({name:e,interfaces:n,directives:i,fields:t})=>join(["extend type",e,wrap$1("implements ",join(n," & ")),join(i," "),block(t)]," ")},InterfaceTypeExtension:{leave:({name:e,interfaces:n,directives:i,fields:t})=>join(["extend interface",e,wrap$1("implements ",join(n," & ")),join(i," "),block(t)]," ")},UnionTypeExtension:{leave:({name:e,directives:n,types:i})=>join(["extend union",e,join(n," "),wrap$1("= ",join(i," | "))]," ")},EnumTypeExtension:{leave:({name:e,directives:n,values:i})=>join(["extend enum",e,join(n," "),block(i)]," ")},InputObjectTypeExtension:{leave:({name:e,directives:n,fields:i})=>join(["extend input",e,join(n," "),block(i)]," ")}},Ye=Object.keys(Ke).reduce((e,n)=>({...e,[n]:{leave:addDescription(Ke[n].leave)}}),{});function printWithComments(e){return visit(e,Ye)}function isFieldDefinitionNode(e){return"FieldDefinition"===e.kind}function getComment(e){e=getLeadingCommentBlock(e);if(void 0!==e)return dedentBlockStringValue(`
7
+ `+e)}function getLeadingCommentBlock(n){n=n.loc;if(n){var i=[];let e=n.startToken.prev;for(;null!=e&&e.kind===c.COMMENT&&null!=e.next&&null!=e.prev&&e.line+1===e.next.line&&e.line!==e.prev.line;){var t=String(e.value);i.push(t),e=e.prev}return 0<i.length?i.reverse().join("\n"):void 0}}function dedentBlockStringValue(e){var n=e.split(/\r\n|[\n\r]/g),i=getBlockStringIndentation(n);if(0!==i)for(let e=1;e<n.length;e++)n[e]=n[e].slice(i);for(;0<n.length&&isBlank(n[0]);)n.shift();for(;0<n.length&&isBlank(n[n.length-1]);)n.pop();return n.join("\n")}function getBlockStringIndentation(n){let i=null;for(let e=1;e<n.length;e++){var t=n[e],a=leadingWhitespace(t);if(a!==t.length&&((null===i||a<i)&&0===(i=a)))break}return null===i?0:i}function leadingWhitespace(e){let n=0;for(;n<e.length&&(" "===e[n]||"\t"===e[n]);)n++;return n}function isBlank(e){return leadingWhitespace(e)===e.length}function getObjectTypeFromTypeMap(e,n){if(n){e=e[n.name];if(isObjectType(e))return e}}function isNamedStub(e){if("getFields"in e){var n=e.getFields();for(const i in n)return"_fake"===n[i].name}return!1}function getBuiltInForStub(e){switch(e.name){case X.name:return X;case ee.name:return ee;case n.name:return n;case ne.name:return ne;case ie.name:return ie;default:return e}}function rewireTypes(e,n){const i=Object.create(null);for(const d in e)i[d]=e[d];const t=Object.create(null);for(const o in i){var a,r=i[o];null==r||o.startsWith("__")||(a=r.name).startsWith("__")||(null!=t[a]?console.warn(`Duplicate schema type name ${a} found; keeping the existing one found in the schema`):t[a]=r)}for(const s in t)t[s]=rewireNamedType(t[s]);n=n.map(e=>function rewireDirective(e){if(isSpecifiedDirective(e))return e;e=e.toConfig();return e.args=rewireArgs(e.args),new Ne(e)}(e));return{typeMap:t,directives:n};function rewireArgs(e){var n={};for(const a in e){var i=e[a],t=rewireType(i.type);null!=t&&(i.type=t,n[a]=i)}return n}function rewireNamedType(e){if(isObjectType(e)){const i=e.toConfig();var n={...i,fields:()=>rewireFields(i.fields),interfaces:()=>rewireNamedTypes(i.interfaces)};return new M(n)}if(isInterfaceType(e)){const t=e.toConfig();n={...t,fields:()=>rewireFields(t.fields)};return"interfaces"in n&&(n.interfaces=()=>rewireNamedTypes(t.interfaces)),new z(n)}if(isUnionType(e)){const a=e.toConfig();n={...a,types:()=>rewireNamedTypes(a.types)};return new $(n)}if(isInputObjectType(e)){const r=e.toConfig();n={...r,fields:()=>function rewireInputFields(e){var n={};for(const a in e){var i=e[a],t=rewireType(i.type);null!=t&&(i.type=t,n[a]=i)}return n}(r.fields)};return new U(n)}if(isEnumType(e))return n=e.toConfig(),new q(n);if(isScalarType(e))return isSpecifiedScalarType(e)?e:(n=e.toConfig(),new B(n));throw new Error("Unexpected schema type: "+e)}function rewireFields(e){var n={};for(const a in e){var i=e[a],t=rewireType(i.type);null!=t&&i.args&&(i.type=t,i.args=rewireArgs(i.args),n[a]=i)}return n}function rewireNamedTypes(e){var n=[];for(const t of e){var i=rewireType(t);null!=i&&n.push(i)}return n}function rewireType(n){var e;if(isListType(n))return null!=(e=rewireType(n.ofType))?new GraphQLList(e):null;if(isNonNullType(n))return null!=(e=rewireType(n.ofType))?new GraphQLNonNull(e):null;if(isNamedType(n)){let e=i[n.name];return void 0===e&&(e=(isNamedStub(n)?getBuiltInForStub:rewireNamedType)(n),t[e.name]=i[n.name]=e),null!=e?t[e.name]:null}return null}}function transformInputValue(e,n,i=null,t=null){if(null==n)return n;const a=getNullableType(e);if(isLeafType(a))return null!=i?i(a,n):n;if(isListType(a))return qe(n).map(e=>transformInputValue(a.ofType,e,i,t));if(isInputObjectType(a)){var r=a.getFields(),d={};for(const s in n){var o=r[s];null!=o&&(d[s]=transformInputValue(o.type,n[s],i,t))}return null!=t?t(a,d):d}}function serializeInputValue(e,n){return transformInputValue(e,n,(e,n)=>{try{return e.serialize(n)}catch(e){return n}})}function parseInputValue(e,n){return transformInputValue(e,n,(e,n)=>{try{return e.parseValue(n)}catch(e){return n}})}function mapSchema(e,n={}){var i=mapArguments(mapFields(mapTypes(mapDefaultValues(mapEnumValues(mapTypes(mapDefaultValues(e.getTypeMap(),e,serializeInputValue),e,n,e=>isLeafType(e)),e,n),e,parseInputValue),e,n,e=>!isLeafType(e)),e,n),e,n),{typeMap:n,directives:t}=rewireTypes(i,mapDirectives(e.getDirectives(),e,n));return new Se({...e.toConfig(),query:getObjectTypeFromTypeMap(n,getObjectTypeFromTypeMap(i,e.getQueryType())),mutation:getObjectTypeFromTypeMap(n,getObjectTypeFromTypeMap(i,e.getMutationType())),subscription:getObjectTypeFromTypeMap(n,getObjectTypeFromTypeMap(i,e.getSubscriptionType())),types:Object.values(n),directives:t})}function mapTypes(e,n,i,t=()=>!0){var a,r,d={};for(const o in e)o.startsWith("__")||(null==(a=e[o])||!t(a)||null==(r=getTypeMapper(n,i,o))?d[o]=a:(r=r(a,n),d[o]=void 0===r?a:r));return d}function mapEnumValues(e,l,n){const u=getEnumValueMapper(n);return u?mapTypes(e,l,{[r.ENUM_TYPE]:e=>{var n=e.toConfig(),i=n.values,t={};for(const s in i){var a,r,d=i[s],o=u(d,e.name,l,s);void 0===o?t[s]=d:Array.isArray(o)?([a,r]=o,t[a]=void 0===r?d:r):null!==o&&(t[s]=o)}return correctASTNodes(new q({...n,values:t}))}},e=>isEnumType(e)):e}function mapDefaultValues(i,e,t){const a=mapArguments(i,e,{[r.ARGUMENT]:e=>{var n;return void 0===e.defaultValue?e:null!=(n=getNewType(i,e.type))?{...e,defaultValue:t(n,e.defaultValue)}:void 0}});return mapFields(a,e,{[r.INPUT_OBJECT_FIELD]:e=>{var n;return void 0===e.defaultValue?e:null!=(n=getNewType(a,e.type))?{...e,defaultValue:t(n,e.defaultValue)}:void 0}})}function getNewType(e,n){var i;return isListType(n)?null!=(i=getNewType(e,n.ofType))?new GraphQLList(i):null:isNonNullType(n)?null!=(i=getNewType(e,n.ofType))?new GraphQLNonNull(i):null:isNamedType(n)&&null!=(i=e[n.name])?i:null}function mapFields(e,n,i){var t={};for(const c in e)if(!c.startsWith("__")){var a=e[c];if(isObjectType(a)||isInterfaceType(a)||isInputObjectType(a)){var r=getFieldMapper(n,i,c);if(null==r)t[c]=a;else{var d=a.toConfig(),o=d.fields,s={};for(const v in o){var l,u,m=o[v],p=r(m,v,c,n);void 0===p?s[v]=m:Array.isArray(p)?([l,u]=p,null!=u.astNode&&(u.astNode={...u.astNode,name:{...u.astNode.name,value:l}}),s[l]=void 0===u?m:u):null!==p&&(s[v]=p)}isObjectType(a)?t[c]=correctASTNodes(new M({...d,fields:s})):isInterfaceType(a)?t[c]=correctASTNodes(new z({...d,fields:s})):t[c]=correctASTNodes(new U({...d,fields:s}))}}else t[c]=a}return t}function mapArguments(e,n,i){var t={};for(const y in e)if(!y.startsWith("__")){var a=e[y];if(isObjectType(a)||isInterfaceType(a)){var r=getArgumentMapper(i);if(null==r)t[y]=a;else{var d=a.toConfig(),o=d.fields,s={};for(const f in o){var l=o[f],u=l.args;if(null==u)s[f]=l;else{var m=Object.keys(u);if(m.length){var p={};for(const N of m){var c,v=u[N],k=r(v,f,y,n);void 0===k?p[N]=v:Array.isArray(k)?([v,c]=k,p[v]=c):null!==k&&(p[N]=k)}s[f]={...l,args:p}}else s[f]=l}}isObjectType(a)?t[y]=new M({...d,fields:s}):isInterfaceType(a)?t[y]=new z({...d,fields:s}):t[y]=new U({...d,fields:s})}}else t[y]=a}return t}function mapDirectives(e,n,i){var t=getDirectiveMapper(i);if(null==t)return e.slice();var a=[];for(const d of e){var r=t(d,n);void 0===r?a.push(d):null!==r&&a.push(r)}return a}function getTypeSpecifiers(e,n){var i,t=e.getType(n),a=[r.TYPE];return isObjectType(t)?(a.push(r.COMPOSITE_TYPE,r.OBJECT_TYPE),n===(null==(i=e.getQueryType())?void 0:i.name)?a.push(r.ROOT_OBJECT,r.QUERY):n===(null==(i=e.getMutationType())?void 0:i.name)?a.push(r.ROOT_OBJECT,r.MUTATION):n===(null==(i=e.getSubscriptionType())?void 0:i.name)&&a.push(r.ROOT_OBJECT,r.SUBSCRIPTION)):isInputObjectType(t)?a.push(r.INPUT_OBJECT_TYPE):isInterfaceType(t)?a.push(r.COMPOSITE_TYPE,r.ABSTRACT_TYPE,r.INTERFACE_TYPE):isUnionType(t)?a.push(r.COMPOSITE_TYPE,r.ABSTRACT_TYPE,r.UNION_TYPE):isEnumType(t)?a.push(r.ENUM_TYPE):isScalarType(t)&&a.push(r.SCALAR_TYPE),a}function getTypeMapper(e,n,i){let t;for(var a=[...getTypeSpecifiers(e,i)];!t&&0<a.length;){var r=a.pop();t=n[r]}return null!=t?t:null}function getFieldSpecifiers(e,n){var i,t=e.getType(n),a=[r.FIELD];return isObjectType(t)?(a.push(r.COMPOSITE_FIELD,r.OBJECT_FIELD),n===(null==(i=e.getQueryType())?void 0:i.name)?a.push(r.ROOT_FIELD,r.QUERY_ROOT_FIELD):n===(null==(i=e.getMutationType())?void 0:i.name)?a.push(r.ROOT_FIELD,r.MUTATION_ROOT_FIELD):n===(null==(i=e.getSubscriptionType())?void 0:i.name)&&a.push(r.ROOT_FIELD,r.SUBSCRIPTION_ROOT_FIELD)):isInterfaceType(t)?a.push(r.COMPOSITE_FIELD,r.INTERFACE_FIELD):isInputObjectType(t)&&a.push(r.INPUT_OBJECT_FIELD),a}function getFieldMapper(e,n,i){let t;for(var a=[...getFieldSpecifiers(e,i)];!t&&0<a.length;){var r=a.pop();t=n[r]}return null!==t&&void 0!==t?t:null}function getArgumentMapper(e){e=e[r.ARGUMENT];return null!=e?e:null}function getDirectiveMapper(e){e=e[r.DIRECTIVE];return null!=e?e:null}function getEnumValueMapper(e){e=e[r.ENUM_VALUE];return null!=e?e:null}function correctASTNodes(e){if(isObjectType(e)){var n=e.toConfig();if(null!=n.astNode){var i=[];for(const c in n.fields){var t=n.fields[c];null!=t.astNode&&i.push(t.astNode)}n.astNode={...n.astNode,kind:T.OBJECT_TYPE_DEFINITION,fields:i}}return null!=n.extensionASTNodes&&(n.extensionASTNodes=n.extensionASTNodes.map(e=>({...e,kind:T.OBJECT_TYPE_EXTENSION,fields:void 0}))),new M(n)}if(isInterfaceType(e)){var a=e.toConfig();if(null!=a.astNode){var r=[];for(const v in a.fields){var d=a.fields[v];null!=d.astNode&&r.push(d.astNode)}a.astNode={...a.astNode,kind:T.INTERFACE_TYPE_DEFINITION,fields:r}}return null!=a.extensionASTNodes&&(a.extensionASTNodes=a.extensionASTNodes.map(e=>({...e,kind:T.INTERFACE_TYPE_EXTENSION,fields:void 0}))),new z(a)}if(isInputObjectType(e)){var o=e.toConfig();if(null!=o.astNode){var s=[];for(const k in o.fields){var l=o.fields[k];null!=l.astNode&&s.push(l.astNode)}o.astNode={...o.astNode,kind:T.INPUT_OBJECT_TYPE_DEFINITION,fields:s}}return null!=o.extensionASTNodes&&(o.extensionASTNodes=o.extensionASTNodes.map(e=>({...e,kind:T.INPUT_OBJECT_TYPE_EXTENSION,fields:void 0}))),new U(o)}if(isEnumType(e)){var u=e.toConfig();if(null!=u.astNode){var m=[];for(const y in u.values){var p=u.values[y];null!=p.astNode&&m.push(p.astNode)}u.astNode={...u.astNode,values:m}}return null!=u.extensionASTNodes&&(u.extensionASTNodes=u.extensionASTNodes.map(e=>({...e,values:void 0}))),new q(u)}return e}function healSchema(e){return healTypes(e.getTypeMap(),e.getDirectives()),e}function healTypes(i,e){var n=Object.create(null);for(const o in i){var t,a=i[o];null==a||o.startsWith("__")||(t=a.name).startsWith("__")||(null!=n[t]?console.warn(`Duplicate schema type name ${t} found; keeping the existing one found in the schema`):n[t]=a)}for(const s in n){var r=n[s];i[s]=r}for(const l of e)l.args=l.args.filter(e=>(e.type=healType(e.type),null!==e.type));for(const u in i){var d=i[u];!u.startsWith("__")&&u in n&&null!=d&&!function healNamedType(e){if(isObjectType(e))healFields(e),healInterfaces(e);else if(isInterfaceType(e))healFields(e),"getInterfaces"in e&&healInterfaces(e);else if(isUnionType(e))!function healUnderlyingTypes(e){e=e.getTypes();e.push(...e.splice(0).map(e=>healType(e)).filter(Boolean))}(e);else if(isInputObjectType(e))!function healInputFields(e){var n=e.getFields();for(var[i,t]of Object.entries(n))t.type=healType(t.type),null===t.type&&delete n[i]}(e);else if(!isLeafType(e))throw new Error("Unexpected schema type: "+e)}(d)}for(const m in i)m.startsWith("__")||m in n||delete i[m];function healFields(e){var n,i,t=e.getFields();for([n,i]of Object.entries(t))i.args.map(e=>(e.type=healType(e.type),null===e.type?null:e)).filter(Boolean),i.type=healType(i.type),null===i.type&&delete t[n]}function healInterfaces(e){"getInterfaces"in e&&(e=e.getInterfaces()).push(...e.splice(0).map(e=>healType(e)).filter(Boolean))}function healType(e){if(isListType(e))return null!=(n=healType(e.ofType))?new GraphQLList(n):null;if(isNonNullType(e))return null!=(n=healType(e.ofType))?new GraphQLNonNull(n):null;if(isNamedType(e)){var n=i[e.name];if(n&&e!==n)return n}return e}}function forEachField(e,n){var i=e.getTypeMap();for(const r in i){var t=i[r];if(!getNamedType(t).name.startsWith("__")&&isObjectType(t)){var a=t.getFields();for(const d in a)n(a[d],r,d)}}}function forEachDefaultValue(e,n){var i=e.getTypeMap();for(const o in i){var t=i[o];if(!getNamedType(t).name.startsWith("__"))if(isObjectType(t)){var a=t.getFields();for(const s in a)for(const l of a[s].args)l.defaultValue=n(l.type,l.defaultValue)}else if(isInputObjectType(t)){var r=t.getFields();for(const u in r){var d=r[u];d.defaultValue=n(d.type,d.defaultValue)}}}}function mergeDeep(e,n=!1){var i=e[0]||{},t={};n&&Object.setPrototypeOf(t,Object.create(Object.getPrototypeOf(i)));for(const o of e)if(isObject$4(i)&&isObject$4(o)){if(n){var a=Object.getPrototypeOf(t),r=Object.getPrototypeOf(o);if(r)for(const s of Object.getOwnPropertyNames(r)){var d=Object.getOwnPropertyDescriptor(r,s);isSome(d)&&Object.defineProperty(a,s,d)}}for(const l in o)isObject$4(o[l])&&l in t?t[l]=mergeDeep([t[l],o[l]],n):Object.assign(t,{[l]:o[l]})}return t}function isObject$4(e){return e&&"object"==typeof e&&!Array.isArray(e)}function isDocumentNode(e){return e&&"object"==typeof e&&"kind"in e&&e.kind===T.DOCUMENT}function assertResolversPresent(e,n={}){const{requireResolversForArgs:t,requireResolversForNonScalar:a,requireResolversForAllFields:r}=n;if(r&&(t||a))throw new TypeError("requireResolversForAllFields takes precedence over the more specific assertions. Please configure either requireResolversForAllFields or requireResolversForArgs / requireResolversForNonScalar, but not a combination of them.");forEachField(e,(e,n,i)=>{r&&expectResolver("requireResolversForAllFields",r,e,n,i),t&&0<e.args.length&&expectResolver("requireResolversForArgs",t,e,n,i),"ignore"===a||isScalarType(getNamedType(e.type))||expectResolver("requireResolversForNonScalar",a,e,n,i)})}function expectResolver(e,n,i,t,a){if(i.resolve){if("function"!=typeof i.resolve)throw new Error(`Resolver "${t}.${a}" must be a function`)}else{i=`Resolver missing for "${t}.${a}".
8
+ To disable this validator, use:
9
+ resolverValidationOptions: {
10
+ ${e}: 'ignore'
11
+ }`;if("error"===n)throw new Error(i);"warn"===n&&console.warn(i)}}function checkForResolveTypeResolver(e,n){mapSchema(e,{[r.ABSTRACT_TYPE]:e=>{if(!e.resolveType){e=`Type "${e.name}" is missing a "__resolveType" resolver. Pass 'ignore' into `+'"resolverValidationOptions.requireResolversForResolveType" to disable this error.';if("error"===n)throw new Error(e);"warn"===n&&console.warn(e)}}})}function extendResolversFromInterfaces(e,n){var i={},t=e.getTypeMap();for(const r in t){var a=t[r];if("getInterfaces"in a){i[r]={};for(const d of a.getInterfaces())if(n[d.name])for(const o in n[d.name])"__isTypeOf"!==o&&o.startsWith("__")||(i[r][o]=n[d.name][o]);a=n[r];i[r]={...i[r],...a}}else{a=n[r];null!=a&&(i[r]=a)}}return i}function addResolversToSchema({schema:e,resolvers:n,defaultFieldResolver:i,resolverValidationOptions:t={},inheritResolversFromInterfaces:a=!1,updateResolversInPlace:r=!1}){var{requireResolversToMatchSchema:d="error",requireResolversForResolveType:t}=t,o=a?extendResolversFromInterfaces(e,n):n;for(const p in o){var s=o[p];if("object"!=typeof s)throw new Error(`"${p}" defined in resolvers, but has invalid value "${s}". The resolver's value must be of type object.`);var l=e.getType(p);if(null==l){if("ignore"!==d)throw new Error(`"${p}" defined in resolvers, but not in schema`)}else if(isSpecifiedScalarType(l))for(const c in s)c.startsWith("__")?l[c.substring(2)]=s[c]:l[c]=s[c];else if(isEnumType(l)){var u=l.getValues();for(const v in s)if(!v.startsWith("__")&&!u.some(e=>e.name===v)&&d&&"ignore"!==d)throw new Error(`${l.name}.${v} was defined in resolvers, but not present within `+l.name)}else if(isUnionType(l)){for(const k in s)if(!k.startsWith("__")&&d&&"ignore"!==d)throw new Error(`${l.name}.${k} was defined in resolvers, but ${l.name} is not an object or interface type`)}else if(isObjectType(l)||isInterfaceType(l))for(const y in s)if(!y.startsWith("__"))if(null==l.getFields()[y]){if(d&&"ignore"!==d)throw new Error(`${p}.${y} defined in resolvers, but not in schema`)}else{var m=s[y];if("function"!=typeof m&&"object"!=typeof m)throw new Error(`Resolver ${p}.${y} must be object or function`)}}return e=(r?addResolversToExistingSchema:createNewSchemaWithResolvers)(e,o,i),t&&"ignore"!==t&&checkForResolveTypeResolver(e,t),e}function addResolversToExistingSchema(e,n,i){var t,a,r=e.getTypeMap();for(const p in n){var d,o,s=e.getType(p),l=n[p];if(isScalarType(s))for(const c in l)c.startsWith("__")?s[c.substring(2)]=l[c]:"astNode"===c&&null!=s.astNode?s.astNode={...s.astNode,description:null!=(t=null==(t=null==l?void 0:l.astNode)?void 0:t.description)?t:s.astNode.description,directives:(null!=(t=s.astNode.directives)?t:[]).concat(null!=(t=null==(t=null==l?void 0:l.astNode)?void 0:t.directives)?t:[])}:"extensionASTNodes"===c&&null!=s.extensionASTNodes?s.extensionASTNodes=s.extensionASTNodes.concat(null!=(t=null==l?void 0:l.extensionASTNodes)?t:[]):"extensions"===c&&null!=s.extensions&&null!=l.extensions?s.extensions=Object.assign(Object.create(null),s.extensions,l.extensions):s[c]=l[c];else if(isEnumType(s)){var u=s.toConfig(),m=u.values;for(const v in l)v.startsWith("__")?u[v.substring(2)]=l[v]:"astNode"===v&&null!=u.astNode?u.astNode={...u.astNode,description:null!=(a=null==(a=null==l?void 0:l.astNode)?void 0:a.description)?a:u.astNode.description,directives:(null!=(a=u.astNode.directives)?a:[]).concat(null!=(a=null==(a=null==l?void 0:l.astNode)?void 0:a.directives)?a:[])}:"extensionASTNodes"===v&&null!=u.extensionASTNodes?u.extensionASTNodes=u.extensionASTNodes.concat(null!=(a=null==l?void 0:l.extensionASTNodes)?a:[]):"extensions"===v&&null!=s.extensions&&null!=l.extensions?s.extensions=Object.assign(Object.create(null),s.extensions,l.extensions):m[v]&&(m[v].value=l[v]);r[p]=new q(u)}else if(isUnionType(s))for(const k in l)k.startsWith("__")&&(s[k.substring(2)]=l[k]);else if(isObjectType(s)||isInterfaceType(s))for(const y in l)y.startsWith("__")?s[y.substring(2)]=l[y]:null!=(d=s.getFields()[y])&&("function"==typeof(o=l[y])?d.resolve=o.bind(l):setFieldProperties(d,o))}return forEachDefaultValue(e,serializeInputValue),healSchema(e),forEachDefaultValue(e,parseInputValue),null!=i&&forEachField(e,e=>{e.resolve||(e.resolve=i)}),e}function createNewSchemaWithResolvers(e,d,n){return e=mapSchema(e,{[r.SCALAR_TYPE]:e=>{var n,i=e.toConfig(),t=d[e.name];if(!isSpecifiedScalarType(e)&&null!=t){for(const a in t)a.startsWith("__")?i[a.substring(2)]=t[a]:"astNode"===a&&null!=i.astNode?i.astNode={...i.astNode,description:null!=(n=null==(n=null==t?void 0:t.astNode)?void 0:n.description)?n:i.astNode.description,directives:(null!=(n=i.astNode.directives)?n:[]).concat(null!=(n=null==(n=null==t?void 0:t.astNode)?void 0:n.directives)?n:[])}:"extensionASTNodes"===a&&null!=i.extensionASTNodes?i.extensionASTNodes=i.extensionASTNodes.concat(null!=(n=null==t?void 0:t.extensionASTNodes)?n:[]):"extensions"===a&&null!=i.extensions&&null!=t.extensions?i.extensions=Object.assign(Object.create(null),e.extensions,t.extensions):i[a]=t[a];return new B(i)}},[r.ENUM_TYPE]:e=>{var n,i=d[e.name],t=e.toConfig(),a=t.values;if(null!=i){for(const r in i)r.startsWith("__")?t[r.substring(2)]=i[r]:"astNode"===r&&null!=t.astNode?t.astNode={...t.astNode,description:null!=(n=null==(n=null==i?void 0:i.astNode)?void 0:n.description)?n:t.astNode.description,directives:(null!=(n=t.astNode.directives)?n:[]).concat(null!=(n=null==(n=null==i?void 0:i.astNode)?void 0:n.directives)?n:[])}:"extensionASTNodes"===r&&null!=t.extensionASTNodes?t.extensionASTNodes=t.extensionASTNodes.concat(null!=(n=null==i?void 0:i.extensionASTNodes)?n:[]):"extensions"===r&&null!=t.extensions&&null!=i.extensions?t.extensions=Object.assign(Object.create(null),e.extensions,i.extensions):a[r]&&(a[r].value=i[r]);return new q(t)}},[r.UNION_TYPE]:e=>{var n=d[e.name];if(null!=n)return e=e.toConfig(),n.__resolveType&&(e.resolveType=n.__resolveType),new $(e)},[r.OBJECT_TYPE]:e=>{var n=d[e.name];if(null!=n)return e=e.toConfig(),n.__isTypeOf&&(e.isTypeOf=n.__isTypeOf),new M(e)},[r.INTERFACE_TYPE]:e=>{var n=d[e.name];if(null!=n)return e=e.toConfig(),n.__resolveType&&(e.resolveType=n.__resolveType),new z(e)},[r.COMPOSITE_FIELD]:(e,n,i)=>{i=d[i];if(null!=i){n=i[n];if(null!=n)return e={...e},"function"==typeof n?e.resolve=n.bind(i):setFieldProperties(e,n),e}}}),e=null!=n?mapSchema(e,{[r.OBJECT_FIELD]:e=>({...e,resolve:null!=e.resolve?e.resolve:n})}):e}function setFieldProperties(e,n){for(const i in n)e[i]=n[i]}function mergeResolvers(e,n){if(!e||Array.isArray(e)&&0===e.length)return{};if(!Array.isArray(e))return e;if(1===e.length)return e[0]||{};var i,t=new Array;for(i of e)"object"==typeof(i=Array.isArray(i)?mergeResolvers(i):i)&&i&&t.push(i);var a=mergeDeep(t,!0);if(null!=n&&n.exclusions)for(const o of n.exclusions){var[r,d]=o.split(".");d&&"*"!==d?a[r]&&delete a[r][d]:delete a[r]}return a}function mergeArguments$1(e,n,i){n=deduplicateArguments([...n,...e].filter(isSome),i);return i&&i.sort&&n.sort(compareNodes),n}function deduplicateArguments(e,t){return e.reduce((e,n)=>{var i=e.findIndex(e=>e.name.value===n.name.value);return-1===i?e.concat([n]):(null!=t&&t.reverseArguments||(e[i]=n),e)},[])}function directiveAlreadyExists(e,n){return!!e.find(e=>e.name.value===n.name.value)}function isRepeatableDirective(e,n){return!(null==(n=null==n?void 0:n[e.name.value])||!n.repeatable)}function nameAlreadyExists(n,e){return e.some(({value:e})=>e===n.value)}function mergeArguments(e,n){var i=[...n];for(const r of e){var t,a=i.findIndex(e=>e.name.value===r.name.value);-1<a?"ListValue"===(a=i[a]).value.kind?(t=r.value.values,a.value.values=deduplicateLists(a.value.values,t,(e,n)=>{const i=e.value;return!i||!n.some(e=>e.value===i)})):a.value=r.value:i.push(r)}return i}function deduplicateDirectives(e,a){return e.map((n,e,i)=>{var t=i.findIndex(e=>e.name.value===n.name.value);return t===e||isRepeatableDirective(n,a)?n:(n.arguments=mergeArguments(n.arguments,i[t].arguments),null)}).filter(isSome)}function mergeDirectives(e=[],n=[],i,t){var a,i=i&&i.reverseDirectives,r=i?n:e,d=deduplicateDirectives([...i?e:n],t);for(const o of r)directiveAlreadyExists(d,o)&&!isRepeatableDirective(o,t)?(a=d.findIndex(e=>e.name.value===o.name.value),d[a].arguments=mergeArguments(o.arguments||[],d[a].arguments||[])):d.push(o);return d}function validateInputs(e,n){var i=print({...e,description:void 0}),n=print({...n,description:void 0}),t=new RegExp("(directive @w*d*)|( on .*$)","g");if(!(i.replace(t,"")===n.replace(t,"")))throw new Error(`Unable to merge GraphQL directive "${e.name.value}".
12
+ Existing directive:
13
+ ${n}
14
+ Received directive:
15
+ `+i)}function mergeDirective(e,n){return n?(validateInputs(e,n),{...e,locations:[...n.locations,...e.locations.filter(e=>!nameAlreadyExists(e,n.locations))]}):e}function deduplicateLists(n,e,i){return n.concat(e.filter(e=>i(e,n)))}function mergeEnumValues(e,n,i,t){null!=i&&i.consistentEnumMerge&&(o=[],e&&o.push(...e),e=n,n=o);var a=new Map;if(e)for(const s of e)a.set(s.name.value,s);if(n)for(const l of n){var r,d=l.name.value;a.has(d)?((r=a.get(d)).description=l.description||r.description,r.directives=mergeDirectives(l.directives,r.directives,t)):a.set(d,l)}var o=[...a.values()];return i&&i.sort&&o.sort(compareNodes),o}function mergeEnum(e,n,i,t){return n?{name:e.name,description:e.description||n.description,kind:null!=i&&i.convertExtensions||"EnumTypeDefinition"===e.kind||"EnumTypeDefinition"===n.kind?"EnumTypeDefinition":"EnumTypeExtension",loc:e.loc,directives:mergeDirectives(e.directives,n.directives,i,t),values:mergeEnumValues(e.values,n.values,i)}:null!=i&&i.convertExtensions?{...e,kind:T.ENUM_TYPE_DEFINITION}:e}function isStringTypes(e){return"string"==typeof e}function isSourceTypes(e){return e instanceof h}function extractType(e){let n=e;for(;n.kind===T.LIST_TYPE||"NonNullType"===n.kind;)n=n.type;return n}function isWrappingTypeNode(e){return e.kind!==T.NAMED_TYPE}function isListTypeNode(e){return e.kind===T.LIST_TYPE}function isNonNullTypeNode(e){return e.kind===T.NON_NULL_TYPE}function printTypeNode(e){return isListTypeNode(e)?`[${printTypeNode(e.type)}]`:isNonNullTypeNode(e)?printTypeNode(e.type)+"!":e.name.value}function defaultStringComparator(e,n){return null==e&&null==n?ze.A_EQUALS_B:null==e?ze.A_SMALLER_THAN_B:null==n?ze.A_GREATER_THAN_B:e<n?ze.A_SMALLER_THAN_B:n<e?ze.A_GREATER_THAN_B:ze.A_EQUALS_B}function fieldAlreadyExists(e,n){var i=e.findIndex(e=>e.name.value===n.name.value);return[-1<i?e[i]:null,i]}function mergeFields(n,e,i,t,a){var r=[];if(null!=i&&r.push(...i),null!=e)for(const l of e){var d,[o,s]=fieldAlreadyExists(r,l);!o||null!=t&&t.ignoreFieldConflicts?r.push(l):((d=(null==t?void 0:t.onFieldTypeConflict)&&t.onFieldTypeConflict(o,l,n,null==t?void 0:t.throwOnConflict)||preventConflicts(n,o,l,null==t?void 0:t.throwOnConflict)).arguments=mergeArguments$1(l.arguments||[],o.arguments||[],t),d.directives=mergeDirectives(l.directives,o.directives,t,a),d.description=l.description||o.description,r[s]=d)}if(t&&t.sort&&r.sort(compareNodes),t&&t.exclusions){const u=t.exclusions;return r.filter(e=>!u.includes(n.name.value+"."+e.name.value))}return r}function preventConflicts(e,n,i,t=!1){var a=printTypeNode(n.type),r=printTypeNode(i.type);if(a!==r){var d=extractType(n.type),o=extractType(i.type);if(d.name.value!==o.name.value)throw new Error(`Field "${i.name.value}" already defined with a different type. Declared as "${d.name.value}", but you tried to override with "${o.name.value}"`);if(!safeChangeForFieldType(n.type,i.type,!t))throw new Error(`Field '${e.name.value}.${n.name.value}' changed type from '${a}' to '${r}'`)}return isNonNullTypeNode(i.type)&&!isNonNullTypeNode(n.type)&&(n.type=i.type),n}function safeChangeForFieldType(e,n,i=!1){return isWrappingTypeNode(e)||isWrappingTypeNode(n)?isNonNullTypeNode(n)?safeChangeForFieldType(isNonNullTypeNode(e)?e.type:e,n.type):isNonNullTypeNode(e)?safeChangeForFieldType(n,e,i):!!isListTypeNode(e)&&(isListTypeNode(n)&&safeChangeForFieldType(e.type,n.type)||isNonNullTypeNode(n)&&safeChangeForFieldType(e,n.type)):e.toString()===n.toString()}function mergeInputType(n,e,i,t){if(e)try{return{name:n.name,description:n.description||e.description,kind:null!=i&&i.convertExtensions||"InputObjectTypeDefinition"===n.kind||"InputObjectTypeDefinition"===e.kind?"InputObjectTypeDefinition":"InputObjectTypeExtension",loc:n.loc,fields:mergeFields(n,n.fields,e.fields,i),directives:mergeDirectives(n.directives,e.directives,i,t)}}catch(e){throw new Error(`Unable to merge GraphQL input type "${n.name.value}": `+e.message)}return null!=i&&i.convertExtensions?{...n,kind:T.INPUT_OBJECT_TYPE_DEFINITION}:n}function alreadyExists(e,n){return!!e.find(e=>e.name.value===n.name.value)}function mergeNamedTypeArray(e=[],n=[],i={}){e=[...n,...e.filter(e=>!alreadyExists(n,e))];return i&&i.sort&&e.sort(compareNodes),e}function mergeInterface(n,e,i,t){if(e)try{return{name:n.name,description:n.description||e.description,kind:null!=i&&i.convertExtensions||"InterfaceTypeDefinition"===n.kind||"InterfaceTypeDefinition"===e.kind?"InterfaceTypeDefinition":"InterfaceTypeExtension",loc:n.loc,fields:mergeFields(n,n.fields,e.fields,i),directives:mergeDirectives(n.directives,e.directives,i,t),interfaces:n.interfaces?mergeNamedTypeArray(n.interfaces,e.interfaces,i):void 0}}catch(e){throw new Error(`Unable to merge GraphQL interface "${n.name.value}": `+e.message)}return null!=i&&i.convertExtensions?{...n,kind:T.INTERFACE_TYPE_DEFINITION}:n}function mergeType(n,e,i,t){if(e)try{return{name:n.name,description:n.description||e.description,kind:null!=i&&i.convertExtensions||"ObjectTypeDefinition"===n.kind||"ObjectTypeDefinition"===e.kind?"ObjectTypeDefinition":"ObjectTypeExtension",loc:n.loc,fields:mergeFields(n,n.fields,e.fields,i),directives:mergeDirectives(n.directives,e.directives,i,t),interfaces:mergeNamedTypeArray(n.interfaces,e.interfaces,i)}}catch(e){throw new Error(`Unable to merge GraphQL type "${n.name.value}": `+e.message)}return null!=i&&i.convertExtensions?{...n,kind:T.OBJECT_TYPE_DEFINITION}:n}function mergeScalar(e,n,i,t){return n?{name:e.name,description:e.description||n.description,kind:null!=i&&i.convertExtensions||"ScalarTypeDefinition"===e.kind||"ScalarTypeDefinition"===n.kind?"ScalarTypeDefinition":"ScalarTypeExtension",loc:e.loc,directives:mergeDirectives(e.directives,n.directives,i,t)}:null!=i&&i.convertExtensions?{...e,kind:T.SCALAR_TYPE_DEFINITION}:e}function mergeUnion(e,n,i,t){return n?{name:e.name,description:e.description||n.description,directives:mergeDirectives(e.directives,n.directives,i,t),kind:null!=i&&i.convertExtensions||"UnionTypeDefinition"===e.kind||"UnionTypeDefinition"===n.kind?T.UNION_TYPE_DEFINITION:T.UNION_TYPE_EXTENSION,loc:e.loc,types:mergeNamedTypeArray(e.types,n.types,i)}:null!=i&&i.convertExtensions?{...e,kind:T.UNION_TYPE_DEFINITION}:e}!function(e){e.QUERY="QUERY",e.MUTATION="MUTATION",e.SUBSCRIPTION="SUBSCRIPTION",e.FIELD="FIELD",e.FRAGMENT_DEFINITION="FRAGMENT_DEFINITION",e.FRAGMENT_SPREAD="FRAGMENT_SPREAD",e.INLINE_FRAGMENT="INLINE_FRAGMENT",e.VARIABLE_DEFINITION="VARIABLE_DEFINITION",e.SCHEMA="SCHEMA",e.SCALAR="SCALAR",e.OBJECT="OBJECT",e.FIELD_DEFINITION="FIELD_DEFINITION",e.ARGUMENT_DEFINITION="ARGUMENT_DEFINITION",e.INTERFACE="INTERFACE",e.UNION="UNION",e.ENUM="ENUM",e.ENUM_VALUE="ENUM_VALUE",e.INPUT_OBJECT="INPUT_OBJECT",e.INPUT_FIELD_DEFINITION="INPUT_FIELD_DEFINITION"}(Me=Me||{}),function(e){e.TYPE="MapperKind.TYPE",e.SCALAR_TYPE="MapperKind.SCALAR_TYPE",e.ENUM_TYPE="MapperKind.ENUM_TYPE",e.COMPOSITE_TYPE="MapperKind.COMPOSITE_TYPE",e.OBJECT_TYPE="MapperKind.OBJECT_TYPE",e.INPUT_OBJECT_TYPE="MapperKind.INPUT_OBJECT_TYPE",e.ABSTRACT_TYPE="MapperKind.ABSTRACT_TYPE",e.UNION_TYPE="MapperKind.UNION_TYPE",e.INTERFACE_TYPE="MapperKind.INTERFACE_TYPE",e.ROOT_OBJECT="MapperKind.ROOT_OBJECT",e.QUERY="MapperKind.QUERY",e.MUTATION="MapperKind.MUTATION",e.SUBSCRIPTION="MapperKind.SUBSCRIPTION",e.DIRECTIVE="MapperKind.DIRECTIVE",e.FIELD="MapperKind.FIELD",e.COMPOSITE_FIELD="MapperKind.COMPOSITE_FIELD",e.OBJECT_FIELD="MapperKind.OBJECT_FIELD",e.ROOT_FIELD="MapperKind.ROOT_FIELD",e.QUERY_ROOT_FIELD="MapperKind.QUERY_ROOT_FIELD",e.MUTATION_ROOT_FIELD="MapperKind.MUTATION_ROOT_FIELD",e.SUBSCRIPTION_ROOT_FIELD="MapperKind.SUBSCRIPTION_ROOT_FIELD",e.INTERFACE_FIELD="MapperKind.INTERFACE_FIELD",e.INPUT_OBJECT_FIELD="MapperKind.INPUT_OBJECT_FIELD",e.ARGUMENT="MapperKind.ARGUMENT",e.ENUM_VALUE="MapperKind.ENUM_VALUE"}(r=r||{}),new Ne({name:"defer",description:"Directs the executor to defer this fragment when the `if` argument is true or undefined.",locations:[i.FRAGMENT_SPREAD,i.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(ne),description:"Deferred when true or undefined.",defaultValue:!0},label:{type:n,description:"Unique name"}}}),new Ne({name:"stream",description:"Directs the executor to stream plural fields when the `if` argument is true or undefined.",locations:[i.FIELD],args:{if:{type:new GraphQLNonNull(ne),description:"Stream when true or undefined.",defaultValue:!0},label:{type:n,description:"Unique name"},initialCount:{defaultValue:0,type:X,description:"Number of items to return immediately"}}}),function(e){e[e.A_SMALLER_THAN_B=-1]="A_SMALLER_THAN_B",e[e.A_EQUALS_B=0]="A_EQUALS_B",e[e.A_GREATER_THAN_B=1]="A_GREATER_THAN_B"}(ze=ze||{});const Je={query:"Query",mutation:"Mutation",subscription:"Subscription"};function mergeOperationTypes(e=[],n=[]){var i=[];for(const a in Je){var t=e.find(e=>e.operation===a)||n.find(e=>e.operation===a);t&&i.push(t)}return i}function mergeSchemaDefs(e,n,i,t){return n?{kind:e.kind===T.SCHEMA_DEFINITION||n.kind===T.SCHEMA_DEFINITION?T.SCHEMA_DEFINITION:T.SCHEMA_EXTENSION,description:e.description||n.description,directives:mergeDirectives(e.directives,n.directives,i,t),operationTypes:mergeOperationTypes(e.operationTypes,n.operationTypes)}:null!=i&&i.convertExtensions?{...e,kind:T.SCHEMA_DEFINITION}:e}const Ze="SCHEMA_DEF_SYMBOL";function isNamedDefinitionNode(e){return"name"in e}function mergeGraphQLNodes(e,n,i={}){var t,a=i;for(const d of e)if(isNamedDefinitionNode(d)){var r=null==(t=d.name)?void 0:t.value;if(null!=n&&n.commentDescriptions&&collectComment(d),null!=r)if(null!=(t=null==n?void 0:n.exclusions)&&t.includes(r+".*")||null!=(t=null==n?void 0:n.exclusions)&&t.includes(r))delete a[r];else switch(d.kind){case T.OBJECT_TYPE_DEFINITION:case T.OBJECT_TYPE_EXTENSION:a[r]=mergeType(d,a[r],n,i);break;case T.ENUM_TYPE_DEFINITION:case T.ENUM_TYPE_EXTENSION:a[r]=mergeEnum(d,a[r],n,i);break;case T.UNION_TYPE_DEFINITION:case T.UNION_TYPE_EXTENSION:a[r]=mergeUnion(d,a[r],n,i);break;case T.SCALAR_TYPE_DEFINITION:case T.SCALAR_TYPE_EXTENSION:a[r]=mergeScalar(d,a[r],n,i);break;case T.INPUT_OBJECT_TYPE_DEFINITION:case T.INPUT_OBJECT_TYPE_EXTENSION:a[r]=mergeInputType(d,a[r],n,i);break;case T.INTERFACE_TYPE_DEFINITION:case T.INTERFACE_TYPE_EXTENSION:a[r]=mergeInterface(d,a[r],n,i);break;case T.DIRECTIVE_DEFINITION:a[r]=mergeDirective(d,a[r])}}else d.kind!==T.SCHEMA_DEFINITION&&d.kind!==T.SCHEMA_EXTENSION||(a[Ze]=mergeSchemaDefs(d,a[Ze],n));return a}function mergeTypeDefs(e,n){resetComments();e={kind:T.DOCUMENT,definitions:mergeGraphQLTypes(e,{useSchemaDefinition:!0,forceSchemaDefinition:!1,throwOnConflict:!1,commentDescriptions:!1,...n})};let i;return i=null!=n&&n.commentDescriptions?printWithComments(e):e,resetComments(),i}function visitTypeSources(e,n,i=[],t=[],a=new Set){if(e&&!a.has(e))if(a.add(e),"function"==typeof e)visitTypeSources(e(),n,i,t,a);else if(Array.isArray(e))for(const r of e)visitTypeSources(r,n,i,t,a);else if(isSchema(e))visitTypeSources(getDocumentNodeFromSchema(e,n).definitions,n,i,t,a);else if(isStringTypes(e)||isSourceTypes(e))visitTypeSources(parse(e,n).definitions,n,i,t,a);else if("object"==typeof e&&isDefinitionNode(e))(e.kind===T.DIRECTIVE_DEFINITION?i:t).push(e);else{if(!isDocumentNode(e))throw new Error("typeDefs must contain only strings, documents, schemas, or functions, got "+typeof e);visitTypeSources(e.definitions,n,i,t,a)}return{allDirectives:i,allNodes:t}}function mergeGraphQLTypes(e,n){resetComments();var{allDirectives:e,allNodes:i}=visitTypeSources(e,n),e=mergeGraphQLNodes(e,n),t=mergeGraphQLNodes(i,n,e);if(null!=n&&n.useSchemaDefinition){var a,i=t[Ze]||{kind:T.SCHEMA_DEFINITION,operationTypes:[]},r=i.operationTypes;for(const d in Je)r.find(e=>e.operation===d)||null!=(a=t[Je[d]])&&null!=a.name&&r.push({kind:T.OPERATION_TYPE_DEFINITION,type:{kind:T.NAMED_TYPE,name:a.name},operation:d});null!=(null==(e=null===i?void 0:i.operationTypes)?void 0:e.length)&&0<i.operationTypes.length&&(t[Ze]=i)}null==n||!n.forceSchemaDefinition||null!=(i=null==(e=t[Ze])?void 0:e.operationTypes)&&i.length||(t[Ze]={kind:T.SCHEMA_DEFINITION,operationTypes:[{kind:T.OPERATION_TYPE_DEFINITION,operation:"query",type:{kind:T.NAMED_TYPE,name:{kind:T.NAME,value:"Query"}}}]});e=Object.values(t);if(null!=n&&n.sort){const o="function"==typeof n.sort?n.sort:defaultStringComparator;e.sort((e,n)=>{return o(null==(e=e.name)?void 0:e.value,null==(e=n.name)?void 0:e.value)})}return e}function mergeExtensions(e){return mergeDeep(e)}function applyExtensionObject(e,n){e&&(e.extensions=mergeDeep([e.extensions||{},n||{}]))}function applyExtensions(e,n){applyExtensionObject(e,n.schemaExtensions);for(var[i,t]of Object.entries(n.types||{})){var a=e.getType(i);if(a)if(applyExtensionObject(a,t.extensions),"object"===t.type||"interface"===t.type)for(var[r,d]of Object.entries(t.fields)){var o=a.getFields()[r];if(o){applyExtensionObject(o,d.extensions);for(const[p,c]of Object.entries(d.arguments))applyExtensionObject(o.args.find(e=>e.name===p),c)}}else if("input"===t.type)for(var[s,l]of Object.entries(t.fields))applyExtensionObject(a.getFields()[s],l.extensions);else if("enum"===t.type)for(var[u,m]of Object.entries(t.values))applyExtensionObject(a.getValue(u),m)}return e}function makeExecutableSchema({typeDefs:e,resolvers:n={},resolverValidationOptions:i={},inheritResolversFromInterfaces:t=!1,updateResolversInPlace:a=!1,schemaExtensions:r,...d}){if("object"!=typeof i)throw new Error("Expected `resolverValidationOptions` to be an object");if(!e)throw new Error("Must provide typeDefs");let o;return o=addResolversToSchema({schema:o=isSchema(e)?e:null!=d&&d.commentDescriptions?buildSchema(mergeTypeDefs(e,{...d,commentDescriptions:!0}),d):buildASTSchema(mergeTypeDefs(e,d),d),resolvers:mergeResolvers(n),resolverValidationOptions:i,inheritResolversFromInterfaces:t,updateResolversInPlace:a}),0<Object.keys(i).length&&assertResolversPresent(o,i),r&&(r=mergeExtensions(qe(r)),applyExtensions(o,r)),o}var Xe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},en="object"==typeof Xe&&Xe&&Xe.Object===Object&&Xe,nn=en,tn=nn,an="object"==typeof self&&self&&self.Object===Object&&self,rn=tn||an||Function("return this")(),dn=rn,on=dn,sn=dn.Symbol,ln=sn,un=ln,mn=Object.prototype,pn=mn.hasOwnProperty,cn=mn.toString,vn=un?un.toStringTag:void 0;function getRawTag$1(e){var n=pn.call(e,vn),i=e[vn];try{var t=!(e[vn]=void 0)}catch(e){}var a=cn.call(e);return t&&(n?e[vn]=i:delete e[vn]),a}var kn=getRawTag$1,yn=Object.prototype,fn=yn.toString;function objectToString$1(e){return fn.call(e)}var Nn=objectToString$1,gn=ln,Tn=kn,hn=objectToString$1,In="[object Null]",Dn="[object Undefined]",bn=ln?ln.toStringTag:void 0;function baseGetTag$7(e){return null==e?void 0===e?Dn:In:(bn&&bn in Object(e)?Tn:hn)(e)}var Sn=baseGetTag$7;function isObject$3(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)}var Fn=isObject$3,En=Sn,An=Fn,On="[object AsyncFunction]",Cn="[object Function]",_n="[object GeneratorFunction]",Rn="[object Proxy]";function isFunction$2(e){return!!An(e)&&((e=En(e))==Cn||e==_n||e==On||e==Rn)}var wn=isFunction$2,Vn=dn,Pn=dn["__core-js_shared__"],jn=Pn,Ln=Pn,xn=function(){var e=/[^.]+$/.exec(Ln&&Ln.keys&&Ln.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked$1(e){return!!xn&&xn in e}var Bn=isMasked$1,Mn=Function.prototype,zn=Mn.toString;function toSource$2(e){if(null!=e){try{return zn.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var $n=toSource$2,qn=wn,Un=Bn,Gn=Fn,Qn=$n,Hn=/[\\^$.*+?()[\]{}|]/g,Wn=/^\[object .+?Constructor\]$/,Kn=Function.prototype,Yn=Object.prototype,Jn=Kn.toString,Zn=Yn.hasOwnProperty,Xn=RegExp("^"+Jn.call(Zn).replace(Hn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative$1(e){return!(!Gn(e)||Un(e))&&(qn(e)?Xn:Wn).test(Qn(e))}var ei=baseIsNative$1;function getValue$1(e,n){return null==e?void 0:e[n]}var ni=getValue$1,ii=baseIsNative$1,ti=getValue$1;function getNative$7(e,n){e=ti(e,n);return ii(e)?e:void 0}var ai=getNative$7,ri=ai,di=function(){try{var e=ri(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),oi=di,si=oi;function baseAssignValue$1(e,n,i){"__proto__"==n&&si?si(e,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[n]=i}var li=baseAssignValue$1;function createBaseFor$1(s){return function(e,n,i){for(var t=-1,a=Object(e),r=i(e),d=r.length;d--;){var o=r[s?d:++t];if(!1===n(a[o],o,a))break}return e}}var ui=createBaseFor$1,mi=createBaseFor$1,pi=createBaseFor$1(),ci=pi;function baseTimes$1(e,n){for(var i=-1,t=Array(e);++i<e;)t[i]=n(i);return t}var vi=baseTimes$1;function isObjectLike$8(e){return null!=e&&"object"==typeof e}var ki=isObjectLike$8,yi=Sn,fi=ki,Ni="[object Arguments]";function baseIsArguments$1(e){return fi(e)&&yi(e)==Ni}var gi=baseIsArguments$1,Ti=baseIsArguments$1,hi=ki,Ii=Object.prototype,Di=Ii.hasOwnProperty,bi=Ii.propertyIsEnumerable,Si=Ti(function(){return arguments}())?Ti:function(e){return hi(e)&&Di.call(e,"callee")&&!bi.call(e,"callee")},Fi=Si,Ei=Array.isArray,Ai=Ei,Oi={exports:{}};function stubFalse(){return!1}var Ci=stubFalse,_i=(!function(e,n){var n=n&&!n.nodeType&&n,i=n&&e&&!e.nodeType&&e,i=i&&i.exports===n?dn.Buffer:void 0;e.exports=(i?i.isBuffer:void 0)||Ci}(Oi,Oi.exports),9007199254740991),Ri=/^(?:0|[1-9]\d*)$/;function isIndex$2(e,n){var i=typeof e;return!!(n=null==n?_i:n)&&("number"==i||"symbol"!=i&&Ri.test(e))&&-1<e&&e%1==0&&e<n}var wi=isIndex$2,Vi=9007199254740991;function isLength$3(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=Vi}var Pi=isLength$3,ji=Sn,Li=Pi,xi=ki,Bi="[object Arguments]",Mi="[object Array]",zi="[object Boolean]",$i="[object Date]",qi="[object Error]",Ui="[object Function]",Gi="[object Map]",Qi="[object Number]",Hi="[object Object]",Wi="[object RegExp]",Ki="[object Set]",Yi="[object String]",Ji="[object WeakMap]",Zi="[object ArrayBuffer]",Xi="[object DataView]",et="[object Float32Array]",nt="[object Float64Array]",it="[object Int8Array]",tt="[object Int16Array]",at="[object Int32Array]",rt="[object Uint8Array]",dt="[object Uint8ClampedArray]",ot="[object Uint16Array]",st="[object Uint32Array]",t={};function baseIsTypedArray$1(e){return xi(e)&&Li(e.length)&&!!t[ji(e)]}t[et]=t[nt]=t[it]=t[tt]=t[at]=t[rt]=t[dt]=t[ot]=t[st]=!0,t[Bi]=t[Mi]=t[Zi]=t[zi]=t[Xi]=t[$i]=t[qi]=t[Ui]=t[Gi]=t[Qi]=t[Hi]=t[Wi]=t[Ki]=t[Yi]=t[Ji]=!1;var lt=baseIsTypedArray$1;function baseUnary$2(n){return function(e){return n(e)}}var ut=baseUnary$2,mt={exports:{}},pt=(!function(e,n){var n=n&&!n.nodeType&&n,i=n&&e&&!e.nodeType&&e,t=i&&i.exports===n&&nn.process,n=function(){try{var e=i&&i.require&&i.require("util").types;return e?e:t&&t.binding&&t.binding("util")}catch(e){}}();e.exports=n}(mt,mt.exports),lt),ct=ut,vt=mt.exports,kt=vt&&vt.isTypedArray,yt=kt?ct(kt):pt,ft=yt,Nt=vi,gt=Fi,Tt=Ai,ht=Oi.exports,It=wi,Dt=ft,bt=Object.prototype,St=bt.hasOwnProperty;function arrayLikeKeys$1(e,n){var i,t=Tt(e),a=!t&&gt(e),r=!t&&!a&&ht(e),d=!t&&!a&&!r&&Dt(e),o=t||a||r||d,s=o?Nt(e.length,String):[],l=s.length;for(i in e)!n&&!St.call(e,i)||o&&("length"==i||r&&("offset"==i||"parent"==i)||d&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||It(i,l))||s.push(i);return s}var Ft=arrayLikeKeys$1,Et=Object.prototype;function isPrototype$1(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||Et)}var At=isPrototype$1;function overArg$2(n,i){return function(e){return n(i(e))}}var Ot=overArg$2,Ct=Ot,_t=Ot(Object.keys,Object),Rt=_t,wt=At,Vt=_t,Pt=Object.prototype,jt=Pt.hasOwnProperty;function baseKeys$1(e){if(!wt(e))return Vt(e);var n,i=[];for(n in Object(e))jt.call(e,n)&&"constructor"!=n&&i.push(n);return i}var Lt=baseKeys$1,xt=wn,Bt=Pi;function isArrayLike$4(e){return null!=e&&Bt(e.length)&&!xt(e)}var Mt=isArrayLike$4,zt=Ft,$t=baseKeys$1,qt=Mt;function keys$3(e){return(qt(e)?zt:$t)(e)}var Ut=keys$3,Gt=ci,Qt=Ut;function baseForOwn$2(e,n){return e&&Gt(e,n,Qt)}var Ht=baseForOwn$2;function listCacheClear$1(){this.__data__=[],this.size=0}var Wt=listCacheClear$1;function eq$2(e,n){return e===n||e!=e&&n!=n}var Kt=eq$2,Yt=Kt;function assocIndexOf$4(e,n){for(var i=e.length;i--;)if(Yt(e[i][0],n))return i;return-1}var Jt=assocIndexOf$4,Zt=Jt,Xt=Array.prototype,ea=Xt.splice;function listCacheDelete$1(e){var n=this.__data__,e=Zt(n,e);return!(e<0||(e==n.length-1?n.pop():ea.call(n,e,1),--this.size,0))}var na=listCacheDelete$1,ia=Jt;function listCacheGet$1(e){var n=this.__data__,e=ia(n,e);return e<0?void 0:n[e][1]}var ta=listCacheGet$1,aa=Jt;function listCacheHas$1(e){return-1<aa(this.__data__,e)}var ra=listCacheHas$1,da=Jt;function listCacheSet$1(e,n){var i=this.__data__,t=da(i,e);return t<0?(++this.size,i.push([e,n])):i[t][1]=n,this}var oa=listCacheSet$1,sa=Wt,la=listCacheDelete$1,ua=listCacheGet$1,ma=listCacheHas$1,pa=listCacheSet$1;function ListCache$4(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}ListCache$4.prototype.clear=sa,ListCache$4.prototype.delete=la,ListCache$4.prototype.get=ua,ListCache$4.prototype.has=ma,ListCache$4.prototype.set=pa;var ca=ListCache$4,va=ca;function stackClear$1(){this.__data__=new va,this.size=0}var ka=stackClear$1;function stackDelete$1(e){var n=this.__data__,e=n.delete(e);return this.size=n.size,e}var ya=stackDelete$1;function stackGet$1(e){return this.__data__.get(e)}var fa=stackGet$1;function stackHas$1(e){return this.__data__.has(e)}var Na=stackHas$1,ga=ai,Ta=dn,ha=ai(dn,"Map"),Ia=ha,Da=ai,ba=ai(Object,"create"),Sa=ba,Fa=Sa;function hashClear$1(){this.__data__=Fa?Fa(null):{},this.size=0}var Ea=hashClear$1;function hashDelete$1(e){e=this.has(e)&&delete this.__data__[e];return this.size-=e?1:0,e}var Aa=hashDelete$1,Oa=Sa,Ca="__lodash_hash_undefined__",_a=Object.prototype,Ra=_a.hasOwnProperty;function hashGet$1(e){var n,i=this.__data__;return Oa?(n=i[e])===Ca?void 0:n:Ra.call(i,e)?i[e]:void 0}var wa=hashGet$1,Va=Sa,Pa=Object.prototype,ja=Pa.hasOwnProperty;function hashHas$1(e){var n=this.__data__;return Va?void 0!==n[e]:ja.call(n,e)}var La=hashHas$1,xa=Sa,Ba="__lodash_hash_undefined__";function hashSet$1(e,n){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=xa&&void 0===n?Ba:n,this}var Ma=hashSet$1,za=Ea,$a=Aa,qa=wa,Ua=hashHas$1,Ga=hashSet$1;function Hash$1(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}Hash$1.prototype.clear=za,Hash$1.prototype.delete=$a,Hash$1.prototype.get=qa,Hash$1.prototype.has=Ua,Hash$1.prototype.set=Ga;var Qa=Hash$1,Ha=Hash$1,Wa=ca,Ka=Ia;function mapCacheClear$1(){this.size=0,this.__data__={hash:new Ha,map:new(Ka||Wa),string:new Ha}}var Ya=mapCacheClear$1;function isKeyable$1(e){var n=typeof e;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==e:null===e}var Ja=isKeyable$1,Za=isKeyable$1;function getMapData$4(e,n){e=e.__data__;return Za(n)?e["string"==typeof n?"string":"hash"]:e.map}var Xa=getMapData$4,er=getMapData$4;function mapCacheDelete$1(e){e=er(this,e).delete(e);return this.size-=e?1:0,e}var nr=mapCacheDelete$1,ir=getMapData$4;function mapCacheGet$1(e){return ir(this,e).get(e)}var tr=mapCacheGet$1,ar=getMapData$4;function mapCacheHas$1(e){return ar(this,e).has(e)}var rr=mapCacheHas$1,dr=getMapData$4;function mapCacheSet$1(e,n){var i=dr(this,e),t=i.size;return i.set(e,n),this.size+=i.size==t?0:1,this}var or=mapCacheSet$1,sr=mapCacheClear$1,lr=mapCacheDelete$1,ur=mapCacheGet$1,mr=mapCacheHas$1,pr=mapCacheSet$1;function MapCache$3(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}MapCache$3.prototype.clear=sr,MapCache$3.prototype.delete=lr,MapCache$3.prototype.get=ur,MapCache$3.prototype.has=mr,MapCache$3.prototype.set=pr;var cr=MapCache$3,vr=ca,kr=Ia,yr=cr,fr=200;function stackSet$1(e,n){var i=this.__data__;if(i instanceof vr){var t=i.__data__;if(!kr||t.length<fr-1)return t.push([e,n]),this.size=++i.size,this;i=this.__data__=new yr(t)}return i.set(e,n),this.size=i.size,this}var Nr=stackSet$1,gr=ca,Tr=ka,hr=ya,Ir=fa,Dr=Na,br=stackSet$1;function Stack$2(e){e=this.__data__=new gr(e);this.size=e.size}Stack$2.prototype.clear=Tr,Stack$2.prototype.delete=hr,Stack$2.prototype.get=Ir,Stack$2.prototype.has=Dr,Stack$2.prototype.set=br;var Sr=Stack$2,Fr="__lodash_hash_undefined__";function setCacheAdd$1(e){return this.__data__.set(e,Fr),this}var Er=setCacheAdd$1;function setCacheHas$1(e){return this.__data__.has(e)}var Ar=setCacheHas$1,Or=cr,Cr=setCacheAdd$1,_r=setCacheHas$1;function SetCache$2(e){var n=-1,i=null==e?0:e.length;for(this.__data__=new Or;++n<i;)this.add(e[n])}SetCache$2.prototype.add=SetCache$2.prototype.push=Cr,SetCache$2.prototype.has=_r;var Rr=SetCache$2;function arraySome$1(e,n){for(var i=-1,t=null==e?0:e.length;++i<t;)if(n(e[i],i,e))return!0;return!1}var wr=arraySome$1;function cacheHas$2(e,n){return e.has(n)}var Vr=cacheHas$2,Pr=Rr,jr=arraySome$1,Lr=Vr,xr=1,Br=2;function equalArrays$2(e,n,i,t,a,r){var d=i&xr,o=e.length,s=n.length;if(o!=s&&!(d&&o<s))return!1;var s=r.get(e),l=r.get(n);if(s&&l)return s==n&&l==e;var u=-1,m=!0,p=i&Br?new Pr:void 0;for(r.set(e,n),r.set(n,e);++u<o;){var c,v=e[u],k=n[u];if(void 0!==(c=t?d?t(k,v,u,n,e,r):t(v,k,u,e,n,r):c)){if(c)continue;m=!1;break}if(p){if(!jr(n,function(e,n){if(!Lr(p,n)&&(v===e||a(v,e,i,t,r)))return p.push(n)})){m=!1;break}}else if(v!==k&&!a(v,k,i,t,r)){m=!1;break}}return r.delete(e),r.delete(n),m}var Mr=equalArrays$2,zr=dn,$r=dn.Uint8Array,qr=$r;function mapToArray$1(e){var i=-1,t=Array(e.size);return e.forEach(function(e,n){t[++i]=[n,e]}),t}var Ur=mapToArray$1;function setToArray$1(e){var n=-1,i=Array(e.size);return e.forEach(function(e){i[++n]=e}),i}var Gr=setToArray$1,Qr=ln,Hr=$r,Wr=Kt,Kr=Mr,Yr=mapToArray$1,Jr=setToArray$1,Zr=1,Xr=2,ed="[object Boolean]",nd="[object Date]",id="[object Error]",td="[object Map]",ad="[object Number]",rd="[object RegExp]",dd="[object Set]",od="[object String]",sd="[object Symbol]",ld="[object ArrayBuffer]",ud="[object DataView]",md=ln?ln.prototype:void 0,pd=md?md.valueOf:void 0;function equalByTag$1(e,n,i,t,a,r,d){switch(i){case ud:if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case ld:return e.byteLength==n.byteLength&&r(new Hr(e),new Hr(n))?!0:!1;case ed:case nd:case ad:return Wr(+e,+n);case id:return e.name==n.name&&e.message==n.message;case rd:case od:return e==n+"";case td:var o=Yr;case dd:o=o||Jr;if(e.size!=n.size&&!(t&Zr))return!1;var s=d.get(e);if(s)return s==n;t|=Xr,d.set(e,n);s=Kr(o(e),o(n),t,a,r,d);return d.delete(e),s;case sd:if(pd)return pd.call(e)==pd.call(n)}return!1}var cd=equalByTag$1;function arrayPush$3(e,n){for(var i=-1,t=n.length,a=e.length;++i<t;)e[a+i]=n[i];return e}var vd=arrayPush$3,kd=vd,yd=Ai;function baseGetAllKeys$1(e,n,i){n=n(e);return yd(e)?n:kd(n,i(e))}var fd=baseGetAllKeys$1;function arrayFilter$1(e,n){for(var i=-1,t=null==e?0:e.length,a=0,r=[];++i<t;){var d=e[i];n(d,i,e)&&(r[a++]=d)}return r}var Nd=arrayFilter$1;function stubArray$1(){return[]}var gd=stubArray$1,Td=arrayFilter$1,hd=stubArray$1,Id=Object.prototype,Dd=Id.propertyIsEnumerable,bd=Object.getOwnPropertySymbols,Sd=bd?function(n){return null==n?[]:(n=Object(n),Td(bd(n),function(e){return Dd.call(n,e)}))}:hd,Fd=Sd,Ed=fd,Ad=Sd,Od=Ut;function getAllKeys$1(e){return Ed(e,Od,Ad)}var Cd=getAllKeys$1,_d=getAllKeys$1,Rd=1,wd=Object.prototype,Vd=wd.hasOwnProperty;function equalObjects$1(e,n,i,t,a,r){var d=i&Rd,o=_d(e),s=o.length;if(s!=_d(n).length&&!d)return!1;for(var l=s;l--;){var u=o[l];if(!(d?u in n:Vd.call(n,u)))return!1}var m=r.get(e),p=r.get(n);if(m&&p)return m==n&&p==e;for(var c=!0,v=(r.set(e,n),r.set(n,e),d);++l<s;){var k,y=e[u=o[l]],f=n[u];if(!(void 0===(k=t?d?t(f,y,u,n,e,r):t(y,f,u,e,n,r):k)?y===f||a(y,f,i,t,r):k)){c=!1;break}v=v||"constructor"==u}return c&&!v&&(m=e.constructor)!=(p=n.constructor)&&"constructor"in e&&"constructor"in n&&!("function"==typeof m&&m instanceof m&&"function"==typeof p&&p instanceof p)&&(c=!1),r.delete(e),r.delete(n),c}var Pd=equalObjects$1,jd=ai,Ld=dn,xd=ai(dn,"DataView"),Bd=xd,Md=ai,zd=dn,$d=ai(dn,"Promise"),qd=$d,Ud=ai,Gd=dn,Qd=ai(dn,"Set"),Hd=Qd,Wd=ai,Kd=dn,Yd=ai(dn,"WeakMap"),Jd=Yd,Zd=Bd,Xd=Ia,eo=qd,no=Hd,io=Yd,to=Sn,ao=$n,ro="[object Map]",oo="[object Object]",so="[object Promise]",lo="[object Set]",uo="[object WeakMap]",mo="[object DataView]",po=ao(Zd),co=ao(Xd),vo=ao(eo),ko=ao(no),yo=ao(io),fo=to,No=fo=Zd&&fo(new Zd(new ArrayBuffer(1)))!=mo||Xd&&fo(new Xd)!=ro||eo&&fo(eo.resolve())!=so||no&&fo(new no)!=lo||io&&fo(new io)!=uo?function(e){var n=to(e),e=n==oo?e.constructor:void 0,e=e?ao(e):"";if(e)switch(e){case po:return mo;case co:return ro;case vo:return so;case ko:return lo;case yo:return uo}return n}:fo,go=Sr,To=Mr,ho=cd,Io=Pd,Do=fo,bo=Ai,So=Oi.exports,Fo=ft,Eo=1,Ao="[object Arguments]",Oo="[object Array]",Co="[object Object]",_o=Object.prototype,Ro=_o.hasOwnProperty;function baseIsEqualDeep$1(e,n,i,t,a,r){var d=bo(e),o=bo(n),s=d?Oo:Do(e),o=o?Oo:Do(n),l=(s=s==Ao?Co:s)==Co,u=(o=o==Ao?Co:o)==Co,o=s==o;if(o&&So(e)){if(!So(n))return!1;l=!(d=!0)}if(o&&!l)return r=r||new go,d||Fo(e)?To(e,n,i,t,a,r):ho(e,n,s,i,t,a,r);if(!(i&Eo)){d=l&&Ro.call(e,"__wrapped__"),s=u&&Ro.call(n,"__wrapped__");if(d||s)return a(d?e.value():e,s?n.value():n,i,t,r=r||new go)}return o&&(r=r||new go,Io(e,n,i,t,a,r))}var wo=baseIsEqualDeep$1,Vo=baseIsEqualDeep$1,Po=ki;function baseIsEqual$2(e,n,i,t,a){return e===n||(null==e||null==n||!Po(e)&&!Po(n)?e!=e&&n!=n:Vo(e,n,i,t,baseIsEqual$2,a))}var jo=baseIsEqual$2,Lo=Sr,xo=jo,Bo=1,Mo=2;function baseIsMatch$1(e,n,i,t){var a=i.length,r=a,d=!t;if(null==e)return!r;for(e=Object(e);a--;){var o=i[a];if(d&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++a<r;){var s=(o=i[a])[0],l=e[s],u=o[1];if(d&&o[2]){if(void 0===l&&!(s in e))return!1}else{var m,p=new Lo;if(!(void 0===(m=t?t(l,u,s,e,n,p):m)?xo(u,l,Bo|Mo,t,p):m))return!1}}return!0}var zo=baseIsMatch$1,$o=Fn;function isStrictComparable$2(e){return e==e&&!$o(e)}var qo=isStrictComparable$2,Uo=qo,Go=Ut;function getMatchData$1(e){for(var n=Go(e),i=n.length;i--;){var t=n[i],a=e[t];n[i]=[t,a,Uo(a)]}return n}var Qo=getMatchData$1;function matchesStrictComparable$2(n,i){return function(e){return null!=e&&e[n]===i&&(void 0!==i||n in Object(e))}}var Ho=matchesStrictComparable$2,Wo=baseIsMatch$1,Ko=getMatchData$1,Yo=Ho;function baseMatches$1(n){var i=Ko(n);return 1==i.length&&i[0][2]?Yo(i[0][0],i[0][1]):function(e){return e===n||Wo(e,n,i)}}var Jo=baseMatches$1,Zo=Sn,Xo=ki,es="[object Symbol]";function isSymbol$3(e){return"symbol"==typeof e||Xo(e)&&Zo(e)==es}var ns=isSymbol$3,is=Ai,ts=ns,as=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,rs=/^\w*$/;function isKey$3(e,n){var i;return!is(e)&&(!("number"!=(i=typeof e)&&"symbol"!=i&&"boolean"!=i&&null!=e&&!ts(e))||rs.test(e)||!as.test(e)||null!=n&&e in Object(n))}var ds=isKey$3,os=cr,ss="Expected a function";function memoize$1(t,a){if("function"!=typeof t||null!=a&&"function"!=typeof a)throw new TypeError(ss);function Uqa(){var e=arguments,n=a?a.apply(this,e):e[0],i=Uqa.cache;return i.has(n)?i.get(n):(e=t.apply(this,e),Uqa.cache=i.set(n,e)||i,e)}return Uqa.cache=new(memoize$1.Cache||os),Uqa}memoize$1.Cache=os;var ls=memoize$1,us=memoize$1,ms=500;function memoizeCapped$1(e){var e=us(e,function(e){return n.size===ms&&n.clear(),e}),n=e.cache;return e}var ps=memoizeCapped$1,cs=memoizeCapped$1,vs=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ks=/\\(\\)?/g,ys=memoizeCapped$1(function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(vs,function(e,n,i,t){a.push(i?t.replace(ks,"$1"):n||e)}),a}),fs=ys;function arrayMap$2(e,n){for(var i=-1,t=null==e?0:e.length,a=Array(t);++i<t;)a[i]=n(e[i],i,e);return a}var Ns=arrayMap$2,gs=ln,Ts=Ns,hs=Ai,Is=ns,Ds=1/0,bs=ln?ln.prototype:void 0,Ss=bs?bs.toString:void 0;function baseToString$1(e){var n;return"string"==typeof e?e:hs(e)?Ts(e,baseToString$1)+"":Is(e)?Ss?Ss.call(e):"":"0"==(n=e+"")&&1/e==-Ds?"-0":n}var Fs=baseToString$1,Es=baseToString$1;function toString$3(e){return null==e?"":Es(e)}var As=toString$3,Os=Ai,Cs=ds,_s=fs,Rs=toString$3;function castPath$2(e,n){return Os(e)?e:Cs(e,n)?[e]:_s(Rs(e))}var ws=castPath$2,Vs=ns,Ps=1/0;function toKey$4(e){var n;return"string"==typeof e||Vs(e)?e:"0"==(n=e+"")&&1/e==-Ps?"-0":n}var js=toKey$4,Ls=castPath$2,xs=toKey$4;function baseGet$2(e,n){for(var i=0,t=(n=Ls(n,e)).length;null!=e&&i<t;)e=e[xs(n[i++])];return i&&i==t?e:void 0}var Bs=baseGet$2,Ms=baseGet$2;function get$1(e,n,i){e=null==e?void 0:Ms(e,n);return void 0===e?i:e}var o=get$1;function baseHasIn$1(e,n){return null!=e&&n in Object(e)}var zs=baseHasIn$1,$s=castPath$2,qs=Fi,Us=Ai,Gs=wi,Qs=Pi,Hs=toKey$4;function hasPath$1(e,n,i){for(var t=-1,a=(n=$s(n,e)).length,r=!1;++t<a;){var d=Hs(n[t]);if(!(r=null!=e&&i(e,d)))break;e=e[d]}return r||++t!=a?r:!!(a=null==e?0:e.length)&&Qs(a)&&Gs(d,a)&&(Us(e)||qs(e))}var Ws=hasPath$1,Ks=baseHasIn$1,Ys=hasPath$1;function hasIn$1(e,n){return null!=e&&Ys(e,n,Ks)}var Js=hasIn$1,Zs=jo,Xs=o,el=hasIn$1,nl=ds,il=qo,tl=Ho,al=toKey$4,rl=1,dl=2;function baseMatchesProperty$1(i,t){return nl(i)&&il(t)?tl(al(i),t):function(e){var n=Xs(e,i);return void 0===n&&n===t?el(e,i):Zs(t,n,rl|dl)}}var ol=baseMatchesProperty$1;function identity$4(e){return e}var sl=identity$4;function baseProperty$1(n){return function(e){return null==e?void 0:e[n]}}var ll=baseProperty$1,ul=baseGet$2;function basePropertyDeep$1(n){return function(e){return ul(e,n)}}var ml=basePropertyDeep$1,pl=baseProperty$1,cl=basePropertyDeep$1,vl=ds,kl=toKey$4;function property$1(e){return vl(e)?pl(kl(e)):cl(e)}var yl=property$1,fl=Jo,Nl=baseMatchesProperty$1,gl=sl,Tl=Ai,hl=property$1;function baseIteratee$3(e){return"function"==typeof e?e:null==e?gl:"object"==typeof e?Tl(e)?Nl(e[0],e[1]):fl(e):hl(e)}var Il=baseIteratee$3,Dl=li,bl=Ht,Sl=Il;function mapValues(e,t){var a={};return t=Sl(t),bl(e,function(e,n,i){Dl(a,n,t(e,n,i))}),a}var Fl=mapValues;function _defineProperty(e,n,i){return(n=_toPropertyKey(n))in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function _toPrimitive(e,n){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0===i)return("string"===n?String:Number)(e);i=i.call(e,n||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==typeof e?e:String(e)}var El,Al=function(){function DataLoader(e,n){if("function"!=typeof e)throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: "+e+".");this._batchLoadFn=e,this._maxBatchSize=getValidMaxBatchSize(n),this._batchScheduleFn=getValidBatchScheduleFn(n),this._cacheKeyFn=getValidCacheKeyFn(n),this._cacheMap=getValidCacheMap(n),this._batch=null,this.name=getValidName(n)}var e=DataLoader.prototype;return e.load=function load(e){if(null==e)throw new TypeError("The loader.load() function must be called with a value, but got: "+String(e)+".");var i=getCurrentBatch(this),n=this._cacheMap,t=this._cacheKeyFn(e);if(n){var a,r=n.get(t);if(r)return a=i.cacheHits||(i.cacheHits=[]),new Promise(function(e){a.push(function(){e(r)})})}i.keys.push(e);e=new Promise(function(e,n){i.callbacks.push({resolve:e,reject:n})});return n&&n.set(t,e),e},e.loadMany=function loadMany(e){if(!isArrayLike$2(e))throw new TypeError("The loader.loadMany() function must be called with Array<key> but got: "+e+".");for(var n=[],i=0;i<e.length;i++)n.push(this.load(e[i]).catch(function(e){return e}));return Promise.all(n)},e.clear=function clear(e){var n=this._cacheMap;return n&&(e=this._cacheKeyFn(e),n.delete(e)),this},e.clearAll=function clearAll(){var e=this._cacheMap;return e&&e.clear(),this},e.prime=function prime(e,n){var i,t=this._cacheMap;return t&&(e=this._cacheKeyFn(e),void 0===t.get(e))&&(n instanceof Error?(i=Promise.reject(n)).catch(function(){}):i=Promise.resolve(n),t.set(e,i)),this},DataLoader}(),Ol="object"==typeof process&&"function"==typeof process.nextTick?function(e){(El=El||Promise.resolve()).then(function(){process.nextTick(e)})}:"function"==typeof setImmediate?function(e){setImmediate(e)}:function(e){setTimeout(e)};function getCurrentBatch(e){var n,i=e._batch;return null!==i&&!i.hasDispatched&&i.keys.length<e._maxBatchSize?i:(e._batch=n={hasDispatched:!1,keys:[],callbacks:[]},e._batchScheduleFn(function(){dispatchBatch(e,n)}),n)}function dispatchBatch(n,t){if(t.hasDispatched=!0,0===t.keys.length)resolveCacheHits(t);else{var e;try{e=n._batchLoadFn(t.keys)}catch(e){return failedDispatch(n,t,new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: "+String(e)+"."))}if(!e||"function"!=typeof e.then)return failedDispatch(n,t,new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: "+String(e)+"."));e.then(function(e){if(!isArrayLike$2(e))throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: "+String(e)+".");if(e.length!==t.keys.length)throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\n\nKeys:\n"+String(t.keys)+"\n\nValues:\n"+String(e));resolveCacheHits(t);for(var n=0;n<t.callbacks.length;n++){var i=e[n];i instanceof Error?t.callbacks[n].reject(i):t.callbacks[n].resolve(i)}}).catch(function(e){failedDispatch(n,t,e)})}}function failedDispatch(e,n,i){resolveCacheHits(n);for(var t=0;t<n.keys.length;t++)e.clear(n.keys[t]),n.callbacks[t].reject(i)}function resolveCacheHits(e){if(e.cacheHits)for(var n=0;n<e.cacheHits.length;n++)e.cacheHits[n]()}function getValidMaxBatchSize(e){if(!(!e||!1!==e.batch))return 1;e=e&&e.maxBatchSize;if(void 0===e)return 1/0;if("number"!=typeof e||e<1)throw new TypeError("maxBatchSize must be a positive number: "+e);return e}function getValidBatchScheduleFn(e){e=e&&e.batchScheduleFn;if(void 0===e)return Ol;if("function"!=typeof e)throw new TypeError("batchScheduleFn must be a function: "+e);return e}function getValidCacheKeyFn(e){e=e&&e.cacheKeyFn;if(void 0===e)return function(e){return e};if("function"!=typeof e)throw new TypeError("cacheKeyFn must be a function: "+e);return e}function getValidCacheMap(e){if(!(!e||!1!==e.cache))return null;var n=e&&e.cacheMap;if(void 0===n)return new Map;if(null!==n){e=["get","set","delete","clear"].filter(function(e){return n&&"function"!=typeof n[e]});if(0!==e.length)throw new TypeError("Custom cacheMap missing methods: "+e.join(", "))}return n}function getValidName(e){return e&&e.name?e.name:null}function isArrayLike$2(e){return"object"==typeof e&&null!==e&&"number"==typeof e.length&&(0===e.length||0<e.length&&Object.prototype.hasOwnProperty.call(e,e.length-1))}var Cl=Al,_l=Ai;function castArray(){var e;return arguments.length?_l(e=arguments[0])?e:[e]:[]}var Rl=castArray,wl=Ot,Vl=Ot(Object.getPrototypeOf,Object),Pl=Vl,jl=Sn,Ll=Vl,xl=ki,Bl="[object Object]",Ml=Function.prototype,zl=Object.prototype,$l=Ml.toString,ql=zl.hasOwnProperty,Ul=$l.call(Object);function isPlainObject$1(e){return!(!xl(e)||jl(e)!=Bl)&&(null===(e=Ll(e))||"function"==typeof(e=ql.call(e,"constructor")&&e.constructor)&&e instanceof e&&$l.call(e)==Ul)}var Gl=isPlainObject$1,Ql=Sn,Hl=ki,Wl=isPlainObject$1,Kl="[object DOMException]",Yl="[object Error]";function isError(e){var n;return!!Hl(e)&&((n=Ql(e))==Yl||n==Kl||"string"==typeof e.message&&"string"==typeof e.name&&!Wl(e))}var Jl=isError;function arrayReduce$1(e,n,i,t){var a=-1,r=null==e?0:e.length;for(t&&r&&(i=e[++a]);++a<r;)i=n(i,e[a],a,e);return i}var Zl=arrayReduce$1,Xl=Mt;function createBaseEach$1(r,d){return function(e,n){if(null!=e){if(!Xl(e))return r(e,n);for(var i=e.length,t=d?i:-1,a=Object(e);(d?t--:++t<i)&&!1!==n(a[t],t,a););}return e}}var eu=createBaseEach$1,nu=Ht,iu=createBaseEach$1,tu=createBaseEach$1(Ht),au=tu;function baseReduce$1(e,t,a,r,n){return n(e,function(e,n,i){a=r?(r=!1,e):t(a,e,n,i)}),a}var ru=baseReduce$1,du=Zl,ou=au,su=Il,lu=baseReduce$1,uu=Ai;function reduce(e,n,i){var t=uu(e)?du:lu,a=arguments.length<3;return t(e,su(n),i,a,ou)}var l,mu,pu,cu,vu,ku,yu,fu,Nu,gu,Tu,hu,Iu,Du,bu,Su,Fu,Eu,Au,Ou,Cu,_u,Ru,wu,Vu,Pu,ju,Lu,xu,Bu,Mu,zu,$u,qu,Uu,Gu,Qu,Hu,Wu,Ku,Yu,Ju,Zu,Xu,em,nm=reduce;function normalizeKey(e,n){n=(2<arguments.length&&void 0!==arguments[2]&&arguments[2]?n.inverseKey:n.key)(e);return"string"==typeof n?{key:n}:Array.isArray(n)?{key:n[0],nestedSchema:n[1]}:n instanceof Entity?{key:e,nestedSchema:n}:{key:e}}function _normalize(e,r){let d=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return nm(e,(e,n,i)=>{const{key:t,nestedSchema:a}=normalizeKey(i,r,d);i=typeof n;return Array.isArray(n)?e[t]=n.map(e=>a?_normalize(e,a,d):e):e[t]="object"==i&&null!==n&&a?_normalize(n,a,d):n,e},{})}class Entity{constructor(e){_defineProperty(this,"inverseMapping",{}),_defineProperty(this,"mapping",{}),this.addMapping(e),this.key=this.key.bind(this),this.inverseKey=this.inverseKey.bind(this)}addMapping(e){this.mapping={...this.mapping,...e},this.inverseMapping=this.initInverseMapping(this.mapping)}initInverseMapping(e){return nm(e,(e,n,i)=>(Array.isArray(n)?e[n[0]]=[i,n[1]]:"object"!=typeof n||n instanceof Entity?"string"==typeof n?e[n]=i:e[i]=n:e[i]=this.initInverseMapping(n),e),1<arguments.length&&void 0!==arguments[1]?arguments[1]:{})}inverseKey(e){return this.inverseMapping[e]}key(e){return this.mapping[e]}}function normalize$1(n){return function(e){return Array.isArray(e)?e.map(e=>_normalize(e,n)):_normalize(e,n)}}function denormalize(n){return function(e){return Array.isArray(e)?e.map(e=>_normalize(e,n,!0)):_normalize(e,n,!0)}}const im=new Entity({cd:"contentDisposition",ci:"contentId",cl:"contentLocation",ct:"contentType",s:"size",mid:"messageId"}),tm=new Entity({w:"weeks",d:"days",h:"hours",m:"minutes",s:"seconds",related:"relatedTo",neg:"negative"}),am=new Entity({rel:["relative",tm]}),rm=new Entity({ival:"intervalCount"}),dm=new Entity({num:"number"}),om=new Entity({d:"date"}),sm=new Entity({modaylist:"dayList"}),lm=new Entity({molist:"monthList"}),um=new Entity({freq:"frequency",interval:["interval",rm],count:["count",dm],until:["until",om],bymonthday:["bymonthday",sm],bymonth:["bymonth",lm]}),mm=new Entity({rule:["rule",um]}),pm=new Entity({add:["add",mm]}),cm=new Entity({a:"email"}),vm=new Entity({trigger:am,at:["attendees",cm]}),km=new Entity({d:"date",tz:"timezone",tzoDue:"timezoneDue",u:"utc"}),ym=new Entity({ptst:"participationStatus",a:"address",d:"name",cutype:"calendarUserType"}),fm=new Entity({ptst:"participationStatus",at:"attendee"}),Nm=new Entity({a:"address",d:"name"}),gm={d:"date",sd:"senderDate",f:"flags",l:"folderId",md:"changeDate",ms:"modifiedSequence",rev:"revision",s:"size",sf:"sortField",t:"tags",tn:"tagNames",part:"part"},Tm={...gm,cid:"conversationId",fr:"excerpt"},hm={compNum:"componentNum",calItemId:"calendarItemId",fb:"freeBusy",fba:"freeBusyActual",fr:"excerpt",isOrg:"isOrganizer",invId:"inviteId",loc:"location",or:["organizer",Nm],ridZ:"utcRecurrenceId",tzo:"timezoneOffset"},Im=new Entity({...Tm,...hm,alarm:["alarms",vm],at:["attendees",ym],completed:"completedDateTime",desc:"description",descHtml:"htmlDescription",e:["end",km],ex:"isException",recur:["recurrence",pm],s:["start",km],exceptId:["exceptId",km],seq:"sequence"}),Dm=new Entity({reply:["reply",fm]}),bm=new Entity({stdoff:"timezoneStdOffset",dayoff:"timezoneDaylightOffset"}),Sm=new Entity({seq:"sequenceNumber",compNum:"componentNum",recurId:"recurrenceId",tz:["tz",bm],comp:["components",Im],replies:["replies",Dm],mp:["mimeParts",im]}),Fm=new Entity({comp:["components",Im],replies:["replies",Dm],mp:["mimeParts",im]}),Em=new Entity({a:"address",p:"name",d:"displayName",t:"type"}),Am=new Entity({mid:"messageId",part:"part"}),Om=new Entity({aid:"attachmentId",doc:"documents",m:"messages",mp:["existingAttachments",Am]}),Cm=(im.addMapping({mp:["mimeParts",im],attach:["attachments",Om]}),new Entity({_content:"content"})),_m=new Entity({rfc822Name:["rfc822Name",Cm]}),Rm={c:"country",cn:"commonName",o:"organizationName",st:"state"},wm=new Entity({...Rm,l:"locality"}),Vm=new Entity({...Rm,ou:"organizationUnit"}),Pm=new Entity({issuedBy:["issuedBy",wm],issuedTo:["issuedTo",Vm],pubCertId:"publicCertificateId",pvtKeyId:"privateKeyId",subjectAltName:["subjectAltName",_m]}),jm=new Entity({certificate:["certificates",Pm]}),Lm={...Tm,e:["emailAddresses",Em],inv:["invitations",Fm],mp:["mimeParts",im],shr:"share",su:"subject",origid:"origId",attach:["attachments",Om],rt:"replyType",certificate:["certificate",Pm]},xm=new Entity({...Lm,id:"id",aid:"attachmentId",irt:"inReplyTo",rt:"replyType",did:"draftId",idnt:"entityId"}),Bm=new Entity({m:["message",xm]}),Mm=new Entity({...Lm}),zm=new Entity({inv:["invitations",Sm]}),$m=new Entity({...Lm,n:"numMessages",m:["messages",Mm],u:"unread"}),qm=new Entity({...Lm,n:"numMessages",m:["messagesMetaData",Mm],u:"unread"}),Um=new Entity({rev:"revision",comp:"componentNum",m:["message",Mm],apptId:"appointmentId",calItemId:"calendarItemId",invId:"inviteId"}),Gm=new Entity({rev:"revision",comp:"componentNum",m:["message",Mm],invId:"inviteId"}),Qm=new Entity({d:"date",tz:"timezone"}),Hm=new Entity({inst:["instanceDate",Qm],id:"inviteId",comp:"componentNum",s:"start",m:["message",Mm]}),Wm=new Entity({rid:"sharedItemId",zid:"ownerZimbraId",f:"flags",l:"parentFolderId"}),Km=new Entity({link:Wm}),Ym={d:"address",gt:"granteeType",zid:"zimbraId",pw:"password"},Jm=new Entity({...Ym,perm:"permissions"}),Zm=new Entity({grant:Jm}),Xm=new Entity({a:"address",t:"type",p:"personalName"}),ep=new Entity({...Tm,...hm,otherAtt:"otherAttendees",s:"start",ptst:"participationStatus",dur:"duration",ex:"isException"}),np=new Entity({compNum:"componentNum",invId:"inviteId",loc:"location"}),ip=new Entity({...Tm,...hm,recur:"isRecurring",ptst:"participationStatus",dur:"duration",otherAtt:"otherAttendees",inst:["instances",ep],inv:["invitations",Sm],alarmData:["alarmData",np],sf:"sortField"}),tp=new Entity({sf:"sortField"}),ap=new Entity({u:"unread",l:"parentFolderId",f:"flags",n:"nonFolderItemCount",s:"nonFolderItemCountTotal",rev:"revision",acl:Zm,perm:"permissions",rid:"sharedItemId",zid:"ownerZimbraId"}),rp=(ap.addMapping({folder:["folders",ap],link:["linkedFolders",ap],search:["search",ap]}),new Entity({_attrs:"attributes"})),dp=new Entity({_attrs:"attributes"}),op=new Entity({e:["emailAddresses",Em],mp:["mimeParts",im],su:"subject"}),sp=new Entity({m:["message",op],exceptId:["exceptId",Qm]}),lp=new Entity({m:["message",op]}),up=new Entity({s:"start",e:"end"}),mp=new Entity({t:["tentative",up],f:["free",up],b:["busy",up],u:["unavailable",up],n:["nodata",up]}),pp=new Entity({l:"folderId",tcon:"constraints",tn:"tagNames",f:"flags",zid:"zimbraId",d:"address",grant:Jm}),cp=new Entity({t:"type"}),vp=new Entity({l:"folderId"}),kp=new Entity({match:vp}),yp=new Entity({e:["address",Xm]}),fp=(new Entity({name:"accountName",l:"folderId"}),new Entity({ct:"contentType",s:"size"})),Np=new Entity({image:fp}),gp={d:"date",l:"folderId",rev:"revision",sf:"sortField",t:"tags",tn:"tagNames",_attrs:["attributes",Np],certificate:["certificate",Pm]},Tp=new Entity({cn:["contacts",new Entity({...gp})]}),hp=new Entity({_attrs:"attributes"}),Ip=new Entity({...gp,m:["members",Tp]}),Dp=new Entity({cn:["contacts",Ip]}),bp=(new Entity({alarm:"alarm",inst:["instances",ep]}),new Entity({...gm,acl:Zm,luuid:"folderUuid",mdver:"metadataVersion",meta:"metaData",descEnabled:"descriptionEnabled",ver:"version",leb:"lastEditedAccount",cr:"revisonCreator",cd:"revisedCreationDate",loid:"lockOwnerId",ct:"contentType",f:"flags",perm:"permission"})),Sp=new Entity({doc:["documents",bp]}),Fp=new Entity({id:"messageId",part:"attachmentPart"}),Ep=new Entity({l:"folderId",name:"name",ver:"version",ct:"contentType",descEnabled:"descriptionEnabled",m:["messageData",Fp],doc:["document",bp]}),Ap=new Entity({m:["messages",Mm],c:["conversations",qm],cn:["contacts",Ip],appt:["appointments",ip],doc:["documents",bp],hit:tp}),Op=new Entity({l:"city",st:"state",co:"country"}),Cp=new Entity({_attrs:["_attrs",Op]}),_p=new Entity({calresource:["calresource",Cp]}),Rp=new Entity({appt:["appointment",zm]}),wp=new Entity({a:"address"}),Vp=new Entity({a:"address",su:"subject"}),Pp=new Entity({actionKeep:"keep",actionDiscard:"discard",actionFileInto:"fileInto",actionFlag:"flag",actionTag:"tag",actionRedirect:["redirect",wp],actionReply:"reply",actionNotify:["notify",Vp],actionStop:"stop"}),jp=new Entity({d:"date"}),Lp=new Entity({imp:"importance"}),xp=new Entity({s:"size"}),Bp=new Entity({condition:"allOrAny",addressBookTest:"addressBook",addressTest:"address",attachmentTest:"attachment",bodyTest:"body",bulkTest:"bulk",contactRankingTest:"contactRanking",conversationTest:"conversation",dateTest:["date",jp],facebookTest:"facebook",flaggedTest:"flag",headerExistsTest:"headerExists",headerTest:"header",importanceTest:["importance",Lp],inviteTest:"invite",linkedinTest:"linkedin",listTest:"list",meTest:"me",mimeHeaderTest:"mimeHeader",sizeTest:["size",xp],twitterTest:"twitter",communityRequestsTest:"communityRequests",communityContentTest:"communityContent",communityConnectionsTest:"communityConnections"}),Mp=new Entity({filterActions:["actions",Pp],filterTests:["conditions",Bp]}),zp=new Entity({compNum:"componentNum",m:["message",Mm],rt:"replyType",exceptId:["exceptId",Qm]}),$p=new Entity({cid:"contentId"}),qp=new Entity({signature:$p}),Up=new Entity({l:"parentFolderId"}),Gp=new Entity({tr:"traverseMountpoints",folder:Up}),Qp=new Entity({l:"folderId"}),Hp=new Entity({item:["item",Qp]}),Wp=new Entity({_content:"content"}),Kp=new Entity({n:"name",_content:"content"}),Yp=new Entity({l:"folderId",tn:"tagNames",a:["attributes",Kp],m:"memberOps"}),Jp=new Entity({_content:"content"}),Zp=new Entity({content:["content",Jp],d:"date",f:"flags",l:"folderId",t:"tags",tn:"tagNames"}),Xp=new Entity({m:["message",Zp]}),ec=new Entity({addr:"emailAddress"}),nc=new Entity({d:"displayName",email:["email",ec]}),ic=new Entity({target:["target",nc]}),tc=new Entity({targets:["targets",ic]}),ac=new Entity({...Ym,chkgt:"checkGrantee"}),rc=new Entity({ace:["access",ac]}),dc=new Entity({doc:["document",Ep]}),oc=new Entity({ace:"access"}),sc=new Entity({pw:"password"}),lc=new Entity({u:"unread"}),uc=new Entity({s:"used"}),mc=new Entity({_content:"content"}),pc=new Entity({property:["property",mc]}),cc=new Entity({property:["property",mc]}),vc=new Entity({global:["global",pc],host:["host",cc],property:["property",mc]}),kc=new Entity({d:"address",zid:"zimbraId"}),yc=new Entity({action:["action",kc]}),fc=(!function(e){e.Account="urn:zimbraAccount",e.Admin="urn:zimbraAdmin",e.Mail="urn:zimbraMail",e.All="urn:zimbra",e.Sync="urn:zimbraSync"}(l=l||{}),"/@zimbra"),Nc="/service/soap";let gc;function setCustomFetch(e){gc=e}function soapCommandBody(e){return{_jsns:e.namespace||l.Mail,...e.body}}function parseJSON(e){if(e.ok)return _responseParseHandler(e);if(-1!==[502,503,504].indexOf(e.status))throw networkError(e);return parseErrorJSON(e).then(e=>{throw faultError(e,[o(e.parsed,"Body.Fault")])})}function _responseParseHandler(n){try{return n.json().then(e=>(n.parsed=e,n))}catch(e){return n.parseError=e,Promise.resolve(n)}}function parseErrorJSON(e){return _responseParseHandler(e)}function networkError(e){var n="Network request failed with status "+e.status+(e.statusText?`- "${e.statusText}"`:""),i=new Error(n);return i.message=n,i.response=e,i.parseError=e.parseError,i}function faultReasonText(){let e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];return(e=Array.isArray(e)?e:[e]).map(e=>o(e,"Reason.Text")).filter(Boolean).join(", ")}function faultError(e,n){var i=new Error("Fault error: "+(n?faultReasonText(n):"Unknown Error"));return i.response=e,i.parseError=e.parseError,i.faults=n,i}function batchBody(e){return nm(e,(e,n)=>{var i=n.name+"Request",n=soapCommandBody(n);return e[i]?e[i].push(n):e[i]=[n],e},{})}function batchResponse(e,n){const{body:{_jsns:i,...a},...r}=n;let d={};return{...r,requests:nm(e,(e,n)=>{var i=a[n.name+"Response"],t=d[n.name],i=i&&i[t||0];return e.push(i?{body:i}:faultError(r.originalResponse,a.Fault)),t?d[n.name]+=1:d[n.name]=1,e},[])}}function batchJsonRequest(e){const{requests:n,...i}=e;e=batchBody(n);return jsonRequest({...i,name:"Batch",namespace:l.All,body:e}).then(e=>batchResponse(n,e))}function jsonRequest(e){var n={...e,credentials:e.credentials||"include",headers:e.headers||{},origin:void 0!==e.origin?e.origin:fc,soapPathname:e.soapPathname||Nc,namespace:e.namespace||l.Mail},i=n.name+"Request";const t=n.name+"Response";var a=""+n.origin+n.soapPathname+"/"+i,r={context:{_jsns:l.All,authTokenControl:{voidOnExpired:!0}}},i=(e.userAgent&&(r.context.userAgent=e.userAgent),e.sessionId&&(r.context.session={id:e.sessionId,_content:e.sessionId}),e.sessionSeq&&(r.context.notify={seq:e.sessionSeq}),e.accountName&&(r.context.account={by:"name",_content:e.accountName}),e.accountId&&(r.context.account={by:"id",_content:e.accountId}),e.jwtToken&&(r.context.jwtToken={_content:e.jwtToken}),e.csrfToken&&(n.headers["X-Zimbra-Csrf-Token"]=e.csrfToken,r.context.csrfToken=e.csrfToken),e.authToken&&(n.headers.Cookie="ZM_AUTH_TOKEN="+e.authToken),{[i]:soapCommandBody(n)});let d;return e.fetchOptions&&(d={signal:e.fetchOptions.signal}),(gc||fetch)(a,{method:"POST",credentials:n.credentials,body:JSON.stringify({Body:i,Header:r}),headers:n.headers,...d&&d}).then(parseJSON).then(e=>{var n=o(e.parsed,"Body.Fault");if(n)throw faultError(e,n);return{body:e.parsed.Body[t],header:e.parsed.Header,namespace:e.parsed._jsns,originalResponse:e}})}function coerceBooleanToString(e){return!0===e?"TRUE":!1===e?"FALSE":e}function coerceStringToBoolean(e){return"true"===e||"TRUE"===e||"false"!==e&&"FALSE"!==e&&e}function coerceBooleanToInt(e){return!0===e?1:!1===e?0:e}function mapValuesDeep(e,n){return"object"!=typeof e?n(e):Array.isArray(e)?e.map(e=>mapValuesDeep(e,n)):Fl(e,e=>mapValuesDeep(e,n))}function arrayEach$1(e,n){for(var i=-1,t=null==e?0:e.length;++i<t&&!1!==n(e[i],i,e););return e}!function(e){e.Imap="imap",e.Pop3="pop3"}(mu=mu||{}),function(e){e.ContactAction="ContactAction",e.ConvAction="ConvAction",e.DistributionList="DistributionList",e.FolderAction="FolderAction",e.ItemAction="ItemAction",e.MsgAction="MsgAction",e.TagAction="TagAction"}(pu=pu||{}),function(e){e.B="b",e.C="c",e.F="f",e.N="n",e.R="r",e.Rf="rf",e.S="s",e.T="t"}(cu=cu||{}),function(e){e.Audio="AUDIO",e.Display="DISPLAY",e.Email="EMAIL",e.None="NONE",e.Procedure="PROCEDURE",e.XYahooCalendarActionIm="X_YAHOO_CALENDAR_ACTION_IM",e.XYahooCalendarActionMobile="X_YAHOO_CALENDAR_ACTION_MOBILE"}(vu=vu||{}),function(e){e.End="END",e.Start="START"}(ku=ku||{}),function(e){e.Contact="contact",e.Gal="gal",e.RankingTable="rankingTable"}(yu=yu||{}),function(e){e.Con="CON",e.Pri="PRI",e.Pub="PUB"}(fu=fu||{}),function(e){e.Dai="DAI",e.Hou="HOU",e.Min="MIN",e.Mon="MON",e.Sec="SEC",e.Wee="WEE",e.Yea="YEA"}(Nu=Nu||{}),function(e){e.Cleartext="cleartext",e.Ssl="ssl",e.Tls="tls",e.TlsIsAvailable="tls_is_available"}(gu=gu||{}),function(e){e.C="C",e.G="G",e.I="I"}(Tu=Tu||{}),function(e){e.All="ALL",e.Allnotinab="ALLNOTINAB",e.Inab="INAB",e.Insd="INSD"}(hu=hu||{}),function(e){e.Allof="allof",e.Anyof="anyof"}(Iu=Iu||{}),function(e){e.Appointment="appointment",e.Chat="chat",e.Comment="comment",e.Contact="contact",e.Conversation="conversation",e.Document="document",e.Folder="folder",e.Message="message",e.Note="note",e.Remote="remote",e.Search="search",e.Tag="tag",e.Task="task",e.Unknown="unknown",e.Virtual="virtual",e.Wiki="wiki"}(Du=Du||{}),function(e){e.B="B",e.F="F",e.O="O",e.T="T"}(bu=bu||{}),function(e){e.Account="account",e.All="all",e.Group="group",e.Resource="resource"}(Su=Su||{}),function(e){e.All="all",e.Cos="cos",e.Dom="dom",e.Egp="egp",e.Grp="grp",e.Guest="guest",e.Key="key",e.Pub="pub",e.Usr="usr"}(Fu=Fu||{}),function(e){e.High="high",e.Low="low",e.Normal="normal"}(Eu=Eu||{}),function(e){e.Canc="CANC",e.Comp="COMP",e.Conf="CONF",e.Deferred="DEFERRED",e.Inpr="INPR",e.Need="NEED",e.Tent="TENT",e.Waiting="WAITING"}(Au=Au||{}),function(e){e.R="r",e.W="w"}(Ou=Ou||{}),function(e){e.Accept="ACCEPT",e.Decline="DECLINE",e.Tentative="TENTATIVE"}(Cu=Cu||{}),function(e){e.Appt="appt",e.Task="task"}(_u=_u||{}),function(e){e.ActivationGracePeriod="ACTIVATION_GRACE_PERIOD",e.Expired="EXPIRED",e.Invalid="INVALID",e.InFuture="IN_FUTURE",e.LicenseGracePeriod="LICENSE_GRACE_PERIOD",e.NotActivated="NOT_ACTIVATED",e.NotInstalled="NOT_INSTALLED",e.Ok="OK"}(Ru=Ru||{}),function(e){e.Html="html",e.Text="text"}(wu=wu||{}),function(e){e.All="all",e.DirectOnly="directOnly",e.None="none"}(Vu=Vu||{}),function(e){e.Cha="CHA",e.Non="NON",e.Opt="OPT",e.Req="REQ"}(Pu=Pu||{}),function(e){e.Ac="AC",e.Co="CO",e.De="DE",e.Df="DF",e.Dg="DG",e.In="IN",e.Ne="NE",e.Te="TE",e.Wa="WA"}(ju=ju||{}),function(e){e.Pending="pending",e.Verified="verified"}(Lu=Lu||{}),function(e){e.Day="day",e.List="list",e.Month="month",e.Week="week",e.WorkWeek="workWeek",e.Year="year"}(xu=xu||{}),function(e){e.Advanced="advanced",e.Modern="modern",e.Standard="standard",e.Zimbrax="zimbrax"}(Bu=Bu||{}),function(e){e.Both="both",e.None="none",e.Owner="owner",e.Sender="sender"}(Mu=Mu||{}),function(e){e.Adaptive="adaptive",e.Next="next",e.Previous="previous"}(zu=zu||{}),function(e){e.Always="always",e.Never="never",e.Prompt="prompt"}($u=$u||{}),function(e){e.Bottom="bottom",e.Off="off",e.Right="right"}(qu=qu||{}),function(e){e.GetRecoveryAccount="getRecoveryAccount",e.SendRecoveryCode="sendRecoveryCode"}(Uu=Uu||{}),function(e){e.Disabled="disabled",e.Enabled="enabled",e.Suspended="suspended"}(Gu=Gu||{}),(Qu=Qu||{}).Create="create",function(e){e.Document="document",e.Presentation="presentation",e.Spreadsheet="spreadsheet"}(Hu=Hu||{}),function(e){e.Appointment="appointment",e.Contact="contact",e.Conversation="conversation",e.Document="document",e.Message="message",e.Task="task",e.Wiki="wiki"}(Wu=Wu||{}),(Ku=Ku||{}).Email="email",function(e){e.ResendCode="resendCode",e.Reset="reset",e.SendCode="sendCode",e.ValidateCode="validateCode"}(Yu=Yu||{}),function(e){e.Edit="edit",e.Expire="expire",e.Revoke="revoke"}(Ju=Ju||{}),function(e){e.AttachAsc="attachAsc",e.AttachDesc="attachDesc",e.DateAsc="dateAsc",e.DateDesc="dateDesc",e.FlagAsc="flagAsc",e.FlagDesc="flagDesc",e.NameAsc="nameAsc",e.NameDesc="nameDesc",e.None="none",e.PriorityAsc="priorityAsc",e.PriorityDesc="priorityDesc",e.RcptAsc="rcptAsc",e.RcptDesc="rcptDesc",e.ReadAsc="readAsc",e.ReadDesc="readDesc",e.SizeAsc="sizeAsc",e.SizeDesc="sizeDesc",e.SubjAsc="subjAsc",e.SubjDesc="subjDesc"}(Zu=Zu||{}),function(e){e.Fr="FR",e.Mo="MO",e.Sa="SA",e.Su="SU",e.Th="TH",e.Tu="TU",e.We="WE"}(Xu=Xu||{}),function(e){e.Disabled="disabled",e.Enabled="enabled",e.Mandatory="mandatory"}(em=em||{});var Tc=arrayEach$1,hc=sl;function castFunction$1(e){return"function"==typeof e?e:hc}var Ic=castFunction$1,Dc=arrayEach$1,bc=au,Sc=castFunction$1,Fc=Ai;function forEach$1(e,n){return(Fc(e)?Dc:bc)(e,Sc(n))}var Ec,Ac=forEach$1;function setCustomMetaDataBody(e){var{attrs:e,id:n,section:i}=e;const t=[];return Ac(e,e=>{var{key:e,value:n}=e;return t.push({[e]:n})}),{id:n,meta:{section:i,_attrs:t}}}function normalizeCustomMetaDataAttrs(n){let i=[];return Object.keys(n._attrs).forEach(e=>"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})),{...n,_attrs:i}}function parseAddress(e){var n;return"string"==typeof e?(n=e.match(/(['"])(.*?)\1\s*<(.+)>/))?{address:n[3],name:n[2]}:{address:e}:e}function normalizeEmailAddresses(n){if(n.emailAddresses)for(let e=0;e<n.emailAddresses.length;e++){var i=n.emailAddresses[e],t=Ec[i.type];(n[t]||(n[t]=[])).push(parseAddress(i))}return n}!function(e){e.f="from",e.t="to",e.c="cc",e.b="bcc",e.s="sender",e.r="replyTo"}(Ec=Ec||{});const Oc=["application/pkcs7-signature","application/x-pkcs7-signature","message/delivery-status","message/disposition-notification","xml/x-zimbra-share"],Cc=["text/rfc822-headers"];function normalizeCid(e){return e.replace(/[<>]/g,"")}function normalizeType(e){return String(e).replace(/^\s*(.*?)\s*;.+$/i,"$1").toLowerCase()}function normalizeDisposition(e){return normalizeType(e)}function reduceMimeParts(e,n,i){var t=e.mimeParts;if(t&&t.length)for(let e=0;e<t.length;e++)i=n(t[e],e,i),"message/rfc822"!==t[e].contentType&&reduceMimeParts(t[e],n,i);return i}function getAttachmentUrl(e,n){var{origin:n="",jwtToken:i}=n,{messageId:e,mid:t,part:a}=e;return`${n}/service/home/~/?auth=${i?"jwt":"co"}&id=${encodeURIComponent(e||t)}&part=`+encodeURIComponent(a)+(i?"&zjwt="+i:"")}function getContactProfileImageUrl(e,n){var{origin:n="",jwtToken:i}=n,e=getAttachmentUrl(e,{origin:n,jwtToken:i});return e?""+e:""}function getProfileImageUrl(e,n){var{origin:n="",jwtToken:i}=n;return n+`/service/home/~/?max_width=100&max_height=100&auth=${i?"jwt":"co"}&id=`+encodeURIComponent(e)+(i?"&zjwt="+i:"")}function normalizeMimeParts(m,e){let{origin:t,jwtToken:a,isDesktop:p}=e;const c=(e,n)=>{let{...i}=e;return i.messageId=i.messageId||m.id,i.url=getAttachmentUrl(i,{origin:t,jwtToken:a}),i.contentDisposition||("attachments"===n?i.contentDisposition="attachment":"inlineAttachments"===n&&i),i.contentId=i.contentId?normalizeCid(i.contentId):~normalizeType(i.contentType).indexOf("image/")&&"inline"===i.contentDisposition?`AUTO-GEN-CID-${i.messageId}-${i.part}-`+i.size:void 0,i};return reduceMimeParts(m,(e,n,i)=>{let t=!1,a=normalizeType(e.contentType),r=normalizeDisposition(e.contentDisposition),d=e.mimeParts,o=e.content||"";if(t&&(i.body=o),"multipart/related"===a){let i;d.forEach(e=>{var n;"text/html"===e.contentType?i=e:~e.contentType.indexOf("image/")&&"attachment"===e.contentDisposition&&e.contentId&&i.content&&(n=e.contentId.slice(1,-1),0<((new DOMParser).parseFromString(i.content,"text/html")?.querySelectorAll(`img[src="cid:${n}"]`)||[]).length)&&(e.contentDisposition="inline")})}var s,l,u="inline"===r;return"attachment"!==r&&(u&&~a.indexOf("image/")&&!e.contentId?(l=c(e),i.text=(i.text||i.html||"").concat(`<br /><div><img src="cid:${l.contentId}" /></div><br />`),i.html=i.text):(l=Cc.includes(a),(s="text/html"===a?"html":("text/plain"===a||l)&&"text")&&(e.filename&&l&&u||(t=!0),i[s]=(i[s]||"").concat(o)))),t||"multipart"===a.split("/")[0]||(l=u?"inlineAttachments":"attachments",Oc.includes(e.contentType)||(i[l]||(i[l]=[])).push(c(e,l)),p&&(m.attributes=m.attributes||{},m.attributes.isEncrypted="application/pkcs7-mime"===e.contentType,m.attributes.isSigned="application/pkcs7-signature"===e.contentType||"application/x-pkcs7-signature"===e.contentType)),i},m),m.autoSendTime=m.autoSendTime||null,m.text&&!m.html&&m.attachments&&m.attachments.some(e=>e.contentId&&!e.contentDisposition)&&m.attachments.forEach(e=>{delete e.contentId,delete e.contentLocation}),m}var _c=ln,Rc=Fi,wc=Ai,Vc=ln?ln.isConcatSpreadable:void 0;function isFlattenable$1(e){return wc(e)||Rc(e)||!!(Vc&&e&&e[Vc])}var Pc=isFlattenable$1,jc=vd,Lc=isFlattenable$1;function baseFlatten$2(e,n,i,t,a){var r=-1,d=e.length;for(i=i||Lc,a=a||[];++r<d;){var o=e[r];0<n&&i(o)?1<n?baseFlatten$2(o,n-1,i,t,a):jc(a,o):t||(a[a.length]=o)}return a}var xc=baseFlatten$2;function copyArray$1(e,n){var i=-1,t=e.length;for(n=n||Array(t);++i<t;)n[i]=e[i];return n}var Bc=copyArray$1,Mc=vd,zc=xc,$c=copyArray$1,qc=Ai;function concat(){var e=arguments.length;if(!e)return[];for(var n=Array(e-1),i=arguments[0],t=e;t--;)n[t-1]=arguments[t];return Mc(qc(i)?$c(i):[i],zc(n,1))}var Uc=concat;function baseFindIndex$1(e,n,i,t){for(var a=e.length,r=i+(t?1:-1);t?r--:++r<a;)if(n(e[r],r,e))return r;return-1}var Gc=baseFindIndex$1;function baseIsNaN$1(e){return e!=e}var Qc=baseIsNaN$1;function strictIndexOf$1(e,n,i){for(var t=i-1,a=e.length;++t<a;)if(e[t]===n)return t;return-1}var Hc=strictIndexOf$1,Wc=baseFindIndex$1,Kc=baseIsNaN$1,Yc=strictIndexOf$1;function baseIndexOf$1(e,n,i){return n==n?Yc(e,n,i):Wc(e,Kc,i)}var Jc=baseIndexOf$1,Zc=baseIndexOf$1;function arrayIncludes$1(e,n){return!!(null==e?0:e.length)&&-1<Zc(e,n,0)}var Xc=arrayIncludes$1;function arrayIncludesWith$1(e,n,i){for(var t=-1,a=null==e?0:e.length;++t<a;)if(i(n,e[t]))return!0;return!1}var ev=arrayIncludesWith$1,nv=Rr,iv=arrayIncludes$1,tv=arrayIncludesWith$1,av=Ns,rv=ut,dv=Vr,ov=200;function baseDifference$1(e,n,i,t){var a=-1,r=iv,d=!0,o=e.length,s=[],l=n.length;if(o){i&&(n=av(n,rv(i))),t?(r=tv,d=!1):ov<=n.length&&(r=dv,d=!1,n=new nv(n));e:for(;++a<o;){var u=e[a],m=null==i?u:i(u),u=t||0!==u?u:0;if(d&&m==m){for(var p=l;p--;)if(n[p]===m)continue e;s.push(u)}else r(n,m,t)||s.push(u)}}return s}var sv=baseDifference$1;function apply$1(e,n,i){switch(i.length){case 0:return e.call(n);case 1:return e.call(n,i[0]);case 2:return e.call(n,i[0],i[1]);case 3:return e.call(n,i[0],i[1],i[2])}return e.apply(n,i)}var lv=apply$1,uv=apply$1,mv=Math.max;function overRest$1(r,d,o){return d=mv(void 0===d?r.length-1:d,0),function(){for(var e=arguments,n=-1,i=mv(e.length-d,0),t=Array(i);++n<i;)t[n]=e[d+n];for(var n=-1,a=Array(d+1);++n<d;)a[n]=e[n];return a[d]=o(t),uv(r,this,a)}}var pv=overRest$1;function constant$1(e){return function(){return e}}var cv=constant$1,vv=constant$1,kv=oi,yv=sl,fv=kv?function(e,n){return kv(e,"toString",{configurable:!0,enumerable:!1,value:vv(n),writable:!0})}:sl,Nv=fv,gv=800,Tv=16,hv=Date.now;function shortOut$1(i){var t=0,a=0;return function(){var e=hv(),n=Tv-(e-a);if(a=e,0<n){if(++t>=gv)return arguments[0]}else t=0;return i.apply(void 0,arguments)}}var Iv=shortOut$1,Dv=Nv,bv=shortOut$1,Sv=shortOut$1(Nv),Fv=Sv,Ev=sl,Av=pv,Ov=Sv;function baseRest$1(e,n){return Ov(Av(e,n,Ev),e+"")}var Cv=baseRest$1,_v=Mt,Rv=ki;function isArrayLikeObject$1(e){return Rv(e)&&_v(e)}var wv=isArrayLikeObject$1;function last$1(e){var n=null==e?0:e.length;return n?e[n-1]:void 0}var Vv,Pv,jv,Lv,xv,Bv,Mv,zv=last$1,$v=sv,qv=xc,Uv=Il,Gv=baseRest$1,Qv=isArrayLikeObject$1,Hv=last$1,Wv=baseRest$1(function(e,n){var i=Hv(n);return Qv(i)&&(i=void 0),Qv(e)?$v(e,qv(n,1,Qv,!0),Uv(i)):[]}),Kv=Wv;const Yv=["firstName","phoneticFirstName","phoneticCompany","middleName","lastName","phoneticLastName","fullName","maidenName","namePrefix","nameSuffix","email","email2","workEmail","workEmail2","homeEmail","homeEmail2","companyPhone","companyPhone2","otherPhone","otherPhone2","mobilePhone","mobilePhone2","homePhone","homePhone2","workPhone","workPhone2","pager","pager2","homeFax","homeFax2","workFax","workFax2","imAddress","imAddress1","imAddress2","imAddress3","imAddress4","imAddress5","nickname","homeStreet","homeCity","homeState","homePostalCode","homeCountry","homeURL","workStreet","workCity","workState","workPostalCode","workCountry","workURL","jobTitle","company","department","birthday","anniversary","website","notes","image","thumbnailPhoto","userCertificate","assistantPhone","callbackPhone","carPhone","otherCity","otherCountry","otherFax","otherPostalCode","otherState","otherStreet","otherURL","fileAs","type"],Jv=["modifyTimeStamp","createTimeStamp","zimbraId","objectClass","zimbraMailForwardingAddress","zimbraAccountCalendarUserType","zimbraCalResLocationDisplayName","zimbraCalResType","cardOwner","homeCardMessage","homePhotoURL","workCardMessage","workPhotoURL","firstLast","vcardXProps","imagepart"];function createContactBody(e,i){const{attributes:n,...t}=e,a=[];return Ac(n,(e,n)=>"other"!==n?a.push({name:n,["image"===n||!i&&"userCertificate"===n?"aid":"content"]:e}):Ac(e,e=>a.push({name:e.key,_content:e.value}))),{cn:denormalize(Yp)({...t,attributes:a})}}function normalizeOtherAttr(e){return e.map(n=>{let i=[];var e=n._attrs.nickname,e=(e&&(n._attrs.nickname=Array.isArray(e)?e[0]:e),n._attrs.userCertificate),e=(e&&(n._attrs.userCertificate=Array.isArray(e)?e[0]:e),Object.keys(n._attrs).filter(e=>!Yv.includes(e)&&!Jv.includes(e)).forEach(e=>"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})&&delete n._attrs[e]),i.filter(e=>e.key.match("custom\\d+")).sort((e,n)=>Number(e.key.match(/(\d+)/g)[0])-Number(n.key.match(/(\d+)/g)[0]))),t=Kv(i,e,"key").sort((e,n)=>e.key.localeCompare(n.key));return{...n,_attrs:{...n._attrs,other:Uc(e,t)}}})}const Zv=["zimbraPrefMailTrustedSenderList"],Xv={ROOT:1,INBOX:2,TRASH:3,JUNK:4,SENT:5,DRAFTS:6,CONTACTS:7,CALENDAR:10,EMAILED_CONTACTS:13,CHAT:14,TASKS:15,BRIEFCASE:16};function events(t){return{all:t=t||new Map,on:function(e,n){var i=t.get(e);i?i.push(n):t.set(e,[n])},off:function(e,n){var i=t.get(e);i&&(n?i.splice(i.indexOf(n)>>>0,1):t.set(e,[]))},emit:function(n,i){var e=t.get(n);e&&e.slice().map(function(e){e(i)}),(e=t.get("*"))&&e.slice().map(function(e){e(n,i)})}}}!function(e){e.all="all",e.account="account",e.resource="resource",e.group="group"}(Vv=Vv||{}),function(e){e.all="all",e.directOnly="directOnly",e.none="none"}(Pv=Pv||{}),function(e){e.contact="ContactAction",e.conversation="ConvAction",e.distributionList="DistributionList",e.folder="FolderAction",e.item="ItemAction",e.message="MsgAction",e.tag="TagAction",e.document="DocumentAction"}(jv=jv||{}),function(e){e.ConvAction="Conversation",e.MsgAction="MessageInfo"}(Lv=Lv||{}),function(e){e.send="sendCode",e.validate="validateCode",e.resend="resendCode",e.reset="reset"}(xv=xv||{}),(Bv=Bv||{}).email="email",function(e){e.get="getRecoveryAccount",e.send="sendRecoveryCode"}(Mv=Mv||{});class Notifier{constructor(){_defineProperty(this,"emitter",void 0),_defineProperty(this,"events",{notify:"notify",refresh:"refresh"}),_defineProperty(this,"processedSequences",new Map),_defineProperty(this,"sequenceNo",0),_defineProperty(this,"addNotifyHandler",e=>{e&&this.emitter.on(this.events.notify,e)}),_defineProperty(this,"addRefreshHandler",e=>{e&&this.emitter.on(this.events.refresh,e)}),_defineProperty(this,"getSequenceNumber",()=>this.sequenceNo),_defineProperty(this,"handleNotifications",e=>{e&&e.seq&&!this.processedSequences.has(e.seq)&&(this.sequenceNo<e.seq&&(this.sequenceNo=e.seq),this.processedSequences.set(e.seq,!0),this.emitter)&&this.emitter.emit(this.events.notify,e)}),_defineProperty(this,"handleRefresh",e=>{console.info("[Cache] refresh received",e,new Date),this.sequenceNo=0,this.processedSequences.clear(),this.emitter&&this.emitter.emit(this.events.refresh,e)}),_defineProperty(this,"removeNotifyHandler",e=>{e&&this.emitter.off(this.events.notify,e)}),_defineProperty(this,"removeRefreshHandler",e=>{e&&this.emitter.off(this.events.refresh,e)}),_defineProperty(this,"setSequenceNumber",e=>this.sequenceNo=e),this.emitter=new events}}function normalizeMessage(e,n){var{origin:n,jwtToken:i,isDesktop:t}=n,e=(e?.meta&&(e.meta=e.meta.map(e=>(e._attrs||(e._attrs={}),e=normalizeCustomMetaDataAttrs(e)))),normalize$1(Mm)(e));return normalizeEmailAddresses(normalizeMimeParts(e=e&&mapValuesDeep(e,coerceStringToBoolean),{origin:n,jwtToken:i,isDesktop:t}))}const ek=e=>{var i=o(e,"unreadDescendent");if(0<e[e.id===Xv.DRAFTS||"Outbox"===e.name?"nonFolderItemCount":"unread"]||i)return!0;i=o(e,"folders")||[];{let e=0,n=i.length;if(e<n)return ek(i[e])}return!1},nk=e=>({...e,name:o(e,"attributes.displayName")}),ik=e=>e.map(e=>((e=nk(normalize$1(rp)(e))).habGroup&&(e.habGroups=[...ik(e.habGroup)]),e)),tk=e=>{var n=o(e,"folders")||[],i=o(e,"view");return i&&i!==Du.Message||(e={...e,unreadDescendent:ek(e)},n&&(e={...e,folders:n.map(tk)})),e};function updateAbsoluteFolderPath(n,i,e){return e.map(e=>(e.absFolderPath="USER_ROOT"===n?""+i+e.absFolderPath:i+"/"+e.name,e.folders&&(e.folders=updateAbsoluteFolderPath(e.oname,e.absFolderPath,e.folders)),e))}function convertStringAndArrayValues(e){e=[].concat(e).filter(Boolean);return e.length?e:""}class ZimbraBatchClient{constructor(){var e=this,n=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_defineProperty(this,"localStoreClient",void 0),_defineProperty(this,"notifier",void 0),_defineProperty(this,"origin",void 0),_defineProperty(this,"sessionId",void 0),_defineProperty(this,"soapPathname",void 0),_defineProperty(this,"authToken",void 0),_defineProperty(this,"batchDataLoader",void 0),_defineProperty(this,"csrfToken",void 0),_defineProperty(this,"customFetch",void 0),_defineProperty(this,"dataLoader",void 0),_defineProperty(this,"jwtToken",void 0),_defineProperty(this,"sessionHandler",void 0),_defineProperty(this,"userAgent",void 0),_defineProperty(this,"accountInfo",()=>this.jsonRequest({name:"GetInfo",namespace:l.Account,body:{sections:"mbox,attrs,zimlets,props"}}).then(e=>({...e,attrs:{...mapValuesDeep(e.attrs._attrs,coerceStringToBoolean),zimbraMailAlias:[].concat(o(e,"attrs._attrs.zimbraMailAlias",[]))},...o(e,"license.attr")&&{license:{status:e.license.status,attr:mapValuesDeep(e.license.attr,coerceStringToBoolean)}},zimlets:{zimlet:o(e,"zimlets.zimlet")&&o(e,"zimlets.zimlet").map(e=>{var{zimlet:e,zimletContext:n,zimletConfig:i}=e;return{zimlet:e,zimletContext:n,...i&&{zimletConfig:normalize$1(vc)(i)}}})}}))),_defineProperty(this,"accountOnlyRemoteWipeSync",e=>this.jsonRequest({name:"AccountOnlyRemoteWipe",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"action",(e,n)=>{const{ids:i,id:t,...a}=n;return this.jsonRequest({name:e,body:{action:{id:t||[i].join(","),...denormalize(pp)(a)}},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"addExternalAccount",e=>{let{accountType:n,...i}=e;return this.jsonRequest({name:"CreateDataSource",body:{[n]:mapValuesDeep(i,coerceBooleanToString)},singleRequest:!0}).then(e=>o(e,n+".0.id"))}),_defineProperty(this,"addMessage",e=>{var{folderId:e,content:n,meta:i}=e;let t,a,r,d;try{({flags:t,tags:a,tagNames:r,date:d}=i&&JSON.parse(i))}catch(e){}return this.jsonRequest({name:"AddMsg",body:denormalize(Xp)({message:{folderId:e,content:{_content:n},flags:t,tags:a,tagNames:r,date:d}}),singleRequest:!0}).then(normalize$1(Mm))}),_defineProperty(this,"allowDeviceSync",e=>this.jsonRequest({name:"AllowDevice",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"applyFilterRules",e=>{var{ids:e,filterRules:n}=e;return this.jsonRequest({name:"ApplyFilterRules",body:{filterRules:{filterRule:n},m:{ids:e}}}).then(e=>{e=o(e,"m[0].ids");return e?e.split(","):[]})}),_defineProperty(this,"attach",(e,n)=>this.localStoreClient.attach({files:e,message:n})),_defineProperty(this,"autoComplete",e=>this.jsonRequest({name:"AutoComplete",body:denormalize(cp)(e)}).then(normalize$1(kp))),_defineProperty(this,"autoCompleteGAL",e=>this.jsonRequest({name:"AutoCompleteGal",namespace:l.Account,body:e}).then(e=>normalize$1(Dp)(e))),_defineProperty(this,"blockDeviceSync",e=>this.jsonRequest({name:"BlockDevice",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"cancelPendingAccountOnlyRemoteWipeSync",e=>this.jsonRequest({name:"CancelPendingAccountOnlyRemoteWipe",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"cancelPendingRemoteWipeSync",e=>this.jsonRequest({name:"CancelPendingRemoteWipe",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"cancelTask",e=>{e=e.inviteId;return this.jsonRequest({name:"CancelTask",body:{comp:"0",id:e},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"changeFolderColor",e=>{var{id:e,color:n}=e;return this.action(jv.folder,{id:e,op:"color",color:n})}),_defineProperty(this,"changePassword",e=>{var{loginNewPassword:e,password:n,username:i,dryRun:t=!1}=e;return this.jsonRequest({name:"ChangePassword",namespace:l.Account,body:{account:{by:"name",_content:i},oldPassword:n,password:e,dryRun:t},singleRequest:!0})}),_defineProperty(this,"checkCalendar",e=>{var{id:e,value:n}=e;return this.action(jv.folder,{id:e,op:n?"check":"!check"})}),_defineProperty(this,"clientInfo",e=>{var{by:e,domain:n}=e;return this.jsonRequest({name:"ClientInfo",body:{domain:[{by:e,_content:n}]},singleRequest:!0,namespace:l.Account}).then(e=>normalize$1(hp)(mapValuesDeep(e,coerceStringToBoolean)))}),_defineProperty(this,"contactAction",e=>this.action(jv.contact,e)),_defineProperty(this,"conversationAction",e=>this.action(jv.conversation,e)),_defineProperty(this,"counterAppointment",e=>this.jsonRequest({name:"CounterAppointment",body:denormalize(Gm)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"createAppointment",(e,n)=>this.jsonRequest({name:"CreateAppointment",body:{...denormalize(Um)(n)},accountName:e,singleRequest:!0}).then(Boolean)),_defineProperty(this,"createAppointmentException",(e,n)=>this.jsonRequest({name:"CreateAppointmentException",body:{...denormalize(Um)(n)},accountName:e,singleRequest:!0}).then(Boolean)),_defineProperty(this,"createAppSpecificPassword",e=>this.jsonRequest({name:"CreateAppSpecificPassword",namespace:l.Account,body:{appName:{_content:e}},singleRequest:!0}).then(e=>normalize$1(sc)(e))),_defineProperty(this,"createContact",e=>this.jsonRequest({name:"CreateContact",body:createContactBody(e,void 0!==this.localStoreClient),singleRequest:!0}).then(e=>normalize$1(Ip)(normalizeOtherAttr(e.cn)[0]))),_defineProperty(this,"createFolder",e=>{const{flags:n,fetchIfExists:i,parentFolderId:t,...a}=e;return this.jsonRequest({name:"CreateFolder",body:{folder:{...a,f:n,fie:i,l:t}},singleRequest:!0}).then(e=>normalize$1(ap)(e.folder[0]))}),_defineProperty(this,"createIdentity",e=>{let{attrs:n,...i}=e;return this.jsonRequest({name:"CreateIdentity",namespace:l.Account,body:{identity:{...i,_attrs:{...Fl(n,coerceBooleanToString),zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(o(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(o(n,"zimbraPrefWhenInFolderIds"))}}},singleRequest:!0}).then(e=>{e=mapValuesDeep(e,coerceStringToBoolean);const{_attrs:{zimbraPrefWhenSentToAddresses:n,zimbraPrefWhenInFolderIds:i,...t},...a}=o(e,"identity.0");return{...e,identity:[{...a,_attrs:{...t,...n&&{zimbraPrefWhenSentToAddresses:[].concat(n).filter(Boolean)},...i&&{zimbraPrefWhenInFolderIds:[].concat(i).filter(Boolean)}}}]}})}),_defineProperty(this,"createMountpoint",e=>this.jsonRequest({name:"CreateMountpoint",body:denormalize(Km)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"createSearchFolder",e=>{const{parentFolderId:n,...i}=e;return this.jsonRequest({name:"CreateSearchFolder",body:{search:{...i,l:n}},singleRequest:!0}).then(e=>normalize$1(ap)(e.search[0]))}),_defineProperty(this,"createSignature",e=>this.jsonRequest({name:"CreateSignature",namespace:l.Account,body:denormalize(qp)(e)})),_defineProperty(this,"createTag",e=>this.jsonRequest({name:"CreateTag",body:{tag:{...e}},singleRequest:!0}).then(e=>{var{tag:e=[]}=e;return normalize$1(lc)(e[0])})),_defineProperty(this,"createTask",e=>this.jsonRequest({name:"CreateTask",body:{...denormalize(Um)(e)},singleRequest:!0}).then(Boolean)),_defineProperty(this,"declineCounterAppointment",e=>this.jsonRequest({name:"DeclineCounterAppointment",body:denormalize(Gm)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"deleteAppointment",e=>this.jsonRequest({name:"CancelAppointment",body:denormalize(Hm)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"deleteExternalAccount",e=>{e=e.id;return this.jsonRequest({name:"DeleteDataSource",body:{dsrc:{id:e}},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"deleteIdentity",e=>this.jsonRequest({name:"DeleteIdentity",namespace:l.Account,body:{identity:e},singleRequest:!0}).then(Boolean)),_defineProperty(this,"deleteSignature",e=>this.jsonRequest({name:"DeleteSignature",namespace:l.Account,body:e,singleRequest:!0}).then(Boolean)),_defineProperty(this,"disableTwoFactorAuth",()=>this.jsonRequest({name:"DisableTwoFactorAuth",namespace:l.Account,singleRequest:!0}).then(Boolean)),_defineProperty(this,"discoverRights",e=>{e=e.right;return this.jsonRequest({name:"DiscoverRights",namespace:l.Account,body:{right:e}}).then(e=>normalize$1(tc)(e))}),_defineProperty(this,"dismissCalendarItem",(e,n)=>this.jsonRequest({name:"DismissCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)),_defineProperty(this,"documentAction",e=>this.documentActionResponse(jv.document,e)),_defineProperty(this,"documentActionResponse",(e,n)=>{const{id:i,...t}=n;return this.jsonRequest({name:e,body:{action:{id:[i].join(","),...denormalize(pp)(t)}},singleRequest:!0}).then(normalize$1(yc))}),_defineProperty(this,"downloadAttachment",e=>{let{id:n,part:i}=e;return this.download({url:`/service/home/~/?auth=co&id=${n}&part=`+i}).then(e=>{e=e.content;return{id:n+"_"+i,content:e}})}),_defineProperty(this,"downloadDocument",e=>{let{id:n,url:i}=e;return this.download({url:i}).then(e=>{e=e.content;return{id:n,content:e}})}),_defineProperty(this,"downloadMessage",e=>{let{id:n,isSecure:i}=e;return this.download({isSecure:i,url:"/service/home/~/?auth=co&id="+n}).then(e=>{e=e.content;return{id:n,content:e,isSecure:i}})}),_defineProperty(this,"enableTwoFactorAuth",e=>{var{name:e,password:n,authToken:i,twoFactorCode:t,csrfTokenSecured:a,ignoreSameSite:r}=e;return this.jsonRequest({name:"EnableTwoFactorAuth",body:{name:{_content:e},...n&&{password:{_content:n}},...i&&{authToken:{_content:i}},...t&&{twoFactorCode:{_content:t}},...r&&{ignoreSameSite:r},csrfTokenSecured:a},namespace:l.Account,singleRequest:!0})}),_defineProperty(this,"endSessionBeaconRequest",e=>{e={Body:{EndSessionRequest:{_jsns:l.Account}},Header:{context:{_jsns:l.All,csrfToken:this.csrfToken,account:{by:"name",_content:e.accountName},session:{id:this.sessionId,_content:this.sessionId},userAgent:this.userAgent}}};try{var n=new Blob([JSON.stringify(e)]);navigator&&navigator.sendBeacon(this.origin+"/service/soap",n)}catch(e){throw new Error("Error on endSessionBeaconRequest request"+e)}}),_defineProperty(this,"folderAction",e=>this.action(jv.folder,e)),_defineProperty(this,"forwardAppointment",e=>this.jsonRequest({name:"ForwardAppointment",body:denormalize(sp)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"forwardAppointmentInvite",e=>this.jsonRequest({name:"ForwardAppointmentInvite",body:denormalize(lp)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"freeBusy",e=>{var{start:e,end:n,names:i}=e;return this.jsonRequest({name:"GetFreeBusy",body:{s:e,e:n,name:i.join(",")}}).then(e=>normalize$1(mp)(e.usr))}),_defineProperty(this,"generateScratchCodes",e=>this.jsonRequest({name:"GenerateScratchCodes",namespace:l.Account,body:{account:{by:"name",_content:e}},singleRequest:!0})),_defineProperty(this,"getAccountDistributionLists",(e,n)=>this.jsonRequest({name:"GetAccountDistributionLists",body:{attrs:e,ownerOf:n},namespace:l.Account}).then(e=>({dls:e?.dl||[]}))),_defineProperty(this,"getAppointment",e=>this.jsonRequest({name:"GetAppointment",body:e}).then(e=>normalize$1(Rp)(e))),_defineProperty(this,"getAppSpecificPasswords",()=>this.jsonRequest({name:"GetAppSpecificPasswords",namespace:l.Account})),_defineProperty(this,"getAttachmentUrl",e=>getAttachmentUrl(e,{origin:this.origin,jwtToken:this.jwtToken})),_defineProperty(this,"getAvailableLocales",()=>this.jsonRequest({name:"GetAvailableLocales",namespace:l.Account}).then(e=>e.locale)),_defineProperty(this,"getContact",e=>{let{id:n,ids:i,...t}=e;return this.jsonRequest({name:"GetContacts",body:{cn:{id:n||(i||[]).join(",")},...t}}).then(e=>normalize$1(Ip)(normalizeOtherAttr(e.cn)))}),_defineProperty(this,"getContactFrequency",e=>this.jsonRequest({name:"GetContactFrequency",body:e}).then(e=>(e.data=e.data.map(e=>(e.by=e.spec[0].range,e)),e))),_defineProperty(this,"getContactProfileImageUrl",e=>getContactProfileImageUrl(e,{origin:this.origin,jwtToken:this.jwtToken})),_defineProperty(this,"getConversation",e=>this.jsonRequest({name:"GetConv",body:{c:Fl(e,coerceBooleanToInt)}}).then(e=>{e=this.normalizeConversation(e.c[0]),e=normalize$1($m)(e);return e.messages=e.messages.map(this.normalizeMessage),e})),_defineProperty(this,"getCustomMetadata",e=>{var{id:e,section:n}=e;return this.jsonRequest({name:"GetCustomMetadata",body:{id:e,meta:{section:n}}}).then(e=>(e.meta&&(e.meta=e.meta.map(e=>(e._attrs||(e._attrs={}),e=normalizeCustomMetaDataAttrs(e)))),mapValuesDeep(e,coerceStringToBoolean)))}),_defineProperty(this,"getDataSources",()=>this.jsonRequest({name:"GetDataSources"}).then(e=>mapValuesDeep(e,coerceStringToBoolean))),_defineProperty(this,"getDeviceStatus",()=>this.jsonRequest({name:"GetDeviceStatus",namespace:l.Sync}).then(e=>o(e,"device")||[])),_defineProperty(this,"getDistributionListMembers",(e,n,i)=>this.jsonRequest({name:"GetDistributionListMembers",body:{dl:{_content:i},limit:e,offset:n},namespace:l.Account}).then(e=>{return e?.dlm?e:{dlGroupMember:e?.groupMembers?.length&&e.groupMembers[0]?.groupMember?normalize$1(dp)(e.groupMembers[0].groupMember):[]}})),_defineProperty(this,"getDocumentShareURL",e=>this.jsonRequest({name:"GetDocumentShareURL",body:denormalize(Hp)(e),singleRequest:!0}).then(e=>normalize$1(Wp)(e))),_defineProperty(this,"getFilterRules",()=>this.jsonRequest({name:"GetFilterRules"}).then(e=>normalize$1(Mp)(o(e,"filterRules.0.filterRule")||[]))),_defineProperty(this,"getFolder",e=>this.jsonRequest({name:"GetFolder",body:denormalize(Gp)(e)}).then(e=>{var e=normalize$1(ap)(e),n=o(e,"folders.0",{});return n.folders&&(n.folders=n.folders.map(tk),n.folders=n.folders.map(e=>(e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(e=>{var{absFolderPath:n,oname:i,folders:t}=e;return i&&t&&(e.folders=updateAbsoluteFolderPath(i,n,t)),e})),e))),n.linkedFolders&&(n.linkedFolders=n.linkedFolders.map(tk)),n.linkedFolders&&(n.linkedFolders=n.linkedFolders.map(e=>{var n,i,t,a,r,d;return e.view&&e.view!==Du.Message&&e.view!==Du.Contact&&e.view!==Du.Document||({absFolderPath:n,oname:i,folders:t,ownerZimbraId:a,sharedItemId:r,linkedFolders:d}=e,e.view===Du.Contact&&(e.userId=e.id,e.id=a+":"+r),i&&t&&(e.folders=updateAbsoluteFolderPath(i,n,t)),d&&(e.linkedFolders=updateAbsoluteFolderPath(i,n,d))),e})),e})),_defineProperty(this,"getHAB",e=>this.jsonRequest({name:"GetHAB",body:{habRootGroupId:e},namespace:l.Account}).then(e=>{e=o(e,"ou.0");return{...e,habGroups:[...ik(e.habGroup)]}})),_defineProperty(this,"getIdentities",()=>this.jsonRequest({name:"GetIdentities",namespace:l.Account}).then(e=>{let{identity:n,...i}=e;e=n.map(e=>{let{_attrs:{zimbraPrefWhenInFolderIds:n,zimbraPrefWhenSentToAddresses:i,...t},...a}=e;return{...a,_attrs:{...t,zimbraPrefWhenInFolderIds:[].concat(n).filter(Boolean),zimbraPrefWhenSentToAddresses:[].concat(i).filter(Boolean)}}});return mapValuesDeep({...i,identity:e},coerceStringToBoolean)})),_defineProperty(this,"getImportStatus",()=>this.jsonRequest({name:"GetImportStatus"})),_defineProperty(this,"getMailboxMetadata",e=>{e=e.section;return this.jsonRequest({name:"GetMailboxMetadata",body:{meta:{section:e}}}).then(e=>(e.meta=e.meta.map(e=>(e._attrs||(e._attrs={}),e)),mapValuesDeep(e,coerceStringToBoolean)))}),_defineProperty(this,"getMessage",e=>{var{id:e,html:n,raw:i,header:t,read:a,max:r,ridZ:d,part:o}=e;return this.jsonRequest({name:"GetMsg",body:{m:{id:e,html:!1!==n&&!0!==i?1:0,header:t,read:!0===a?1:void 0,needExp:1,neuter:0,...r&&{max:r},raw:i?1:0,...d&&{ridZ:d},...o&&{part:o}}}}).then(e=>e&&e.m?this.normalizeMessage(e.m[0]):null)}),_defineProperty(this,"getMessagesMetadata",e=>{e=e.ids;return this.jsonRequest({name:"GetMsgMetadata",body:{m:{ids:e.join(",")}}}).then(e=>e.m.map(this.normalizeMessage))}),_defineProperty(this,"getPreferences",()=>this.jsonRequest({name:"GetPrefs",namespace:l.Account}).then(e=>{var n=mapValuesDeep(e._attrs,coerceStringToBoolean);for(const i in n)-1!==Zv.indexOf(i)&&(n[i]="string"==typeof n[i]?Rl(n[i]):n[i]);return n})),_defineProperty(this,"getProfileImageUrl",e=>getProfileImageUrl(e,{origin:this.origin,jwtToken:this.jwtToken})),_defineProperty(this,"getRights",e=>this.jsonRequest({name:"GetRights",namespace:l.Account,body:denormalize(oc)(e)}).then(normalize$1(rc))),_defineProperty(this,"getScratchCodes",e=>this.jsonRequest({name:"GetScratchCodes",namespace:l.Account,body:{account:{by:"name",_content:e}}})),_defineProperty(this,"getSearchFolder",()=>this.jsonRequest({name:"GetSearchFolder"}).then(e=>e.search?{folders:normalize$1(ap)(e.search)}:{})),_defineProperty(this,"getSignatures",()=>this.jsonRequest({name:"GetSignatures",namespace:l.Account}).then(e=>mapValuesDeep(e,coerceStringToBoolean))),_defineProperty(this,"getSMimeCertInfo",()=>this.jsonRequest({name:"GetSmimeCertificateInfo",namespace:l.Account}).then(e=>normalize$1(jm)(e||{}))),_defineProperty(this,"getSMimePublicCerts",e=>this.jsonRequest({name:"GetSMIMEPublicCerts",body:{store:{_content:e.store},email:{_content:e.contactAddr}},namespace:l.Account})),_defineProperty(this,"getTag",()=>this.jsonRequest({name:"GetTag",namespace:l.Mail}).then(e=>{var{tag:e=[]}=e;return e.map(normalize$1(lc))})),_defineProperty(this,"getTasks",e=>this.jsonRequest({name:"Search",body:{...e}}).then(e=>{e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Ap)(e);return{...e,tasks:e.task?e.task.map(normalize$1(ip)):[]}})),_defineProperty(this,"getTrustedDevices",()=>this.jsonRequest({name:"GetTrustedDevices",namespace:l.Account})),_defineProperty(this,"getWhiteBlackList",()=>this.jsonRequest({name:"GetWhiteBlackList",namespace:l.Account})),_defineProperty(this,"getWorkingHours",e=>{var{start:e,end:n,names:i}=e;return this.jsonRequest({name:"GetWorkingHours",body:{name:i.join(","),...denormalize(up)({start:e,end:n})}}).then(e=>normalize$1(mp)(e.usr))}),_defineProperty(this,"grantRights",e=>this.jsonRequest({name:"GrantRights",namespace:l.Account,body:denormalize(rc)(e)}).then(normalize$1(rc))),_defineProperty(this,"importExternalAccount",e=>{var{accountType:e,id:n}=e;return this.jsonRequest({name:"ImportData",body:{[e]:{id:n}}}).then(Boolean)}),_defineProperty(this,"itemAction",e=>this.action(jv.item,e)),_defineProperty(this,"jsonRequest",e=>this[e.singleRequest?"dataLoader":"batchDataLoader"].load(e)),_defineProperty(this,"listDocumentRevisions",e=>{var{id:e,version:n,count:i}=e;return this.jsonRequest({name:"ListDocumentRevisions",namespace:l.Mail,body:{doc:{id:e,ver:n,count:i}}}).then(e=>{var e=normalize$1(Sp)(e),n=e.documents.map(e=>e.version);const i=Math.max(...n),t=e.documents.find(e=>e.version===i);n=e.documents.map(e=>({...e,name:t.name}));return{...t,docs:n}})}),_defineProperty(this,"login",e=>{var{username:e,password:n,recoveryCode:i,tokenType:t,persistAuthTokenCookie:a,twoFactorCode:r,deviceTrusted:d,csrfTokenSecured:o,ignoreSameSite:s}=e;return this.jsonRequest({name:"Auth",singleRequest:!0,body:{tokenType:t,csrfTokenSecured:o,persistAuthTokenCookie:a,account:{by:"name",_content:e},...s&&{ignoreSameSite:s},...n&&{password:n},...i&&{recoveryCode:{verifyAccount:!0,_content:i}},...r&&{twoFactorCode:r},...d&&{deviceTrusted:d}},namespace:l.Account}).then(e=>mapValuesDeep(e,coerceStringToBoolean))}),_defineProperty(this,"logout",()=>this.jsonRequest({name:"EndSession",body:{logoff:!0},namespace:l.Account}).then(Boolean)),_defineProperty(this,"messageAction",e=>this.action(jv.message,e)),_defineProperty(this,"modifyAppointment",(e,n)=>this.jsonRequest({name:"ModifyAppointment",body:{...denormalize(Um)(n)},accountName:e,singleRequest:!0}).then(e=>normalize$1(Um)(e))),_defineProperty(this,"modifyContact",e=>this.jsonRequest({name:"ModifyContact",body:createContactBody(e,void 0!==this.localStoreClient),singleRequest:!0}).then(e=>normalize$1(Ip)(normalizeOtherAttr(e.cn)[0]))),_defineProperty(this,"modifyExternalAccount",e=>{var{id:e,type:n,attrs:i}=e;return this.jsonRequest({name:"ModifyDataSource",body:{[n]:{id:e,...mapValuesDeep(i,coerceBooleanToString)}},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"modifyFilterRules",e=>this.jsonRequest({name:"ModifyFilterRules",body:{filterRules:[{filterRule:denormalize(Mp)(e)}]},singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifyIdentity",e=>{let{attrs:n,...i}=e;return this.jsonRequest({name:"ModifyIdentity",namespace:l.Account,body:{identity:{...i,_attrs:{...Fl(n,coerceBooleanToString),zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(o(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(o(n,"zimbraPrefWhenInFolderIds"))}}},singleRequest:!0})}),_defineProperty(this,"modifyPrefs",e=>{var n=mapValuesDeep(e,coerceBooleanToString);for(const i in n)-1!==Zv.indexOf(i)&&(n[i]=n[i]instanceof Array&&0===n[i].length?"":n[i]);return this.jsonRequest({name:"ModifyPrefs",namespace:l.Account,body:{_attrs:n},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"modifyProfileImage",e=>{var{content:e,contentType:n}=e;return this.jsonRequest({name:"ModifyProfileImage",body:{_content:e},singleRequest:!0,headers:{"Content-Type":n}})}),_defineProperty(this,"modifyProps",e=>this.jsonRequest({name:"ModifyProperties",namespace:l.Account,body:{prop:mapValuesDeep(e,coerceBooleanToString)},singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifySearchFolder",e=>this.jsonRequest({name:"ModifySearchFolder",body:e,singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifySignature",e=>this.jsonRequest({name:"ModifySignature",namespace:l.Account,body:denormalize(qp)(e),singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifyTask",e=>this.jsonRequest({name:"ModifyTask",body:{...denormalize(Um)(e)},singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifyWhiteBlackList",e=>this.jsonRequest({name:"ModifyWhiteBlackList",namespace:l.Account,body:{...e},singleRequest:!0}).then(Boolean)),_defineProperty(this,"modifyZimletPrefs",e=>this.jsonRequest({name:"ModifyZimletPrefs",namespace:l.Account,body:{zimlet:e},singleRequest:!0})),_defineProperty(this,"noop",(e,n)=>{var{wait:e,limitToOneBlocked:i}=e;return this.jsonRequest({name:"NoOp",body:{wait:e,limitToOneBlocked:i},singleRequest:!0,fetchOptions:n}).then(e=>e)}),_defineProperty(this,"purgeRevision",e=>{var{id:e,ver:n,includeOlderRevisions:i}=e;return this.jsonRequest({name:"PurgeRevision",namespace:l.Mail,body:{revision:{id:e,ver:n,includeOlderRevisions:i}},singleRequest:!0}).then(Boolean)}),_defineProperty(this,"quarantineDeviceSync",e=>this.jsonRequest({name:"QuarantineDevice",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"recoverAccount",e=>{var{channel:e,email:n,op:i}=e;return this.jsonRequest({name:"RecoverAccount",body:{channel:e,email:n,op:i}})}),_defineProperty(this,"relatedContacts",e=>{e=e.email;return this.jsonRequest({name:"GetRelatedContacts",body:{targetContact:{cn:e}}}).then(e=>e.relatedContacts.relatedContact)}),_defineProperty(this,"remoteWipeSync",e=>this.jsonRequest({name:"RemoteWipe",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"removeDeviceSync",e=>this.jsonRequest({name:"RemoveDevice",namespace:l.Sync,body:{device:{id:e}}})),_defineProperty(this,"resetPassword",e=>{var{password:e,dryRun:n,getPasswordRules:i,cancelResetPassword:t}=e;return this.jsonRequest({name:"ResetPassword",namespace:l.Account,body:{password:e,dryRun:n,getPasswordRules:i,cancelResetPassword:t},singleRequest:!0}).then(e=>mapValuesDeep(e,coerceStringToBoolean))}),_defineProperty(this,"resolve",e=>""+this.origin+e),_defineProperty(this,"revokeAppSpecificPassword",e=>this.jsonRequest({name:"RevokeAppSpecificPassword",namespace:l.Account,body:{appName:e},singleRequest:!0}).then(Boolean)),_defineProperty(this,"revokeOtherTrustedDevices",()=>this.jsonRequest({name:"RevokeOtherTrustedDevices",namespace:l.Account,singleRequest:!0}).then(Boolean)),_defineProperty(this,"revokeRights",e=>this.jsonRequest({name:"RevokeRights",namespace:l.Account,body:denormalize(rc)(e),singleRequest:!0}).then(normalize$1(rc))),_defineProperty(this,"revokeTrustedDevice",()=>this.jsonRequest({name:"RevokeTrustedDevice",namespace:l.Account,singleRequest:!0}).then(Boolean)),_defineProperty(this,"saveDocument",e=>this.jsonRequest({name:"SaveDocument",body:denormalize(dc)(e),singleRequest:!0}).then(e=>{e=e.doc;return{document:e.map(e=>normalize$1(Ep)(e))}})),_defineProperty(this,"saveDraft",(e,n)=>this.jsonRequest({name:"SaveDraft",body:denormalize(Bm)({message:e}),singleRequest:!0,accountName:n}).then(e=>{e=e.m;return{message:e&&e.map(this.normalizeMessage)}})),_defineProperty(this,"saveSMimeCert",(e,n)=>this.jsonRequest({name:"SaveSmimeCertificate",body:{upload:e,password:n},namespace:l.Account}).then(e=>normalize$1(jm)(e||{}))),_defineProperty(this,"search",e=>this.jsonRequest({name:"Search",body:{...e}}).then(e=>{e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Ap)(e);return e.conversations&&(e.conversations=e.conversations.map(this.normalizeConversation)),e.messages&&(e.messages=e.messages.map(this.normalizeMessage)),e})),_defineProperty(this,"searchCalendarResources",e=>this.jsonRequest({name:"SearchCalendarResources",body:e,namespace:l.Account}).then(normalize$1(_p))),_defineProperty(this,"searchGal",e=>this.jsonRequest({name:"SearchGal",body:e,namespace:l.Account}).then(e=>(e.cn&&(e.cn=normalizeOtherAttr(e.cn)),normalize$1(Ap)(e)))),_defineProperty(this,"sendDeliveryReport",e=>this.jsonRequest({name:"SendDeliveryReport",body:{mid:e},singleRequest:!0}).then(Boolean)),_defineProperty(this,"sendInviteReply",e=>this.jsonRequest({name:"SendInviteReply",body:{...denormalize(zp)(e)},singleRequest:!0}).then(e=>normalize$1(ip)(e))),_defineProperty(this,"sendMessage",(e,n,i,t)=>this.jsonRequest({name:i||t?"SendSecureMsg":"SendMsg",body:{...denormalize(Bm)({message:e}),...i&&{sign:!0},...t&&{encrypt:!0}},singleRequest:!0,accountName:n}).then(normalize$1(Bm))),_defineProperty(this,"sendShareNotification",e=>this.jsonRequest({name:"SendShareNotification",body:{...denormalize(yp)(e)},singleRequest:!0}).then(Boolean)),_defineProperty(this,"setCsrfToken",e=>{this.csrfToken=e}),_defineProperty(this,"setCustomMetadata",e=>this.jsonRequest({name:"SetCustomMetadata",body:setCustomMetaDataBody(e.customMetaData)}).then(Boolean)),_defineProperty(this,"setJwtToken",e=>{this.jwtToken=e}),_defineProperty(this,"setRecoveryAccount",e=>this.jsonRequest({name:"SetRecoveryAccount",body:e,singleRequest:!0}).then(Boolean)),_defineProperty(this,"setUserAgent",e=>{this.userAgent=e}),_defineProperty(this,"shareInfo",e=>this.jsonRequest({name:"GetShareInfo",body:{...e,_jsns:"urn:zimbraAccount"}}).then(e=>e.share)),_defineProperty(this,"snoozeCalendarItem",(e,n)=>this.jsonRequest({name:"SnoozeCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)),_defineProperty(this,"taskFolders",()=>this.jsonRequest({name:"GetFolder",body:{view:Du.Task,tr:!0}}).then(e=>normalize$1(ap)(e.folder[0].folder))),_defineProperty(this,"testExternalAccount",e=>{let{accountType:n,...i}=e;return this.jsonRequest({name:"TestDataSource",body:{[n]:mapValuesDeep(i,coerceBooleanToString)},singleRequest:!0}).then(e=>mapValuesDeep(o(e,n+".0"),coerceStringToBoolean))}),_defineProperty(this,"uploadMessage",e=>{return(this.customFetch||fetch)(this.origin+"/service/upload?fmt=raw",{method:"POST",body:e,headers:{"Content-Disposition":'attachment; filename="message.eml"',"Content-Type":"message/rfc822",...this.authToken&&{Cookie:"ZM_AUTH_TOKEN="+this.authToken},...this.csrfToken&&{"X-Zimbra-Csrf-Token":this.csrfToken}},credentials:"include"}).then(e=>{if(e.ok)return e.text().then(e=>{var n,i;return!e||([,e="",n=void 0,i=""]=e.match(/^([^,]+),([^,]+),'(.*)'/)||[],n&&"'null'"!==n)?null:200==+e?i:void 0})})}),_defineProperty(this,"batchDataHandler",e=>batchJsonRequest({requests:e,...this.getAdditionalRequestOptions()}).then(e=>{var n=o(e,"header.context.session.id"),i=o(e,"header.context.notify.0"),t=o(e,"header.context.refresh");return this.checkAndUpdateSessionId(n),this.notifier&&(i&&this.notifier.handleNotifications(i),t)&&this.notifier.handleRefresh(t),e.requests.map((e,n)=>Jl(e)?e:e.body)})),_defineProperty(this,"checkAndUpdateSessionId",e=>{e&&this.sessionId!==e&&(this.sessionHandler&&this.sessionHandler.writeSessionId(e),this.sessionId=e)}),_defineProperty(this,"dataHandler",e=>jsonRequest({...e[0],...this.getAdditionalRequestOptions("Auth"!==e[0].name)}).then(e=>{var n=o(e,"header.context.session.id"),i=o(e,"header.context.notify.0"),t=o(e,"header.context.refresh");return this.checkAndUpdateSessionId(n),this.notifier&&(i&&this.notifier.handleNotifications(i),t)&&this.notifier.handleRefresh(t),Jl(e)?[e]:[e.body]})),_defineProperty(this,"download",e=>{var{isSecure:e,url:n}=e;return fetch(""+this.origin+n,{headers:{...e&&{"X-Zimbra-Encoding":"x-base64"},...this.csrfToken&&{"X-Zimbra-Csrf-Token":this.csrfToken}},credentials:"include"}).then(e=>{if(e.ok)return e.text().then(e=>{if(e)return{content:e}})})}),_defineProperty(this,"getAdditionalRequestOptions",function(){return{jwtToken:e.jwtToken,...(!(0<arguments.length&&void 0!==arguments[0])||arguments[0])&&{csrfToken:e.csrfToken},...e.authToken&&{authToken:e.authToken},sessionId:e.sessionId||e.sessionHandler&&e.sessionHandler.readSessionId(),origin:e.origin,userAgent:e.userAgent,...void 0!==e.notifier.getSequenceNumber()&&{sessionSeq:e.notifier.getSequenceNumber()}}}),_defineProperty(this,"normalizeConversation",e=>(e?.meta&&(e.meta=e.meta.map(e=>(e._attrs||(e._attrs={}),e=normalizeCustomMetaDataAttrs(e)))),e)),_defineProperty(this,"normalizeMessage",e=>normalizeMessage(e,{origin:this.origin,jwtToken:this.jwtToken,isDesktop:this.localStoreClient})),this.sessionHandler=n.sessionHandler,this.userAgent=n.userAgent,this.jwtToken=n.jwtToken,this.csrfToken=n.csrfToken,this.authToken=n.authToken,this.origin=void 0!==n.zimbraOrigin?n.zimbraOrigin:fc,this.soapPathname=n.soapPathname||Nc,this.localStoreClient=n.localStoreClient,this.customFetch=n.customFetch,this.notifier=new Notifier,this.batchDataLoader=new Cl(this.batchDataHandler,{cache:!1}),this.dataLoader=new Cl(this.dataHandler,{batch:!1,cache:!1}),this.customFetch&&setCustomFetch(this.customFetch)}}var ak={kind:"Document",definitions:[{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SortBy"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"none"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"dateAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"dateDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"subjAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"subjDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"nameAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"nameDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"rcptAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"rcptDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"attachAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"attachDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"flagAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"flagDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"priorityAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"priorityDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"readAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"readDesc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sizeAsc"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sizeDesc"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ExternalSendersType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"ALL"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"ALLNOTINAB"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"INAB"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"INSD"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ShareInputAction"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"edit"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"revoke"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"expire"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SaveDocumentAction"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"create"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SaveDocumentType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"document"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"presentation"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"spreadsheet"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"FreeBusyStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"F"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"B"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"T"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"O"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"AccountType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"imap"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"pop3"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ConnectionType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"cleartext"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"ssl"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"tls"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"tls_is_available"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefCalendarInitialView"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"day"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"list"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"month"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"week"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"workWeek"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"year"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefMailSendReadReceipts"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"prompt"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"always"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"never"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefDelegatedSendSaveTarget"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"owner"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sender"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"both"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"none"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"AlarmAction"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"DISPLAY"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"AUDIO"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"EMAIL"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"PROCEDURE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"X_YAHOO_CALENDAR_ACTION_IM"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"X_YAHOO_CALENDAR_ACTION_MOBILE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"NONE"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"AlarmRelatedTo"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"START"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"END"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"Weekday"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"SU"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"MO"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TU"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"WE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TH"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"FR"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"SA"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceFrequency"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"SEC"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"MIN"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"HOU"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DAI"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"WEE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"MON"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"YEA"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"InviteReplyVerb"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"ACCEPT"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DECLINE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TENTATIVE"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"InviteReplyType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"r"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"w"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"AutoCompleteMatchType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"gal"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"contact"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"rankingTable"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ParticipationStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"NE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"AC"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DG"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"CO"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"IN"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"WA"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DF"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"InviteCompletionStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"NEED"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TENT"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"CONF"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"CANC"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"COMP"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"INPR"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"WAITING"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DEFERRED"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ParticipationRole"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"REQ"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"OPT"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"CHA"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"NON"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"CalendarItemClass"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"PRI"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"PUB"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"CON"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"AddressType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"f"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"t"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"c"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"b"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"r"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"s"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"n"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"rf"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"GranteeType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"usr"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"grp"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"egp"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"dom"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"all"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"pub"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"guest"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"key"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"cos"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SearchType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"conversation"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"message"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"contact"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"appointment"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"task"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"wiki"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"document"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ContactType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"C"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"G"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"I"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"FolderView"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"search"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"folder"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"tag"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"conversation"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"message"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"contact"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"document"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"appointment"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"virtual"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"remote"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"wiki"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"task"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"chat"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"note"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"comment"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"unknown"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"GalSearchType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"all"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"account"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"resource"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"group"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"NeedIsMemberType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"all"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"directOnly"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"none"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ReadingPaneLocation"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"off"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"right"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"bottom"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefMailSelectAfterDelete"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"next"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"previous"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"adaptive"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ActionTypeName"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"ContactAction"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"ConvAction"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"DistributionList"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"FolderAction"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"ItemAction"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"MsgAction"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"TagAction"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"LicenseStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"OK"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"NOT_INSTALLED"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"NOT_ACTIVATED"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"IN_FUTURE"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"EXPIRED"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"INVALID"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"LICENSE_GRACE_PERIOD"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"ACTIVATION_GRACE_PERIOD"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SetRecoveryAccountOp"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"sendCode"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"validateCode"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"resendCode"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"reset"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"SetRecoveryAccountChannel"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"email"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"RecoverAccountOp"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"getRecoveryAccount"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sendRecoveryCode"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PasswordRecoveryAddressStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"verified"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"pending"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ZimletPresence"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"mandatory"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ResetPasswordStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"suspended"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefClientType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"advanced"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"modern"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"zimbrax"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"standard"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"Mode"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"text"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"html"},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CsrfToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"twoFactorAuthRequired"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TwoFactorAuthRequired"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"trustedDevicesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TrustedDevicesEnabled"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lifetime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"session"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Session"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"skin"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Skin"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodeType"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCode"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCode"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCodeType"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"EnableTwoFactorAuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"secret"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Secret"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ProfileImageChangeResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"itemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Secret"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TwoFactorAuthRequired"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TrustedDevicesEnabled"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Session"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Skin"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalOrganizer"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"url"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sentBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Instance"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dueDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tzoDue"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isException"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"alarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"duration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherAttendees"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exceptId"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezoneOffset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Alarm"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"alarmInstStart"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nextAlarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"InviteReplyResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"calendarItemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ModifyAppointmentResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"appointmentId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"calendarItemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ZimletPref"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"presence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ModifyZimletPrefsResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimlet"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletPref"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"EmailAddress"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"displayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isGroup"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ShareNotification"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"truncated"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MessageAttributes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"isEncrypted"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isSigned"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InterfaceTypeDefinition",name:{kind:"Name",value:"MailItem"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"senderDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subject"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddresses"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversationId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"share"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotification"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ClientInfoAttributes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraWebClientLoginURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraWebClientLogoutURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraWebClientSkipLogoff"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureResetPasswordStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraHelpModernURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ClientInfoType"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"attributes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ClientInfoAttributes"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MessageInfo"},interfaces:[{kind:"NamedType",name:{kind:"Name",value:"MailItem"}}],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"senderDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"origId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subject"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddresses"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversationId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"decryptionErrorCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"certificate"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCert"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mimeParts"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePart"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"to"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"from"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cc"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"bcc"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sender"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyTo"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"html"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"text"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attachments"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePart"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inlineAttachments"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePart"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"share"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotification"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attributes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"MessageAttributes"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isEncrypted"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isSigned"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"autoSendTime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"local"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"part"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"meta"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataMeta"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Conversation"},interfaces:[{kind:"NamedType",name:{kind:"Name",value:"MailItem"}}],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"senderDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subject"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddresses"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversationId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"messages"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"messagesMetaData"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"numMessages"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unread"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"share"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotification"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"meta"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataMeta"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MsgWithGroupInfo"},interfaces:[{kind:"NamedType",name:{kind:"Name",value:"MailItem"}}],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"i4uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cif"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"origid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"entityId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"forAcct"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"autoSendTime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"senderDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subject"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddresses"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversationId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"share"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotification"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"InviteType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"appt"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"task"},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"InviteInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"components"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteComponent"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replies"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplies"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AddRecurrenceInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"add"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AddRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exclude"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExcludeRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"except"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExceptionRuleInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cancel"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CancelRuleInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rule"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SimpleRepeatingRule"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ExcludeRecurrenceInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"exclude"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExcludeRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"except"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExceptionRuleInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ExceptionRuleInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"rangeType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recurId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tz"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ridZ"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"add"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AddRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exclude"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExcludeRecurrenceInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CancelRuleInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"rangeType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recurId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tz"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ridZ"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WkDay"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"day"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Weekday"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ordwk"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ByDayRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"wkday"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WkDay"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"IntervalRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"intervalCount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceEndDate"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceEndCount"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"number"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ByMonthDayRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"dayList"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ByMonthRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"monthList"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"BySetPosRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"poslist"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SimpleRepeatingRule"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"frequency"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceFrequency"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"interval"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"IntervalRule"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"byday"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ByDayRule"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"until"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceEndDate"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"count"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceEndCount"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"bymonthday"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ByMonthDayRule"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"bymonth"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ByMonthRule"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"bysetpos"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BySetPosRule"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RecurrenceInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"add"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AddRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exclude"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExcludeRecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"except"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExceptionRuleInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cancel"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CancelRuleInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rule"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SimpleRepeatingRule"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"InviteReplies"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"reply"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemReply"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"InviteComponent"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"alarms"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarm"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recurrence"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RecurrenceInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attendees"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAttendee"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"calendarItemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ciFolder"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"completedDateTime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"description"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"StringContent"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"draft"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"neverSent"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"end"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"htmlDescription"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"StringContent"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isException"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"noBlob"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"percentComplete"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"priority"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rsvp"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"x_uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"aid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"method"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exceptId"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DtTimeInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utc"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Invitation"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sequenceNumber"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tz"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalTZInfo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"components"},arguments:[],type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteComponent"}}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replies"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplies"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mimeParts"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"MimePart"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalTZInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezoneStdOffset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezoneDaylightOffset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"stdname"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dayname"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"standard"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TzOnsetInfo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"daylight"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TzOnsetInfo"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TzOnsetInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"week"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"wkday"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mon"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mday"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"hour"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"min"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sec"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AppointmentInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Invitation"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemHitInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"alarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezoneOffset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"duration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"alarmData"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Alarm"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"instances"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Instance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Invitation"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isRecurring"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherAttendees"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"percentComplete"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"priority"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"x_uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"aid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"draft"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"neverSent"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ReminderItemHitInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"alarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"timezoneOffset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"duration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"alarmData"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Alarm"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"instances"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Instance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invitations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Invitation"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isRecurring"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherAttendees"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"percentComplete"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"priority"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"x_uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"aid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"draft"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"neverSent"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccountTestResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"success"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"error"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccount"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"accountType"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"host"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"port"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"connectionType"},type:{kind:"NamedType",name:{kind:"Name",value:"ConnectionType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ImportStatus"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isRunning"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"success"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"error"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ImportStatusResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"imap"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ImportStatus"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pop3"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ImportStatus"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FreeBusyInstance"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"end"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FreeBusy"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tentative"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"busy"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unavailable"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nodata"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"free"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyInstance"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WorkingHoursInstance"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"end"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WorkingHours"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tentative"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHoursInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"busy"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHoursInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unavailable"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHoursInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nodata"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHoursInstance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"free"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHoursInstance"}}},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"Importance"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"high"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"normal"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"low"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"FilterMatchCondition"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"allof"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"anyof"},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AddressCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"header"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"part"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"stringComparison"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"caseSensitive"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"valueComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"countComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"BasicCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"BodyCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"caseSensitive"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ConversationCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"where"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DateCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"dateComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FlagCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"flagName"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"HeaderCheckCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"header"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"HeaderCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"header"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"stringComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"valueComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"countComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"caseSensitive"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ImportanceCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"importance"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Importance"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"InviteCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"methods"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MimeHeaderCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"header"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"stringComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"caseSensitive"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SizeCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"numberComparison"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FilterCondition"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"allOrAny"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterMatchCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"addressBook"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AddressCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attachment"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"body"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BodyCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"bulk"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contactRanking"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversation"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ConversationCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DateCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"facebook"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flag"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FlagCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"headerExists"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"header"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"importance"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ImportanceCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"invite"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"linkedin"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"list"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"me"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mimeHeader"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimeHeaderCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SizeCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"twitter"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"communityRequests"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"communityContent"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"communityConnections"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicCondition"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"BasicAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FileIntoAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"folderPath"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"copy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FlagAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"flagName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TagAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"tagName"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RedirectAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"copy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ReplyAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"NotifyAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subject"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"maxBodySize"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"origHeaders"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"index"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"FilterAction"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"keep"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"discard"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fileInto"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FileIntoAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flag"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FlagAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tag"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"TagAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"redirect"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RedirectAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"reply"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ReplyAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"notify"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"NotifyAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"stop"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicAction"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Filter"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"active"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"actions"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conditions"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterCondition"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Folder"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"absFolderPath"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"acl"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ACL"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"color"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uuid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"oname"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nonFolderItemCount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nonFolderItemCountTotal"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"linkedFolders"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folders"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"search"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"owner"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"view"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"parentFolderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unread"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"query"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"permissions"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ownerZimbraId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sharedItemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"url"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"local"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"droppable"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"userId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"broken"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deletable"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unreadDescendent"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"types"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"retentionPolicy"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RetentionPolicy"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RetentionPolicy"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"keep"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Policy"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"purge"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Policy"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Policy"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"policy"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"PolicyAttrs"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"PolicyAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"lifetime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DlAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"commonName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"displayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Dlm"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DlGroupMember"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attributes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"DlAttrs"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DLSAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraDistributionListSubscriptionPolicy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraDistributionListUnsubscriptionPolicy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraHideInGal"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DLS"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"d"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dynamic"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isMember"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOwner"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ref"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"DLSAttrs"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DLSDetails"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"dls"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DLS"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DLDetails"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"dlm"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Dlm"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dlGroupMember"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DlGroupMember"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"more"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"total"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"HabGroup"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"parentHabGroupId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"seniorityIndex"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attributes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"HabGroupAttrs"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"habGroups"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HabGroup"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"HabGroupAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"cn"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"displayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCreateTimestamp"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraHABSeniorityIndex"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailAlias"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailHost"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ACL"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"grant"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ACLGrant"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ACLGrant"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"permissions"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"GranteeType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"password"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"key"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"LicenseAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"habRootId"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"HabRoots"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"hab"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"habRootId"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"License"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"LicenseStatus"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attr"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"LicenseAttrs"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"PropList"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"prop"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Prop"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Prop"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimlet"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"publicURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rest"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"used"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"profileImageId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changePasswordURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"soapURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"version"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AccountInfoAttrs"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"habRoots"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"HabRoots"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"license"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"License"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"props"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PropList"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimlets"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AccountZimlet"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cos"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AccountCos"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pasteitcleanedEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"adminDelegated"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"OnlyEmailAddress"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Target"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"displayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"OnlyEmailAddress"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Targets"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"right"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"target"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Target"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DiscoverRights"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"targets"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Targets"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountZimlet"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimlet"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountZimletInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountZimletInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimletContext"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountZimletContext"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimlet"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountZimletDesc"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimletConfig"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountZimletConfigInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountZimletContext"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"baseUrl"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"priority"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"presence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ZimletPresence"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountZimletDesc"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"version"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"description"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"extension"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"label"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraXZimletCompatibleSemVer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ZimletConfigProperty"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ZimletConfigGlobal"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"property"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletConfigProperty"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ZimletConfigHost"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"property"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletConfigProperty"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountZimletConfigInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"global"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletConfigGlobal"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"host"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletConfigHost"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"property"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletConfigProperty"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"version"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountInfoAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"displayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraBrandingFolderName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraDomainTrialConvertAtExpiration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraDomainTrialExpirationDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraDumpsterEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraIsAdminAccount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraIsDelegatedAdminAccount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMailEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureCalendarEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureBriefcasesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMobileSyncEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureRelatedContactsEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMailForwardingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMailForwardingInFiltersEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureRetentionPolicyEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureAllowUsernameInPassword"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordBlockCommonEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinAlphaChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinNumericChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinUpperCaseChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinDigitsOrPuncs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinPunctuationChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMaxLength"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinLength"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinLowerCaseChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMinAge"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordMaxAge"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordEnforceHistory"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordAllowedChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPasswordAllowedPunctuationChars"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureChangePasswordEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureResetPasswordStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureWebClientOfflineAccessEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailBlacklistMaxNumEntries"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailWhitelistMaxNumEntries"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailQuota"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPublicSharingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraExternalSharingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureGalEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureGalAutoCompleteEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureOutOfOfficeReplyEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureFiltersEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureReadReceiptsEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureSharingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureManageZimlets"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureTwoFactorAuthAvailable"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureTwoFactorAuthRequired"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureViewInHtmlEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureZulipChatEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureDocumentEditingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraTwoFactorAuthEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureTrustedDevicesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureAntispamEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureAppSpecificPasswordsEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMailPriorityEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFileUploadMaxSize"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFileUploadMaxSizePerFile"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailAttachmentMaxSize"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMtaMaxMessageSize"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailAlias"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraMailSignatureMaxLength"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureTaggingEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraIdentityMaxNumEntries"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureIdentitiesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureMailSendLaterEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeaturePowerPasteEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureConversationsEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureImapDataSourceEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeaturePop3DataSourceEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraSignupAffiliate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraSignupRecoveryEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureTasksEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraTrialExpirationDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraTrialConvertAtExpiration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraHierarchicalAddressBookRoot"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraBlockEmailSendFromImapPop"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureInstantNotify"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureDiscardInFiltersEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureAdminMailEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureAdminPreferencesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureImportFolderEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureExportFolderEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureGroupCalendarEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraFeatureDistributionListExpandMembersEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountCos"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Identities"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"identity"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Identity"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Identity"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"IdentityAttrs"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"defaultSignature"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DataSource"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"connectionType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"defaultSignature"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"l"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"forwardReplySignature"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fromDisplay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"host"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"importOnly"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pollingInterval"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"leaveOnServer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"port"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyToAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"replyToDisplay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"smtpPort"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"useAddressForForwardReply"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"username"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"failingSince"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastError"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"StringContent"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Signatures"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"signature"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Signature"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Signature"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SignatureContent"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SignatureContent"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"StringContent"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DataSources"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"imap"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DataSource"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pop3"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DataSource"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cal"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DataSource"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"IdentityAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefIdentityId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDefaultSignatureId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefForwardReplySignatureId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefForwardReplyFormat"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefFromAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefFromAddressType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefFromDisplay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefIdentityName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailSignatureStyle"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReplyToAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReplyToDisplay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReplyToEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSentMailFolder"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefWhenInFolderIds"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefWhenInFoldersEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefWhenSentToAddresses"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefWhenSentToEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Preferences"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefAutoAddAppointmentsToCalendar"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarAutoAddInvites"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarFirstDayOfWeek"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarInitialView"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PrefCalendarInitialView"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarReminderEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarWorkingHours"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarApptReminderWarningTime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarShowPastDueReminders"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarToasterEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarAlwaysShowMiniCal"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefComposeDirection"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefComposeFormat"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Mode"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontColor"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontFamily"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontSize"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailToasterEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSharedAddrBookAutoCompleteEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefShowAllNewMailNotifications"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDefaultCalendarId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDeleteInviteOnReply"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDelegatedSendSaveTarget"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PrefDelegatedSendSaveTarget"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDisplayExternalImages"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefExternalSendersType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ExternalSendersType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefGroupMailBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailPollingInterval"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailRequestReadReceipts"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailSelectAfterDelete"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PrefMailSelectAfterDelete"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailSendReadReceipts"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PrefMailSendReadReceipts"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailTrustedSenderList"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMarkMsgRead"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMessageViewHtmlPreferred"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeFromDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeExternalReply"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeExternalReplyEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeReply"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeReplyEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeStatusAlertOnLogin"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeSuppressExternalReply"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeUntilDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneLocation"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ReadingPaneLocation"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefBriefcaseReadingPaneLocation"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ReadingPaneLocation"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefPasswordRecoveryAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefPasswordRecoveryAddressStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PasswordRecoveryAddressStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSaveToSent"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefShowFragments"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSlackCalendarReminderEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSortOrder"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefWebClientOfflineBrowserKey"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefTimeZoneId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefLocale"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefClientType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"PrefClientType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefAppleIcalDelegationEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCalendarShowDeclinedMeetings"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefUseTimeZoneListInCalendar"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailForwardingAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMailLocalDeliveryDisabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefTagTreeOpen"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefPowerPasteEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDisplayTimeInMailList"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"GetAppointmentResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"appointment"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AppointmentInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"NameId"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SignatureResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"signature"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"NameId"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Document"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"acl"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ACL"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"version"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contentType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"descriptionEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uuid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderUuid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"metadataVersion"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastEditedAccount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revisonCreator"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revisedCreationDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lockOwnerId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"permission"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"docs"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Document"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sfid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SearchResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"contacts"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"messages"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversations"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Conversation"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tasks"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemHitInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"appointments"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemHitInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"documents"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Document"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"more"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"offset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"paginationSupported"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"hit"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Hit"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalResourceAttributes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"description"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fullName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResLocationDisplayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResSite"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResBuilding"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResFloor"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResRoom"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResCapacity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResContactEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResContactPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResContactName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"street"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"city"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"state"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"country"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"postalCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalResource"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalResourceAttributes"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SearchCalendarResourcesResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"calresource"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalResource"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"more"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"offset"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"paginationSupported"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RemindersResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"tasks"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ReminderItemHitInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"appointments"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ReminderItemHitInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Hit"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SendMessageResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"message"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MsgWithGroupInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SaveDraftResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"message"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CustomMetadataAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"key"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CustomMetadataMeta"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"section"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataAttrs"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CustomMetadata"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"meta"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataMeta"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Contact"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sortField"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fileAsStr"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"memberOf"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagNames"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attributes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ContactAttributes"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"members"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactListMember"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"certificate"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCert"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"OtherContactAttribute"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"key"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactAttributes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"firstName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"phoneticFirstName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"phoneticCompany"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"middleName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"phoneticLastName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fullName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"maidenName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"namePrefix"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nameSuffix"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"email2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workEmail2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeEmail2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"companyPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"companyPhone2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherPhone2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mobilePhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mobilePhone2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homePhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homePhone2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workPhone2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pager"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"pager2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeFax"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeFax2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workFax"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workFax2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress1"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress2"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress3"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress4"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"imAddress5"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nickname"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeStreet"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeCity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeState"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homePostalCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeCountry"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"homeURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workStreet"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workCity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workState"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workPostalCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workCountry"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"workURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"jobTitle"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"company"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"department"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"birthday"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"anniversary"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"website"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"notes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"thumbnailPhoto"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"image"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ContactImage"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"userCertificate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraCalResType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"assistantPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"callbackPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"carPhone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherCity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherCountry"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherFax"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherPostalCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherState"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherStreet"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherURL"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fileAs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"other"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"OtherContactAttribute"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactImage"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"contentType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"filename"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"part"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactListMember"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"contacts"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactType"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Tag"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"color"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"unread"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rgb"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"OtherContactAttributeInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"key"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ContactAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"firstName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"phoneticFirstName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"phoneticCompany"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"middleName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"lastName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"phoneticLastName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fullName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"maidenName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"namePrefix"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"nameSuffix"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"email2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workEmail"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workEmail2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeEmail"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeEmail2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"companyPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"companyPhone2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherPhone2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mobilePhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mobilePhone2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homePhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homePhone2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workPhone2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"pager"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"pager2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeFax2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workFax2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress1"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress2"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress3"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress4"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"imAddress5"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"nickname"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeStreet"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeCity"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeFax"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeState"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homePostalCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeCountry"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"homeURL"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workFax"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workStreet"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workCity"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workState"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workPostalCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workCountry"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"workURL"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"jobTitle"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"company"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"department"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"birthday"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"anniversary"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"website"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"notes"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"image"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"userCertificate"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"assistantPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"callbackPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"carPhone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherCity"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherCountry"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherFax"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherPostalCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherState"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherStreet"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"otherURL"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fileAs"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"other"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"OtherContactAttributeInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CreateContactInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tagNames"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attributes"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactAttrsInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ContactListOps"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ModifyContactInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tagNames"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attributes"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactAttrsInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"memberOps"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactListOps"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RelatedContact"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"scope"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"p"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactFrequencyResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"data"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactFrequencyData"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactFrequencyData"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"by"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dataPoint"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactFrequencyDataPoints"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ContactFrequencyDataPoints"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"label"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"value"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CustomMetadataAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"key"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CustomMetadataInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"section"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataAttrsInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"EmailAddressInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"shortName"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ShareInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderPath"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderUuid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeDisplayName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ownerEmail"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ownerId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ownerName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rights"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"view"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mid"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MailboxMetadataAttrs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefCustomFolderTreeOpen"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefDateFormat"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSharedFolderTreeOpen"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefFoldersExpanded"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefFolderTreeSash"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefGenerateLinkPreviews"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefGroupByList"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMessageListDensity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefMultitasking"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneSashHorizontal"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneSashVertical"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSmartFolderTreeOpen"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefTimeFormat"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefUndoSendEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefUndoSendTimeout"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"archivedFolder"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"privacyOverlayPrefs_showOverlay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"privacyOverlayPrefs_timeOut"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSMIMEDefaultSetting"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefSMIMELastOperation"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraPrefContactSourceFolderID"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MailboxMetadataMeta"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"section"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"MailboxMetadataAttrs"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MailboxMetadata"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"meta"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailboxMetadataMeta"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"MailboxMetadataSectionAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCustomFolderTreeOpen"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDateFormat"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSharedFolderTreeOpen"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefFoldersExpanded"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefFolderTreeSash"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefGenerateLinkPreviews"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefGroupByList"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMessageListDensity"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMultitasking"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneSashHorizontal"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneSashVertical"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSmartFolderTreeOpen"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefTimeFormat"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefUndoSendEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefUndoSendTimeout"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"archivedFolder"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"privacyOverlayPrefs_showOverlay"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"privacyOverlayPrefs_timeOut"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSMIMEDefaultSetting"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSMIMELastOperation"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefContactSourceFolderID"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MimePart"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"body"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"filename"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"part"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contentId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contentLocation"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contentType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contentDisposition"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"size"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"mimeParts"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePart"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"url"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"messageId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"base64"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"truncated"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attach"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AttachDoc"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AttachDoc"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"doc"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachDocs"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AttachDocs"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"path"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"optional"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AttachDocInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"doc"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachDocsInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AttachDocsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"path"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"optional"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ActionData"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"op"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"DocumentActionData"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"action"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ActionData"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"MimePartInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"body"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"filename"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"part"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentDisposition"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"size"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeParts"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"url"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"messageId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"base64"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"truncated"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attach"},type:{kind:"NamedType",name:{kind:"Name",value:"AttachDocInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExistingAttachmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"messageId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"part"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DocumentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"path"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"optional"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"EMLInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AttachmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"attachmentId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"documents"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DocumentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"messages"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"EMLInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"existingAttachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExistingAttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ct"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"cd"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AutoCompleteResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"canBeCached"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"match"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AutoCompleteMatch"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AutoCompleteGALResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"contacts"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AutoCompleteMatch"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AutoCompleteMatchType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ranking"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isGroup"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exp"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"display"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"first"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"middle"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"last"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"full"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"nick"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"company"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"fileas"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"GetDocumentShareURLResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"modifiedSequence"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"revision"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"componentNum"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemMessageInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemMessageInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"subject"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"invitations"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInviteInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeParts"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddresses"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemEmailAddressInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyType"},type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplyType"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CounterAppointmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"modifiedSequence"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"revision"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"componentNum"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CounterAppointmentMessageInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CounterAppointmentMessageInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"origId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"subject"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"invitations"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarCounterAppointmentInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeParts"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddresses"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemEmailAddressInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyType"},type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplyType"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SendMessageInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"origId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attach"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachmentId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"inReplyTo"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flags"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"autoSendTime"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"draftId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"entityId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"subject"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeParts"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddresses"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemEmailAddressInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AttachmentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"inlineAttachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SaveSMimeCertInputUpload"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemInviteInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"components"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInviteComponentInput"}}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarCounterAppointmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"components"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInviteComponentCounterInput"}}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"MailItemEmailAddressInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AddressType"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemInviteComponentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"location"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"start"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemDateTimeInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"end"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemDateTimeInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"exceptId"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarOptionalItemDateTimeInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"freeBusy"},type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"allDay"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"organizer"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemOrganizerInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recurrence"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attendees"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAttendeesInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"alarms"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"class"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"priority"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"percentComplete"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"status"},type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"noBlob"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"description"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInviteComponentDescriptionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"draft"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemInviteComponentDescriptionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemDateTimeInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"timezone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarOptionalItemDateTimeInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"timezone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemInviteComponentCounterInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"location"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"start"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemDateTimeInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"end"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemDateTimeInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"exceptId"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarOptionalItemDateTimeInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"freeBusy"},type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"allDay"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"organizer"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemOrganizerInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recurrence"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attendees"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAttendeesInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"alarms"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"class"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"uid"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"priority"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"percentComplete"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"status"},type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"noBlob"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"description"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInviteComponentDescriptionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"draft"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAttendee"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"role"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationRole"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"rsvp"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"calendarUserType"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemReply"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attendee"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAttendeesInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"role"},type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationRole"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"participationStatus"},type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"rsvp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"calendarUserType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isGroup"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmTriggerRelative"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"weeks"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"days"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"hours"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"minutes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"seconds"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"relatedTo"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AlarmRelatedTo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"negative"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmAttendees"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmTrigger"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"relative"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmTriggerRelative"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarm"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"action"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AlarmAction"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"trigger"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmTrigger"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"attendees"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmAttendees"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RecoverAccount"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"recoveryAccount"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recoveryAttemptsLeft"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackAddress"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"op"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackListArr"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"addr"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackAddress"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackList"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"whiteList"},arguments:[],type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackListArr"}}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"blackList"},arguments:[],type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackListArr"}}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"NoOpResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"waitDisallowed"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AlarmAction"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"trigger"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmTriggerInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attendees"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmAttendeesInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmAttendeesInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmTriggerInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"relative"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmTriggerRelativeInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"absolute"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemAlarmTriggerAbsoluteInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmTriggerRelativeInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"weeks"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"days"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"hours"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"minutes"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"seconds"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"relatedTo"},type:{kind:"NamedType",name:{kind:"Name",value:"AlarmRelatedTo"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemAlarmTriggerAbsoluteInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemOrganizerInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sentBy"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"add"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceAddInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceAddInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"rule"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceRuleInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceRuleInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"interval"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceIntervalInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"frequency"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceFrequency"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"count"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceEndCountInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"until"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceEndDateInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"byday"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceByDayInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"bymonthday"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceByMonthDayInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"bymonth"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceByMonthInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"bysetpos"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemRecurrenceBySetPosInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceIntervalInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"intervalCount"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefAutoAddAppointmentsToCalendar"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceEndCountInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"number"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceEndDateInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceByDayInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"wkday"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WkDayInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"WkDayInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"day"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Weekday"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ordwk"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceByMonthDayInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"dayList"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceByMonthInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"monthList"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CalendarItemRecurrenceBySetPosInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"poslist"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"NewMountpointSpec"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"owner"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"view"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flags"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ownerZimbraId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sharedItemId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"reminder"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"parentFolderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CreateMountpointInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"link"},type:{kind:"NamedType",name:{kind:"Name",value:"NewMountpointSpec"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FolderQueryInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"uuid"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"view"},type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FolderActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"grant"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"GrantInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"retentionPolicy"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RetentionPolicyInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"RetentionPolicyInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"keep"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"PolicyInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"purge"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"PolicyInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"PolicyInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"policy"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"PolicyAttrsInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"PolicyAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"lifetime"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CreateTagInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FolderActionChangeColorInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FolderActionCheckCalendarInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ContactFrequencySpec"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"range"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"interval"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"GrantInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"granteeType"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GranteeType"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"key"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"permissions"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"Right"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"right"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"GetRightsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"access"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Right"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"GrantRightsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"access"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountACEInfoInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"RevokeRightsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"access"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountACEInfoInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AccountACEInfoInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"granteeType"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GranteeType"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"right"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"key"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"deny"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"checkGrantee"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"InviteReplyInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"componentNum"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"verb"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplyVerb"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"updateOrganizer"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemMessageInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"exceptId"},type:{kind:"NamedType",name:{kind:"Name",value:"InstanceDate"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"PurgetRevisionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ver"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"includeOlderRevisions"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"PropertiesInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimlet"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"PreferencesInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefAutoAddAppointmentsToCalendar"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarAutoAddInvites"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDefaultCalendarId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarFirstDayOfWeek"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarInitialView"},type:{kind:"NamedType",name:{kind:"Name",value:"PrefCalendarInitialView"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarReminderEmail"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarWorkingHours"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarApptReminderWarningTime"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarShowPastDueReminders"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarToasterEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarAlwaysShowMiniCal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefComposeDirection"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefComposeFormat"},type:{kind:"NamedType",name:{kind:"Name",value:"Mode"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefExternalSendersType"},type:{kind:"NamedType",name:{kind:"Name",value:"ExternalSendersType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontColor"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontFamily"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefHtmlEditorDefaultFontSize"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailToasterEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSharedAddrBookAutoCompleteEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefShowAllNewMailNotifications"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDelegatedSendSaveTarget"},type:{kind:"NamedType",name:{kind:"Name",value:"PrefDelegatedSendSaveTarget"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDisplayExternalImages"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefGroupMailBy"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailPollingInterval"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailRequestReadReceipts"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailSelectAfterDelete"},type:{kind:"NamedType",name:{kind:"Name",value:"PrefMailSelectAfterDelete"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailSendReadReceipts"},type:{kind:"NamedType",name:{kind:"Name",value:"PrefMailSendReadReceipts"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailTrustedSenderList"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMarkMsgRead"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMessageViewHtmlPreferred"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeFromDate"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeExternalReply"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeExternalReplyEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeReply"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeReplyEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeStatusAlertOnLogin"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeSuppressExternalReply"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefOutOfOfficeUntilDate"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReadingPaneLocation"},type:{kind:"NamedType",name:{kind:"Name",value:"ReadingPaneLocation"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefBriefcaseReadingPaneLocation"},type:{kind:"NamedType",name:{kind:"Name",value:"ReadingPaneLocation"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSaveToSent"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefShowFragments"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSlackCalendarReminderEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSortOrder"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefWebClientOfflineBrowserKey"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefTimeZoneId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefLocale"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefClientType"},type:{kind:"NamedType",name:{kind:"Name",value:"PrefClientType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefAppleIcalDelegationEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefCalendarShowDeclinedMeetings"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefUseTimeZoneListInCalendar"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailForwardingAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailLocalDeliveryDisabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefTagTreeOpen"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefPowerPasteEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDisplayTimeInMailList"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ModifyIdentityInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"IdentityAttrsInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DeleteIdentityInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"CreateIdentityInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"IdentityAttrsInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ZimletPreferenceInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"presence"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AddressConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"part"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"stringComparison"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"caseSensitive"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"valueComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"countComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"BasicConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"BodyConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"caseSensitive"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ConversationConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"where"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DateConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"dateComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FlagConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"flagName"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"HeaderCheckConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"HeaderConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"stringComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"valueComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"countComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"caseSensitive"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ImportanceConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"importance"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Importance"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"InviteConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"methods"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"MimeHeaderConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"stringComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"caseSensitive"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SizeConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"numberComparison"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"size"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"negative"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FilterConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"allOrAny"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterMatchCondition"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"addressBook"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AddressConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachment"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"body"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BodyConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"bulk"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contactRanking"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"conversation"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ConversationConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DateConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"facebook"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flag"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FlagConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"headerExists"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"importance"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ImportanceConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"invite"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"linkedin"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"list"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"me"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"HeaderCheckConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeHeader"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimeHeaderConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"size"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SizeConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"twitter"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"communityRequests"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"communityContent"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"communityConnections"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicConditionInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"BasicActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FileIntoActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"folderPath"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"copy"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FlagActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"flagName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"TagActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"tagName"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"RedirectActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"copy"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ReplyActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"NotifyActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"subject"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"maxBodySize"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"origHeaders"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"index"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FilterActionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"keep"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"discard"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fileInto"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FileIntoActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flag"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FlagActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tag"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"TagActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"redirect"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RedirectActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"reply"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ReplyActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"notify"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"NotifyActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"stop"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"BasicActionInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FilterInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"active"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"actions"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterActionInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"conditions"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterConditionInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"FilterRuleInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ForwardExceptIdInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"timezone"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ForwardAppointmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ForwardMessageInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"exceptId"},type:{kind:"NamedType",name:{kind:"Name",value:"ForwardExceptIdInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ForwardAppointmentInviteInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ForwardMessageInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ForwardMessageInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"subject"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"mimeParts"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MimePartInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddresses"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemEmailAddressInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ShareNotificationInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NamedType",name:{kind:"Name",value:"ShareInputAction"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"item"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotificationItemInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotificaitonEmailAddressInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"notes"},type:{kind:"NamedType",name:{kind:"Name",value:"Notes"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ShareNotificationItemInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ShareNotificaitonEmailAddressInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"address"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"AddressType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"personalName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"IdentityAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefIdentityId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefDefaultSignatureId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefForwardReplySignatureId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefForwardReplyFormat"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefFromAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefFromAddressType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefFromDisplay"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefIdentityName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefMailSignatureStyle"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReplyToAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReplyToDisplay"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefReplyToEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefSentMailFolder"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefWhenInFolderIds"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefWhenInFoldersEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefWhenSentToAddresses"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"zimbraPrefWhenSentToEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccountAddInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountType"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"connectionType"},type:{kind:"NamedType",name:{kind:"Name",value:"ConnectionType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"host"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"l"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"leaveOnServer"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"port"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"Notes"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccountTestInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountType"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"connectionType"},type:{kind:"NamedType",name:{kind:"Name",value:"ConnectionType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"emailAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"host"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"leaveOnServer"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"port"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccountModifyAttrsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"accountType"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"defaultSignature"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"description"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fromDisplay"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyToAddress"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyToDisplay"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"replyToEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"storeAndForward"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"useAddressForForwardReply"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"host"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"l"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"leaveOnServer"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"signatureValue"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"importOnly"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"forwardReplySignature"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"connectionType"},type:{kind:"NamedType",name:{kind:"Name",value:"ConnectionType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"port"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"smtpPort"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"EnableTwoFactorAuthInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"twoFactorCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"authToken"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"csrfTokenSecured"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ignoreSameSite"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ExternalAccountImportInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountType"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"GetFolderFolderInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"uuid"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"parentFolderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"path"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"GetDocumentShareURLItemInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"path"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"Cursor"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sortVal"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"endSortVal"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"includeOffset"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"MailItemHeaderInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"n"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"NameIdInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"InstanceDate"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"date"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DeleteAppointmentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"instanceDate"},type:{kind:"NamedType",name:{kind:"Name",value:"InstanceDate"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"inviteId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"componentNum"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"start"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemMessageInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SignatureInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SignatureContentInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SearchFolderInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SignatureContentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackAddressOpts"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackListArrInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"addr"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackAddressOpts"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"WhiteBlackListInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"whiteList"},type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackListArrInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"blackList"},type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackListArrInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SnoozeInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"until"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DismissInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"dismissedAt"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"AddMsgInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"absFolderPath"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"meta"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SaveMessageDataInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"meta"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"Grantee"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"Owner"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"by"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"uploadDocument"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"messagePartForDocument"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"messageId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attachmentPart"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SaveDocumentInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"version"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"upload"},type:{kind:"NamedType",name:{kind:"Name",value:"uploadDocument"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"messageData"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"messagePartForDocument"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"descriptionEnabled"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocumentAction"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocumentType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"document"},type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocumentInput"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SaveDocument"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"version"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SaveDocumentResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"document"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocument"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SMimePublicCert"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"store"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"field"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SMimePublicCerts"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"email"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cert"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SMimePublicCert"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SMimePublicCertsResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"certs"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SMimePublicCerts"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertIssuedBy"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"country"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"commonName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"locality"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizationName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"state"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertIssuedTo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"country"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"commonName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizationName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizationUnit"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"state"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertSignature"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"algorithm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"serialNo"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertSubjectRfc822Name"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertSubjectAltName"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"rfc822Name"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertSubjectRfc822Name"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertValidity"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"endDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"startDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCert"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"default"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"emailAddress"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"issuedBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertIssuedBy"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"issuedTo"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertIssuedTo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"publicCertificateId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"privateKeyId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"signature"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertSignature"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"subjectAltName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertSubjectAltName"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"validity"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertValidity"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"errorCode"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SmimeCertInfoResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"certificates"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCert"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"SMimeMessage"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isSecure"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Attachment"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ActionOpResponseData"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"op"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ActionOpResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"action"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ActionOpResponseData"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"RightsResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"access"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AccountACEInfo"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AccountACEInfo"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"zimbraId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"granteeType"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GranteeType"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"right"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"key"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"password"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deny"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"checkGrantee"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Locale"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"localName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"GetTrustedDevicesResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"nOtherDevices"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"thisDeviceTrusted"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Device"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"firstReqReceived"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastPolicyUpdate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastUsedDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastUpdatedBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"protocol"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"provisionable"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"type"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"ua"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AppSpecificPassword"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"appName"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"created"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lastUsed"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AppSpecificPasswords"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"passwordData"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AppSpecificPassword"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"MaxAppPasswords"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AppSpecificPasswordsResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"appSpecificPasswords"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AppSpecificPasswords"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"maxAppPasswords"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MaxAppPasswords"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CreateAppSpecificPasswordResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"password"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ResetPasswordResponseAttributes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AccountInfoAttrs"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ResetPasswordResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"attrs"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordResponseAttributes"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ConditionInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"attr"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"ConditionsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"cond"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ConditionInput"}}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"SearchConditionsInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"conds"},type:{kind:"NamedType",name:{kind:"Name",value:"ConditionsInput"}},directives:[]}]},{kind:"InputObjectTypeDefinition",name:{kind:"Name",value:"DiscoverRightInput"},directives:[],fields:[{kind:"InputValueDefinition",name:{kind:"Name",value:"_content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Query"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"accountInfo"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AccountInfo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"autoComplete"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"GalSearchType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folders"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"includeGal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"AutoCompleteResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"autoCompleteGAL"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"GalSearchType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"AutoCompleteGALResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"clientInfo"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"by"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"domain"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ClientInfoType"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"downloadMessage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isSecure"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isLocal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SMimeMessage"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"downloadAttachment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"part"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Attachment"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"downloadDocument"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"url"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Attachment"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"listDocumentRevisions"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"version"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"count"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Document"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"discoverRights"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"right"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"DiscoverRightInput"}}}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"DiscoverRights"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"names"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"start"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"end"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusy"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getContact"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"derefGroupMember"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"memberOf"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getAppointments"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"calExpandInstStart"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"calExpandInstEnd"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchType"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SearchResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"GetAppointmentResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getReminders"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"calExpandInstStart"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"calExpandInstEnd"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Float"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchType"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RemindersResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getTasks"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchType"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SearchResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getAppSpecificPasswords"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"AppSpecificPasswordsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getAvailableLocales"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Locale"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getContactFrequency"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"by"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offsetInMinutes"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"spec"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ContactFrequencySpec"}}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ContactFrequencyResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getConversation"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemHeaderInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"html"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"max"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fetch"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Conversation"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getDocumentShareURL"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"item"},type:{kind:"NamedType",name:{kind:"Name",value:"GetDocumentShareURLItemInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"GetDocumentShareURLResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getFilterRules"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Filter"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getFolder"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"visible"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needGranteeName"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"view"},type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"depth"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"traverseMountpoints"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folder"},type:{kind:"NamedType",name:{kind:"Name",value:"GetFolderFolderInput"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"local"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getHAB"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"habRootGroupId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"HabGroup"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getAccountDistributionLists"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ownerOf"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"DLSDetails"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getDistributionListMembers"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"dl"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"DLDetails"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getCustomMetadata"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"section"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadata"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getMailboxMetadata"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"section"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"MailboxMetadata"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getMessage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"header"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MailItemHeaderInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"html"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isLocal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"max"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"neuter"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"part"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"raw"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"read"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ridZ"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getMessagesMetadata"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isLocal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getRights"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"input"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GetRightsInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RightsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getSMimePublicCerts"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contactAddr"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"store"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SMimePublicCertsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getSMimeCertInfo"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"certId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertInfoResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getScratchCodes"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCodes"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getSearchFolder"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getTrustedDevices"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"GetTrustedDevicesResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getDeviceStatus"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Device"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getWhiteBlackList"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackList"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getWorkingHours"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"names"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"start"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"end"},type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"WorkingHours"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"noop"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"wait"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limitToOneBlocked"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"NoOpResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getPreferences"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Preferences"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getDataSources"},arguments:[],type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"DataSources"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getIdentities"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Identities"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getImportStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ImportStatusResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getSignatures"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Signatures"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recoverAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"RecoverAccountOp"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"channel"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SetRecoveryAccountChannel"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RecoverAccount"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"relatedContacts"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"RelatedContact"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"shareInfo"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"internal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"includeSelf"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"grantee"},type:{kind:"NamedType",name:{kind:"Name",value:"Grantee"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"owner"},type:{kind:"NamedType",name:{kind:"Name",value:"Owner"}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareInfo"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"search"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contact"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"cursor"},type:{kind:"NamedType",name:{kind:"Name",value:"Cursor"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fetch"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fullConversation"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"memberOf"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recip"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sortBy"},type:{kind:"NamedType",name:{kind:"Name",value:"SortBy"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"resultMode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"inDumpster"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SearchResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"searchCalendarResources"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"searchFilter"},type:{kind:"NamedType",name:{kind:"Name",value:"SearchConditionsInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SearchCalendarResourcesResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"searchGal"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"needIsOwner"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needIsMember"},type:{kind:"NamedType",name:{kind:"Name",value:"NeedIsMemberType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"GalSearchType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"offset"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"limit"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"locale"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sortBy"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"needExp"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SearchResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"taskFolders"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"getTag"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Tag"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Mutation"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"action"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ActionTypeName"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"constraints"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flags"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"rgb"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tagNames"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isLocal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recursive"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"destFolderLocal"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"applyFilterRules"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"filterRules"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterRuleInput"}}},directives:[]}],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"testExternalAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"externalAccount"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ExternalAccountTestInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ExternalAccountTestResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"addExternalAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"externalAccount"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ExternalAccountAddInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"addMessage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"AddMsgInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"MessageInfo"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cancelTask"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"inviteId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"saveDocument"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"document"},type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocumentInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SaveDocumentResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeFolderColor"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changePassword"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"dryRun"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"loginNewPassword"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"AuthResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyProfileImage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"content"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"contentType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ProfileImageChangeResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"checkCalendar"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"contactAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tagNames"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ActionOpResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"conversationAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"counterAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"counterAppointmentInvite"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CounterAppointmentInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createAppointmentException"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createAppSpecificPassword"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appName"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"CreateAppSpecificPasswordResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createCalendar"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"url"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"parentFolderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createContact"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contact"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CreateContactInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createContactList"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contact"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CreateContactInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyContact"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contact"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ModifyContactInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyContactList"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"contact"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ModifyContactInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Contact"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createFolder"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"color"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"fetchIfExists"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"flags"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"parentFolderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"url"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"isLocalFolder"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"view"},type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createIdentity"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"IdentityAttrsInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Identities"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createMountpoint"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"link"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"NewMountpointSpec"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createSharedCalendar"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"link"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"NewMountpointSpec"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createSearchFolder"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"parentFolderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"query"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"types"},type:{kind:"NamedType",name:{kind:"Name",value:"FolderView"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Folder"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createSignature"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"signature"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SignatureInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SignatureResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createTask"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"task"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"declineCounterAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"counterAppointmentInvite"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CounterAppointmentInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deleteAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"DeleteAppointmentInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deleteIdentity"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deleteExternalAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"deleteSignature"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"signature"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"NameIdInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"generateScratchCodes"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCodes"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"grantRights"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"input"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"GrantRightsInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RightsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"folderAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FolderActionInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"documentAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FolderActionInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"DocumentActionData"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"forwardAppointmentInvite"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appointmentInvite"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ForwardAppointmentInviteInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"forwardAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appointmentInvite"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ForwardAppointmentInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"itemAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"folderId"},type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tagNames"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"name"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"importExternalAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"externalAccount"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ExternalAccountImportInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"logout"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"login"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"username"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recoveryCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"tokenType"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"persistAuthTokenCookie"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"twoFactorCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceTrusted"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"csrfTokenSecured"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ignoreSameSite"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"AuthResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"enableTwoFactorAuth"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"options"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"EnableTwoFactorAuthInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"EnableTwoFactorAuthResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"disableTwoFactorAuth"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"messageAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"ids"},type:{kind:"NonNullType",type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyExternalAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"type"},type:{kind:"NamedType",name:{kind:"Name",value:"AccountType"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ExternalAccountModifyAttrsInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyAppointment"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"accountName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ModifyAppointmentResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyIdentity"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NamedType",name:{kind:"Name",value:"IdentityAttrsInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyPrefs"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"prefs"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"PreferencesInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyProps"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"props"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"PropertiesInput"}}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyZimletPrefs"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"zimlets"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ZimletPreferenceInput"}}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ModifyZimletPrefsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyFilterRules"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"filters"},type:{kind:"ListType",type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"FilterInput"}}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifySignature"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"signature"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SignatureInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifySearchFolder"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"search"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SearchFolderInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyTask"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"task"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifyWhiteBlackList"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"whiteBlackList"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"WhiteBlackListInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"moveTask"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"inviteId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"destFolderId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"purgeRevision"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"id"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"ver"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Int"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"includeOlderRevisions"},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"prefEnableOutOfOfficeAlertOnLogin"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"prefEnableOutOfOfficeReply"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"prefOutOfOfficeFromDate"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"prefOutOfOfficeReply"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"prefOutOfOfficeUntilDate"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"recoverAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"RecoverAccountOp"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"email"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"channel"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SetRecoveryAccountChannel"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RecoverAccount"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"resetPassword"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"dryRun"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"getPasswordRules"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"cancelResetPassword"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revokeAppSpecificPassword"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appName"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revokeOtherTrustedDevices"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revokeRights"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"input"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"RevokeRightsInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"RightsResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revokeTrustedDevice"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"saveDraft"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SendMessageInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"accountName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SaveDraftResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sendMessage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"message"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SendMessageInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"accountName"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"sign"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"encrypt"},type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SendMessageResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"saveSMimeCert"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"upload"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SaveSMimeCertInputUpload"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"password"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SmimeCertInfoResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sendDeliveryReport"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"messageId"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ID"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sendInviteReply"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"inviteReply"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplyInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"InviteReplyResponse"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sendShareNotification"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"shareNotification"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"ShareNotificationInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"setCustomMetadata"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"customMetaData"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"CustomMetadataInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"setMailboxMetadata"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"section"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"attrs"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"MailboxMetadataSectionAttrsInput"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"snoozeCalendarItem"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"SnoozeInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"task"},type:{kind:"NamedType",name:{kind:"Name",value:"SnoozeInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dismissCalendarItem"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"appointment"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DismissInput"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"task"},type:{kind:"NamedType",name:{kind:"Name",value:"DismissInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"uploadMessage"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"value"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"String"}}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"setRecoveryAccount"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"channel"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SetRecoveryAccountChannel"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"op"},type:{kind:"NonNullType",type:{kind:"NamedType",name:{kind:"Name",value:"SetRecoveryAccountOp"}}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recoveryAccount"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"recoveryAccountVerificationCode"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"createTag"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"tag"},type:{kind:"NamedType",name:{kind:"Name",value:"CreateTagInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Tag"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tagAction"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"action"},type:{kind:"NamedType",name:{kind:"Name",value:"FolderActionInput"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"quarantineDeviceSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allowDeviceSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"removeDeviceSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"blockDeviceSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"accountOnlyRemoteWipeSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cancelPendingAccountOnlyRemoteWipeSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"remoteWipeSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"cancelPendingRemoteWipeSync"},arguments:[{kind:"InputValueDefinition",name:{kind:"Name",value:"deviceId"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"Device"}},directives:[]}]},{kind:"SchemaDefinition",directives:[],operationTypes:[{kind:"OperationTypeDefinition",operation:"query",type:{kind:"NamedType",name:{kind:"Name",value:"Query"}}},{kind:"OperationTypeDefinition",operation:"mutation",type:{kind:"NamedType",name:{kind:"Name",value:"Mutation"}}}]}],loc:{start:0,end:74733}},rk=(ak.loc.source={body:"enum SortBy {\n\tnone\n\tdateAsc\n\tdateDesc\n\tsubjAsc\n\tsubjDesc\n\tnameAsc\n\tnameDesc\n\trcptAsc\n\trcptDesc\n\tattachAsc\n\tattachDesc\n\tflagAsc\n\tflagDesc\n\tpriorityAsc\n\tpriorityDesc\n\treadAsc\n\treadDesc\n\tsizeAsc\n\tsizeDesc\n}\n\nenum ExternalSendersType {\n\tALL\n\tALLNOTINAB\n\tINAB\n\tINSD\n}\n\nenum ShareInputAction {\n\tedit\n\trevoke\n\texpire\n}\n\nenum SaveDocumentAction {\n\tcreate\n}\n\nenum SaveDocumentType {\n\tdocument\n\tpresentation\n\tspreadsheet\n}\n\nenum FreeBusyStatus {\n\tF # Free\n\tB # Busy\n\tT # Tentative\n\tO # Out of Office\n}\n\nenum AccountType {\n\timap\n\tpop3\n}\n\nenum ConnectionType {\n\tcleartext\n\tssl\n\ttls\n\ttls_is_available\n}\n\nenum PrefCalendarInitialView {\n\tday\n\tlist\n\tmonth\n\tweek\n\tworkWeek\n\tyear\n}\nenum PrefMailSendReadReceipts {\n\tprompt\n\talways\n\tnever\n}\nenum PrefDelegatedSendSaveTarget {\n\towner\n\tsender\n\tboth\n\tnone\n}\n\nenum AlarmAction {\n\tDISPLAY\n\tAUDIO\n\tEMAIL\n\tPROCEDURE\n\tX_YAHOO_CALENDAR_ACTION_IM\n\tX_YAHOO_CALENDAR_ACTION_MOBILE\n\tNONE\n}\n\nenum AlarmRelatedTo {\n\tSTART\n\tEND\n}\n\nenum Weekday {\n\tSU\n\tMO\n\tTU\n\tWE\n\tTH\n\tFR\n\tSA\n}\n\nenum CalendarItemRecurrenceFrequency {\n\tSEC\n\tMIN\n\tHOU\n\tDAI\n\tWEE\n\tMON\n\tYEA\n}\n\nenum InviteReplyVerb {\n\tACCEPT\n\tDECLINE\n\tTENTATIVE\n}\n\nenum InviteReplyType {\n\tr #reply\n\tw #forward\n}\n\nenum AutoCompleteMatchType {\n\tgal\n\tcontact\n\trankingTable\n}\n\nenum ParticipationStatus {\n\tNE # needs-action\n\tAC # accept\n\tTE # tentative\n\tDE # declined\n\tDG # delegated\n\tCO # completed\n\tIN # in-process\n\tWA # waiting (only tasks)\n\tDF # deferred (only tasks)\n}\n\nenum InviteCompletionStatus {\n\tNEED # Not Started / Need Response\n\tTENT # Tentative\n\tCONF # Confirmed\n\tCANC # Cancelled\n\tCOMP # Completed\n\tINPR # In Progress\n\tWAITING # Waiting on someone else\n\tDEFERRED # Deferred\n}\n\nenum ParticipationRole {\n\tREQ # required\n\tOPT # optional\n\tCHA # chair\n\tNON # informational purposes only\n}\n\nenum CalendarItemClass {\n\tPRI # Private\n\tPUB # Public\n\tCON # Confidential\n}\n\nenum AddressType {\n\tf # from\n\tt # to\n\tc # cc\n\tb # bcc\n\tr # reply-to\n\ts # sender\n\tn # read-receipt notification\n\trf # resent-from\n}\n\n# https://github.com/Zimbra/zm-mailbox/blob/develop/store/docs/acl.md\nenum GranteeType {\n\tusr # Zimbra User\n\tgrp # Zimbra Group (distribution list)\n\tegp # an external AD group\n\tdom # Zimbra Domain\n\tall # All authenticated users\n\tpub # public access\n\tguest # Non-zimbra email address and password\n\tkey # Non-Zimbra email address and access key\n\tcos # Grantee ID must match zimbraCOSId (Class of Service)\n}\n\nenum SearchType {\n\tconversation\n\tmessage\n\tcontact\n\tappointment\n\ttask\n\twiki\n\tdocument\n}\n\nenum ContactType {\n\tC # Reference to another contact\n\tG # Reference to a GAL entry\n\tI # Inlined member (member name and email address is embeded in the contact group)\n}\n\nenum FolderView {\n\tsearch\n\tfolder\n\ttag\n\tconversation\n\tmessage\n\tcontact\n\tdocument\n\tappointment\n\tvirtual\n\tremote\n\twiki\n\ttask\n\tchat\n\tnote\n\tcomment\n\tunknown\n}\n\nenum GalSearchType {\n\tall\n\taccount\n\tresource\n\tgroup\n}\n\nenum NeedIsMemberType {\n\tall\n\tdirectOnly\n\tnone\n}\n\nenum ReadingPaneLocation {\n\toff\n\tright\n\tbottom\n}\n\nenum PrefMailSelectAfterDelete {\n\tnext\n\tprevious\n\tadaptive\n}\n\nenum ActionTypeName {\n\tContactAction\n\tConvAction\n\tDistributionList\n\tFolderAction\n\tItemAction\n\tMsgAction\n\tTagAction\n}\n\nenum LicenseStatus {\n\tOK\n\tNOT_INSTALLED\n\tNOT_ACTIVATED\n\tIN_FUTURE\n\tEXPIRED\n\tINVALID\n\tLICENSE_GRACE_PERIOD\n\tACTIVATION_GRACE_PERIOD\n}\n\nenum SetRecoveryAccountOp {\n\tsendCode\n\tvalidateCode\n\tresendCode\n\treset\n}\n\nenum SetRecoveryAccountChannel {\n\temail\n}\n\nenum RecoverAccountOp {\n\tgetRecoveryAccount\n\tsendRecoveryCode\n}\n\nenum PasswordRecoveryAddressStatus {\n\tverified\n\tpending\n}\n\nenum ZimletPresence {\n\tmandatory\n\tenabled\n\tdisabled\n}\n\nenum ResetPasswordStatus {\n\tenabled\n\tdisabled\n\tsuspended\n}\n\nenum PrefClientType {\n\tadvanced\n\tmodern\n\tzimbrax\n\tstandard\n}\n\nenum Mode {\n\ttext\n\thtml\n}\n\ntype CsrfToken {\n\t_content: String\n}\n\ntype AuthResponse {\n\tauthToken: [AuthToken]\n\ttwoFactorAuthRequired: TwoFactorAuthRequired\n\ttrustedDevicesEnabled: TrustedDevicesEnabled\n\tlifetime: Float\n\tsession: Session\n\tskin: [Skin]\n\tcsrfToken: CsrfToken\n}\n\ntype ScratchCodeType {\n\t_content: String\n}\n\ntype ScratchCodes {\n\tscratchCodes: ScratchCode\n}\n\ntype ScratchCode {\n\tscratchCode: [ScratchCodeType]\n}\n\ntype EnableTwoFactorAuthResponse {\n\tsecret: [Secret]\n\tscratchCodes: [ScratchCode]\n\tauthToken: [AuthToken]\n\tcsrfToken: [CsrfToken]\n}\n\ntype ProfileImageChangeResponse {\n\titemId: ID\n}\n\ntype Secret {\n\t_content: String\n}\n\ntype AuthToken {\n\t_content: String\n}\n\ntype TwoFactorAuthRequired {\n\t_content: Boolean\n}\n\ntype TrustedDevicesEnabled {\n\t_content: Boolean\n}\n\ntype Session {\n\tid: ID\n\t_content: String\n}\n\ntype Skin {\n\t_content: String\n}\n\ntype CalOrganizer {\n\taddress: String\n\tname: String\n\turl: String\n\tsentBy: String\n}\n\ntype Instance {\n\tstart: Float\n\tdueDate: Float\n\ttzoDue: Int\n\tutcRecurrenceId: String\n\tisException: Boolean # ex\n\talarm: Boolean\n\tallDay: Boolean\n\tchangeDate: Float # md\n\tclass: CalendarItemClass\n\tcomponentNum: Int # compNum\n\tdate: Float # d\n\tduration: Float # dur\n\texcerpt: String # fr\n\tflags: String # f\n\tfreeBusy: FreeBusyStatus # fb\n\tfreeBusyActual: FreeBusyStatus # fba\n\tinviteId: ID #invId\n\tlocation: String # loc\n\tmodifiedSequence: Float # ms\n\tname: String\n\torganizer: CalOrganizer # or\n\totherAttendees: Boolean\n\tparticipationStatus: ParticipationStatus\n\trevision: Float # rev\n\tstatus: InviteCompletionStatus\n\tisOrganizer: Boolean # isOrg\n\texceptId: [DtTimeInfo]\n\ttimezoneOffset: Int\n}\n\ntype Alarm {\n\talarmInstStart: Float\n\tcomponentNum: Int # compNum\n\tinviteId: ID #invId\n\tlocation: String # loc\n\tname: String\n\tnextAlarm: Float\n}\n\ntype InviteReplyResponse {\n\tinviteId: ID #invId\n\tcalendarItemId: ID #calItemId\n}\n\ntype ModifyAppointmentResponse {\n\tappointmentId: ID #appointmentId\n\tcalendarItemId: ID #calItemId\n\tinviteId: ID #invId\n\tmodifiedSequence: Float # ms\n\trevision: Float # rev\n}\n\ntype ZimletPref {\n\tname: String\n\tpresence: String\n}\n\ntype ModifyZimletPrefsResponse {\n\tzimlet: [ZimletPref]\n}\n\ntype EmailAddress {\n\taddress: String\n\tname: String\n\ttype: String\n\tdisplayName: String,\n\tisGroup: Boolean\n}\n\ntype ShareNotification {\n\ttruncated: Boolean\n\tcontent: String\n}\n\ntype MessageAttributes {\n\tisEncrypted: Boolean\n\tisSigned: Boolean\n}\n\ninterface MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\n\tsenderDate: Float #sd\n\tfolderId: ID # l\n\tsubject: String # su\n\temailAddresses: [EmailAddress]\n\texcerpt: String # fr\n\tconversationId: ID # cid\n\tflags: String # f\n\ttags: String # t\n\ttagNames: String # tn\n\trevision: Float # rev\n\tchangeDate: Float # md\n\tmodifiedSequence: Float # ms\n\tinvitations: [InviteInfo] # inv\n\tsortField: String # sf, Sort field used for cursor-based pagination\n\tshare: [ShareNotification] # shr\n\treplyType: String #rt\n}\n\ntype ClientInfoAttributes {\n\tzimbraWebClientLoginURL: String\n\tzimbraWebClientLogoutURL: String\n\tzimbraWebClientSkipLogoff: Boolean\n\tzimbraFeatureResetPasswordStatus: ResetPasswordStatus\n\tzimbraHelpModernURL: String\n}\n\ntype ClientInfoType {\n\tattributes: ClientInfoAttributes\n}\n\n# whenever change/remove key then update the object accordingly in zm-x-web/src/notifications/messages.js on emptyMessage object.\n# otherwise notification will be failed.\ntype MessageInfo implements MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\n\tsenderDate: Float # sd\n\tfolderId: ID # l\n\torigId: ID #origid\n\tsubject: String # su\n\temailAddresses: [EmailAddress]\n\texcerpt: String # fr\n\tconversationId: ID # cid\n\tflags: String # f\n\ttags: String # t\n\ttagNames: String # tn\n\trevision: Float # rev\n\tchangeDate: Float # md\n\tmodifiedSequence: Float # ms\n\tinvitations: [InviteInfo] # inv\n\tsortField: String # sf, Sort field used for cursor-based pagination\n\tdecryptionErrorCode: String\n\tcertificate: [SmimeCert]\n\tmimeParts: [MimePart]\n\tto: [EmailAddress]\n\tfrom: [EmailAddress]\n\tcc: [EmailAddress]\n\tbcc: [EmailAddress]\n\tsender: [EmailAddress]\n\treplyTo: [EmailAddress]\n\thtml: String\n\ttext: String\n\tattachments: [MimePart]\n\tinlineAttachments: [MimePart]\n\tshare: [ShareNotification] # shr\n\treplyType: String #rt\n\tattributes: MessageAttributes\n\tisEncrypted: Boolean\n\tisSigned: Boolean\n\tautoSendTime: Float\n\tlocal: Boolean\n\tpart: String\n\tmeta: [CustomMetadataMeta]\n}\n\ntype Conversation implements MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\n\tsenderDate: Float # sd\n\tfolderId: ID # l\n\tsubject: String # su\n\texcerpt: String # fr\n\temailAddresses: [EmailAddress]\n\tconversationId: ID # cid\n\tflags: String # f\n\ttags: String # t\n\ttagNames: String # tn\n\trevision: Float # rev\n\tchangeDate: Float # md\n\tmodifiedSequence: Float # ms\n\tinvitations: [InviteInfo] # inv\n\tsortField: String # sf, Sort field used for cursor-based pagination\n\tmessages: [MessageInfo]\n\tmessagesMetaData: [MessageInfo]\n\tnumMessages: Float # n, Number of messages in this conversation\n\tunread: Float # u\n\tshare: [ShareNotification] # shr\n\treplyType: String #rt\n\tmeta: [CustomMetadataMeta]\n}\n\ntype MsgWithGroupInfo implements MailItem {\n\tid: ID\n\ti4uid: Int\n\tcif: String\n\torigid: String\n\tentityId: ID # idnt\n\tforAcct: String\n\tautoSendTime: Float\n\tsize: Float # s\n\tdate: Float # d\n\tsenderDate: Float # sd\n\tfolderId: ID # l\n\tsubject: String # su\n\temailAddresses: [EmailAddress]\n\texcerpt: String # fr\n\tconversationId: ID # cid\n\tflags: String # f\n\ttags: String # t\n\ttagNames: String # tn\n\trevision: Float # rev\n\tchangeDate: Float # md\n\tmodifiedSequence: Float # ms\n\tinvitations: [InviteInfo] # inv\n\tsortField: String # sf, Sort field used for cursor-based pagination\n\tshare: [ShareNotification] # shr\n\treplyType: String #rt\n}\n\nenum InviteType {\n\tappt # Appointment\n\ttask\n}\n\ntype InviteInfo {\n\ttype: InviteType #though type is a required value on the response, outdated invites come back as empty InviteInfo objects\n\tcomponents: [InviteComponent] #comp\n\treplies: [InviteReplies] #replies\n}\n\ntype AddRecurrenceInfo { # <add>\n\tadd: [AddRecurrenceInfo]\n\texclude: [ExcludeRecurrenceInfo]\n\texcept: [ExceptionRuleInfo]\n\tcancel: [CancelRuleInfo]\n\t# dates: SingleDates # TODO\n\trule: [SimpleRepeatingRule]\n}\n\ntype ExcludeRecurrenceInfo { # <exclude>\n\texclude: [ExcludeRecurrenceInfo]\n\texcept: [ExceptionRuleInfo]\n}\n\ntype ExceptionRuleInfo { # <except>\n\trangeType: Int\n\trecurId: String\n\ttz: String\n\tridZ: String\n\tadd: [AddRecurrenceInfo]\n\texclude: [ExcludeRecurrenceInfo]\n}\n\ntype CancelRuleInfo { # <cancel>\n\trangeType: Int\n\trecurId: String\n\ttz: String\n\tridZ: String\n}\n\n# type SingleDates { # <dates>\n# }\n\ntype WkDay { # <wkday>\n\tday: Weekday\n\tordwk: Int\n}\n\ntype ByDayRule { # <byday>\n\twkday: [WkDay]\n}\n\ntype IntervalRule { # <interval>\n\tintervalCount: Int # ival\n}\n\ntype CalendarItemRecurrenceEndDate {\n\tdate: String\n}\n\ntype CalendarItemRecurrenceEndCount {\n\tnumber: Int\n}\n\ntype ByMonthDayRule {\n\tdayList: String\n}\n\ntype ByMonthRule {\n\tmonthList: Int\n}\n\ntype BySetPosRule {\n\tposlist: Int\n}\n\ntype SimpleRepeatingRule { # <rule>\n\tfrequency: CalendarItemRecurrenceFrequency # freq\n\tinterval: [IntervalRule]\n\tbyday: [ByDayRule]\n\tuntil: [CalendarItemRecurrenceEndDate]\n\tcount: [CalendarItemRecurrenceEndCount]\n\tbymonthday: [ByMonthDayRule]\n\tbymonth: [ByMonthRule]\n\tbysetpos: [BySetPosRule]\n}\n\ntype RecurrenceInfo { # <recur>\n\tadd: [AddRecurrenceInfo]\n\texclude: [ExcludeRecurrenceInfo]\n\texcept: [ExceptionRuleInfo]\n\tcancel: [CancelRuleInfo]\n\t# dates: [SingleDates] # TODO\n\trule: [SimpleRepeatingRule]\n}\n\ntype InviteReplies {\n\treply: [CalendarItemReply]\n}\n\ntype InviteComponent {\n\t# duration: DurationInfo # dur - TODO\n\talarms: [CalendarItemAlarm]\n\trecurrence: [RecurrenceInfo] # recur\n\tallDay: Boolean\n\tattendees: [CalendarItemAttendee]\n\tcalendarItemId: ID\n\tciFolder: ID\n\tclass: CalendarItemClass\n\tcompletedDateTime: String # completed , yyyyMMddThhmmssZ\n\tcomponentNum: Int # compNum\n\tdate: Float # d\n\tdescription: [StringContent] # desc\n\tdraft: Boolean\n\tneverSent: Boolean\n\tend: [DtTimeInfo] # e\n\texcerpt: String # fr\n\tfreeBusy: FreeBusyStatus # fb\n\tfreeBusyActual: FreeBusyStatus # fba\n\thtmlDescription: [StringContent] # descHtml\n\tisException: Boolean # ex\n\tisOrganizer: Boolean # isOrg\n\tlocation: String # loc\n\tname: String\n\tnoBlob: Boolean\n\torganizer: CalOrganizer # or\n\tpercentComplete: String\n\tpriority: String\n\tutcRecurrenceId: String #ridZ\n\trsvp: Boolean\n\tsequence: Float # seq\n\tstart: [DtTimeInfo] # s\n\tstatus: InviteCompletionStatus\n\tuid: String\n\tx_uid: String\n\taid: String\n\tmethod: String\n\texceptId: [DtTimeInfo]\n}\n\ntype DtTimeInfo {\n\tdate: String # d , of format YYYYMMDD['T'HHMMSS[Z]]\n\ttimezone: String # tz\n\tutc: Float # u\n}\n\ntype Invitation { # <inv>\n\ttype: String!\n\tsequenceNumber: Float! # seq\n\tid: Int!\n\tcomponentNum: Int! # compNum\n\trecurrenceId: String # recurId\n\ttz: CalTZInfo\n\tcomponents: [InviteComponent]! # comp\n\treplies: [InviteReplies] # replies\n\tmimeParts: MimePart\n}\n\ntype CalTZInfo { # <tz>\n\tid: String\n\ttimezoneStdOffset: Int # stdoff\n\ttimezoneDaylightOffset: Int # dayoff\n\tstdname: String\n\tdayname: String\n\tstandard: TzOnsetInfo\n\tdaylight: TzOnsetInfo\n}\n\ntype TzOnsetInfo { # <standard>, <daylight>\n\tweek: Int\n\twkday: Int\n\tmon: Int\n\tmday: Int\n\thour: Int\n\tmin: Int\n\tsec: Int\n}\n\ntype AppointmentInfo { # <appt>; aka AppointmentHitInfo\n\tid: ID!\n\tinvitations: [Invitation] # inv\n}\n\ntype CalendarItemHitInfo { # <appt>; aka AppointmentHitInfo\n\talarm: Boolean\n\tallDay: Boolean\n\tchangeDate: Float # md\n\tclass: CalendarItemClass!\n\tcomponentNum: Int # compNum\n\tdate: Float # d\n\ttimezoneOffset: Int\n\tduration: Float # dur\n\texcerpt: String # fr\n\tflags: String # f\n\tfolderId: ID! # l\n\tfreeBusy: FreeBusyStatus # fb\n\tfreeBusyActual: FreeBusyStatus # fba\n\tid: ID!\n\talarmData: [Alarm]\n\tinstances: [Instance] # inst\n\tinvitations: [Invitation] # inv\n\tinviteId: ID! #invId\n\tisOrganizer: Boolean # isOrg\n\tisRecurring: Boolean # recur\n\tlocation: String # loc\n\tmodifiedSequence: Float # ms\n\tname: String\n\torganizer: CalOrganizer # or\n\totherAttendees: Boolean\n\tparticipationStatus: ParticipationStatus\n\tpercentComplete: String\n\tpriority: String\n\trevision: Float # rev\n\tutcRecurrenceId: String # ridZ\n\tsize: Float # s\n\tsortField: String # sf\n\tstatus: InviteCompletionStatus\n\ttagNames: String # tn\n\ttags: String # t\n\tuid: String\n\tx_uid: String\n\taid: String\n\tdraft: Boolean\n\tneverSent: Boolean\n}\n\ntype ReminderItemHitInfo { # <appt>; aka AppointmentHitInfo\n\talarm: Boolean\n\tallDay: Boolean\n\tchangeDate: Float # md\n\tclass: CalendarItemClass!\n\tcomponentNum: Int # compNum\n\tdate: Float # d\n\ttimezoneOffset: Int\n\tduration: Float # dur\n\texcerpt: String # fr\n\tflags: String # f\n\tfolderId: ID! # l\n\tfreeBusy: FreeBusyStatus # fb\n\tfreeBusyActual: FreeBusyStatus # fba\n\tid: ID!\n\talarmData: [Alarm]\n\tinstances: [Instance] # inst\n\tinvitations: [Invitation] # inv\n\tinviteId: ID! #invId\n\tisOrganizer: Boolean # isOrg\n\tisRecurring: Boolean # recur\n\tlocation: String # loc\n\tmodifiedSequence: Float # ms\n\tname: String\n\torganizer: CalOrganizer # or\n\totherAttendees: Boolean\n\tparticipationStatus: ParticipationStatus\n\tpercentComplete: String\n\tpriority: String\n\trevision: Float # rev\n\tutcRecurrenceId: String # ridZ\n\tsize: Float # s\n\tsortField: String # sf\n\tstatus: InviteCompletionStatus\n\ttagNames: String # tn\n\ttags: String # t\n\tuid: String\n\tx_uid: String\n\taid: String\n\tdraft: Boolean\n\tneverSent: Boolean\n}\n\ntype ExternalAccountTestResponse {\n\tsuccess: Boolean!\n\terror: String\n}\n\ninput ExternalAccount {\n\tid: ID!\n\tname: String!\n\taccountType: AccountType\n\tisEnabled: Int\n\thost: String!\n\tport: String!\n\tconnectionType: ConnectionType\n\tusername: String!\n\tpassword: String!\n}\n\ntype ImportStatus {\n\tid: ID\n\tisRunning: Boolean\n\tsuccess: Boolean\n\terror: String\n}\n\ntype ImportStatusResponse {\n\timap: [ImportStatus]\n\tpop3: [ImportStatus]\n}\n\ntype FreeBusyInstance {\n\tstart: Float\n\tend: Float\n}\n\ntype FreeBusy {\n\tid: String!\n\ttentative: [FreeBusyInstance]\n\tbusy: [FreeBusyInstance]\n\tunavailable: [FreeBusyInstance]\n\tnodata: [FreeBusyInstance]\n\tfree: [FreeBusyInstance]\n}\n\ntype WorkingHoursInstance {\n\tstart: Float\n\tend: Float\n}\n\ntype WorkingHours {\n\tid: ID!\n\ttentative: [WorkingHoursInstance]\n\tbusy: [WorkingHoursInstance]\n\tunavailable: [WorkingHoursInstance]\n\tnodata: [WorkingHoursInstance]\n\tfree: [WorkingHoursInstance]\n}\n##### Filters ######\n\nenum Importance {\n\thigh\n\tnormal\n\tlow\n}\n\nenum FilterMatchCondition {\n\tallof\n\tanyof\n}\n\ntype AddressCondition {\n\theader: String!\n\tpart: String!\n\tstringComparison: String!\n\tcaseSensitive: Boolean\n\tvalue: String!\n\tvalueComparison: String\n\tcountComparison: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype BasicCondition {\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype BodyCondition {\n\tcaseSensitive: Boolean\n\tvalue: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype ConversationCondition {\n\twhere: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype DateCondition {\n\tdateComparison: String\n\tdate: Float # d\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype FlagCondition {\n\tflagName: String!\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype HeaderCheckCondition {\n\theader: String!\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype HeaderCondition {\n\theader: String\n\tstringComparison: String\n\tvalueComparison: String\n\tcountComparison: String\n\tvalue: String\n\tcaseSensitive: Boolean\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype ImportanceCondition {\n\timportance: Importance! # imp\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype InviteCondition {\n\tmethods: [String]\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype MimeHeaderCondition {\n\theader: String\n\tstringComparison: String\n\tvalue: String\n\tcaseSensitive: Boolean\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype SizeCondition {\n\tnumberComparison: String\n\tsize: String # s\n\tindex: Int\n\tnegative: Boolean\n}\n\ntype FilterCondition {\n\tallOrAny: FilterMatchCondition! # condition\n\taddressBook: [HeaderCheckCondition] # addressBookTest\n\taddress: [AddressCondition] # addressTest\n\tattachment: [BasicCondition] # attachmentTest\n\tbody: [BodyCondition] # bodyTest\n\tbulk: [BasicCondition] # bulkTest\n\tcontactRanking: [HeaderCheckCondition] # contactRankingTest\n\tconversation: [ConversationCondition] # conversationTest\n\tdate: [DateCondition] # dateTest\n\tfacebook: [BasicCondition] # facebookTest\n\tflag: [FlagCondition] # flaggedTest\n\theaderExists: [HeaderCheckCondition] # headerExistsTest\n\theader: [HeaderCondition] # headerTest\n\timportance: [ImportanceCondition] # importanceTest\n\tinvite: [InviteCondition] # inviteTest\n\tlinkedin: [BasicCondition] # linkedinTest\n\tlist: [BasicCondition] # listTest\n\tme: [HeaderCheckCondition] # meTest\n\tmimeHeader: [MimeHeaderCondition] # mimeHeaderTest\n\tsize: [SizeCondition] # sizeTest\n\ttwitter: [BasicCondition] # twitterTest\n\tcommunityRequests: [BasicCondition] # communityRequestsTest\n\tcommunityContent: [BasicCondition] # communityContentTest\n\tcommunityConnections: [BasicCondition] # communityConnectionsTest\n}\n\ntype BasicAction {\n\tindex: Int\n}\n\ntype FileIntoAction {\n\tfolderPath: String\n\tcopy: Boolean\n\tindex: Int\n}\n\ntype FlagAction {\n\tflagName: String\n\tindex: Int\n}\n\ntype TagAction {\n\ttagName: String!\n\tindex: Int\n}\n\ntype RedirectAction {\n\taddress: String # a\n\tcopy: Boolean\n\tindex: Int\n}\n\ntype ReplyAction {\n\tindex: Int\n\tcontent: [String]\n}\n\ntype NotifyAction {\n\taddress: String # a\n\tsubject: String # su\n\tmaxBodySize: Int\n\torigHeaders: String\n\tindex: Int\n\tcontent: [String]\n}\n\ntype FilterAction {\n\tkeep: [BasicAction] # actionKeep\n\tdiscard: [BasicAction] # actionDiscard\n\tfileInto: [FileIntoAction] # actionFileInto\n\tflag: [FlagAction] # actionFlag\n\ttag: [TagAction] # actionTag\n\tredirect: [RedirectAction] # actionRedirect\n\treply: [ReplyAction] # actionReply\n\tnotify: [NotifyAction] # actionNotify\n\tstop: [BasicAction] # actionStop\n}\n\ntype Filter {\n\tname: String!\n\tactive: Boolean!\n\n\tactions: [FilterAction] # filterActions\n\tconditions: [FilterCondition] # filterTests\n}\n\n##### End Of Filters ######\n\ntype Folder {\n\tabsFolderPath: String\n\tacl: ACL\n\tcolor: Int\n\tflags: String\n\tid: ID\n\tuuid: ID\n\tname: String\n\toname: String\n\tnonFolderItemCount: Float # Number of non-subfolder items in folder\n\tnonFolderItemCountTotal: Float # Total size of all of non-subfolder items in folder\n\tlinkedFolders: [Folder] # Folders this user has linked from other users nested in this Folder\n\tfolders: [Folder] # Folders nested in this Folder\n\tsearch: [Folder] #smart folders\n\towner: String\n\trevision: Float\n\tview: FolderView\n\tparentFolderId: ID\n\tunread: Float\n\tquery: String\n\tpermissions: String # It will be available on linked folders only\n\townerZimbraId: ID\n\tsharedItemId: ID\n\turl: String\n\tlocal: Boolean\n\tdroppable: Boolean\n\tuserId: ID\n\tbroken: Boolean #shared folder link is broken or not\n\tdeletable: Boolean\n\tunreadDescendent: Boolean\n\ttypes: String\n\tretentionPolicy: [RetentionPolicy]\n}\n\ntype RetentionPolicy {\n\tkeep: [Policy]\n\tpurge: [Policy]\n}\n\ntype Policy {\n\tpolicy: [PolicyAttrs]\n}\n\ntype PolicyAttrs {\n\tlifetime: String\n\ttype: String\n}\n\ntype DlAttrs {\n\tcommonName: String\n\tdisplayName: String\n\tlastName: String\n}\n\ntype Dlm {\n\t_content: String\n}\n\ntype DlGroupMember {\n\tname: String\n\tattributes: DlAttrs\n}\n\ntype DLSAttrs {\n\tzimbraDistributionListSubscriptionPolicy: String\n\tzimbraDistributionListUnsubscriptionPolicy: String\n\tzimbraHideInGal: String\n}\n\n type DLS {\n\td: String\n\tdynamic: Boolean\n\tid: String\n\tisMember: Boolean\n\tisOwner: Boolean\n\tname: String\n\tref: String\n\t_attrs: DLSAttrs\n }\n\n type DLSDetails {\n\tdls: [DLS]\n }\n\n type DLDetails {\n\tdlm: [Dlm]\n\tdlGroupMember: [DlGroupMember]\n\tmore: Boolean,\n\ttotal: Int\n }\n\ntype HabGroup {\n\tname: String\n\tid: String\n\tparentHabGroupId: ID\n\tseniorityIndex: Int\n\tattributes: HabGroupAttrs\n\thabGroups: [HabGroup]\n}\n\ntype HabGroupAttrs {\n\tcn: String\n\tdisplayName: String\n\tmail: String\n\tuid: String\n\tzimbraCreateTimestamp: String\n\tzimbraHABSeniorityIndex: String\n\tzimbraId: ID\n\tzimbraMailAlias: String\n\tzimbraMailHost: String\n\tzimbraMailStatus: String\n}\n\ntype ACL {\n\tgrant: [ACLGrant]\n}\n\ntype ACLGrant {\n\taddress: String\n\tpermissions: String\n\tgranteeType: GranteeType\n\tzimbraId: ID\n\tpassword: String\n\tkey: String\n}\n\ntype LicenseAttrs {\n\tname: String!\n\t_content: Boolean!\n}\n\ntype habRootId {\n\t_content: String\n}\n\ntype HabRoots {\n\thab: [habRootId]\n}\n\ntype License {\n\tstatus: LicenseStatus!\n\tattr: [LicenseAttrs]\n}\n\ntype PropList {\n\tprop: [Prop]\n}\ntype Prop {\n\tzimlet: String\n\tname: String\n\t_content: String\n}\n\ntype AccountInfo {\n\tid: ID!\n\tname: String\n\tpublicURL: String\n\trest: String\n\tused: String\n\tprofileImageId: Int\n\tchangePasswordURL: String\n\tsoapURL: String\n\tversion: String\n\tattrs: AccountInfoAttrs\n\thabRoots: HabRoots\n\tlicense: License\n\tprops: PropList\n\tzimlets: AccountZimlet\n\tcos: AccountCos\n\tpasteitcleanedEnabled: Boolean\n\tadminDelegated: Boolean\n}\n\ntype OnlyEmailAddress {\n\temailAddress: String\n}\n\ntype Target {\n\tdisplayName: String\n\temail: [OnlyEmailAddress]\n\ttype: String\n}\n\ntype Targets {\n\tright: String\n\ttarget: [Target]\n}\n\ntype DiscoverRights {\n\ttargets: [Targets]\n}\n\ntype AccountZimlet {\n\tzimlet: [AccountZimletInfo]\n}\n\ntype AccountZimletInfo {\n\tzimletContext: [AccountZimletContext]\n\tzimlet: [AccountZimletDesc]\n\tzimletConfig: [AccountZimletConfigInfo]\n}\n\ntype AccountZimletContext {\n\tbaseUrl: String\n\tpriority: Int\n\tpresence: ZimletPresence\n}\n\ntype AccountZimletDesc {\n\tname: String\n\tversion: String\n\tdescription: String\n\textension: String\n\tlabel: String\n\tzimbraXZimletCompatibleSemVer: String\n}\n\ntype ZimletConfigProperty {\n\tname: String\n\tcontent: String\n}\n\ntype ZimletConfigGlobal {\n\tproperty: [ZimletConfigProperty]\n}\n\ntype ZimletConfigHost {\n\tproperty: [ZimletConfigProperty]\n}\n\ntype AccountZimletConfigInfo {\n\tglobal: [ZimletConfigGlobal]\n\thost: [ZimletConfigHost]\n\tproperty: [ZimletConfigProperty]\n\tname: String\n\tversion: String\n}\n\ntype AccountInfoAttrs {\n\tdisplayName: String\n\tzimbraBrandingFolderName: String\n\tzimbraDomainTrialConvertAtExpiration: Boolean\n\tzimbraDomainTrialExpirationDate: String\n\tzimbraDumpsterEnabled: Boolean\n\tzimbraIsAdminAccount: Boolean\n\tzimbraIsDelegatedAdminAccount: Boolean\n\tzimbraFeatureMailEnabled: Boolean\n\tzimbraFeatureCalendarEnabled: Boolean\n\tzimbraFeatureBriefcasesEnabled: Boolean\n\tzimbraFeatureMobileSyncEnabled: Boolean\n\tzimbraFeatureRelatedContactsEnabled: Boolean\n\tzimbraFeatureMailForwardingEnabled: Boolean\n\tzimbraFeatureMailForwardingInFiltersEnabled: Boolean\n\tzimbraFeatureRetentionPolicyEnabled: Boolean\n\tzimbraFeatureAllowUsernameInPassword: Boolean\n\tzimbraPasswordBlockCommonEnabled: Boolean\n\tzimbraPasswordMinAlphaChars: Int\n\tzimbraPasswordMinNumericChars: Int\n\tzimbraPasswordMinUpperCaseChars: Int\n\tzimbraPasswordMinDigitsOrPuncs: Int\n\tzimbraPasswordMinPunctuationChars: Int\n\tzimbraPasswordMaxLength: Int\n\tzimbraPasswordMinLength: Int\n\tzimbraPasswordMinLowerCaseChars: Int\n\tzimbraPasswordMinAge: Int\n\tzimbraPasswordMaxAge: Int\n\tzimbraPasswordEnforceHistory: Int\n\tzimbraPasswordAllowedChars: String\n\tzimbraPasswordAllowedPunctuationChars: String\n\tzimbraFeatureChangePasswordEnabled: Boolean\n\tzimbraFeatureResetPasswordStatus: ResetPasswordStatus\n\tzimbraFeatureWebClientOfflineAccessEnabled: Boolean\n\tzimbraMailBlacklistMaxNumEntries: Int\n\tzimbraMailWhitelistMaxNumEntries: Int\n\tzimbraMailQuota: String\n\tzimbraPublicSharingEnabled: Boolean\n\tzimbraExternalSharingEnabled: Boolean\n\tzimbraFeatureGalEnabled: Boolean\n\tzimbraFeatureGalAutoCompleteEnabled: Boolean\n\tzimbraFeatureOutOfOfficeReplyEnabled: Boolean\n\tzimbraFeatureFiltersEnabled: Boolean\n\tzimbraFeatureReadReceiptsEnabled: Boolean\n\tzimbraFeatureSharingEnabled: Boolean\n\tzimbraFeatureManageZimlets: Boolean\n\tzimbraFeatureTwoFactorAuthAvailable: Boolean\n\tzimbraFeatureTwoFactorAuthRequired: Boolean\n\tzimbraFeatureViewInHtmlEnabled: Boolean\n\tzimbraFeatureZulipChatEnabled: Boolean\n\tzimbraFeatureDocumentEditingEnabled: Boolean\n\tzimbraTwoFactorAuthEnabled: Boolean\n\tzimbraFeatureTrustedDevicesEnabled: Boolean\n\tzimbraFeatureAntispamEnabled: Boolean\n\tzimbraFeatureAppSpecificPasswordsEnabled: Boolean\n\tzimbraFeatureMailPriorityEnabled: Boolean\n\tzimbraFileUploadMaxSize: Float\n\tzimbraFileUploadMaxSizePerFile: Float\n\tzimbraMailAttachmentMaxSize: Float\n\tzimbraMtaMaxMessageSize: Float\n\tzimbraMailAlias: [String]\n\tzimbraMailSignatureMaxLength: Float\n\tzimbraFeatureTaggingEnabled: Boolean\n\tzimbraIdentityMaxNumEntries: Int\n\tzimbraFeatureIdentitiesEnabled: Boolean\n\tzimbraFeatureMailSendLaterEnabled: Boolean\n\tzimbraFeaturePowerPasteEnabled: Boolean\n\tzimbraFeatureConversationsEnabled: Boolean\n\tzimbraFeatureImapDataSourceEnabled: Boolean\n\tzimbraFeaturePop3DataSourceEnabled: Boolean\n\tzimbraSignupAffiliate: String\n\tzimbraSignupRecoveryEmail: String\n\tzimbraFeatureTasksEnabled: Boolean\n\tzimbraTrialExpirationDate: String\n\tzimbraTrialConvertAtExpiration: Boolean\n\tzimbraHierarchicalAddressBookRoot: String\n\tzimbraBlockEmailSendFromImapPop: Boolean\n\tzimbraFeatureInstantNotify: Boolean\n\tzimbraFeatureDiscardInFiltersEnabled: Boolean\n\tzimbraFeatureAdminMailEnabled: Boolean\n\tzimbraFeatureAdminPreferencesEnabled: Boolean\n\tzimbraFeatureImportFolderEnabled: Boolean\n\tzimbraFeatureExportFolderEnabled: Boolean\n\tzimbraFeatureGroupCalendarEnabled: Boolean\n\tzimbraFeatureDistributionListExpandMembersEnabled: Boolean\n}\n\ntype AccountCos {\n\tname: String\n\tid: ID\n}\n\ntype Identities {\n\tidentity: [Identity]\n}\n\ntype Identity {\n\tid: ID!\n\tname: String\n\t_attrs: IdentityAttrs\n\tdefaultSignature: ID\n}\n\ntype DataSource {\n\tid: ID!\n\tconnectionType: String\n\tdefaultSignature: ID\n\temailAddress: String\n\tl: ID # TODO: Normalize to `folderId`\n\tforwardReplySignature: ID\n\tfromDisplay: String\n\thost: String\n\timportOnly: Boolean\n\tisEnabled: Boolean\n\tname: String\n\tpollingInterval: Float\n\tleaveOnServer: Boolean\n\tport: String\n\treplyToAddress: String\n\treplyToDisplay: String\n\tsmtpPort: String\n\tuseAddressForForwardReply: Boolean\n\tusername: String\n\tfailingSince: String\n\tlastError: StringContent\n}\n\ntype Signatures {\n\tsignature: [Signature]\n}\n\ntype Signature {\n\tid: ID\n\tname: String\n\tcontent: [SignatureContent]\n}\n\ntype SignatureContent {\n\ttype: String\n\t_content: String\n}\n\ntype StringContent {\n\t_content: String\n}\n\ntype DataSources {\n\timap: [DataSource]\n\tpop3: [DataSource]\n\tcal: [DataSource]\n}\n\ntype IdentityAttrs {\n\tzimbraPrefIdentityId: ID!\n\tzimbraPrefDefaultSignatureId: ID\n\tzimbraPrefForwardReplySignatureId: ID\n\tzimbraPrefForwardReplyFormat: String\n\tzimbraPrefFromAddress: String\n\tzimbraPrefFromAddressType: String\n\tzimbraPrefFromDisplay: String\n\tzimbraPrefIdentityName: String\n\tzimbraPrefMailSignatureStyle: String\n\tzimbraPrefReplyToAddress: String\n\tzimbraPrefReplyToDisplay: String\n\tzimbraPrefReplyToEnabled: Boolean\n\tzimbraPrefSentMailFolder: String\n\tzimbraPrefWhenInFolderIds: [String]\n\tzimbraPrefWhenInFoldersEnabled: Boolean\n\tzimbraPrefWhenSentToAddresses: [String]\n\tzimbraPrefWhenSentToEnabled: Boolean\n}\n\ntype Preferences {\n\tzimbraPrefAutoAddAppointmentsToCalendar: Boolean\n\tzimbraPrefCalendarAutoAddInvites: Boolean\n\tzimbraPrefCalendarFirstDayOfWeek: Int\n\tzimbraPrefCalendarInitialView: PrefCalendarInitialView\n\tzimbraPrefCalendarReminderEmail: String\n\tzimbraPrefCalendarWorkingHours: String\n\tzimbraPrefCalendarApptReminderWarningTime: Int\n\tzimbraPrefCalendarShowPastDueReminders: Boolean\n\tzimbraPrefCalendarToasterEnabled: Boolean\n\tzimbraPrefCalendarAlwaysShowMiniCal: Boolean\n\tzimbraPrefComposeDirection: String\n\tzimbraPrefComposeFormat: Mode\n\tzimbraPrefHtmlEditorDefaultFontColor: String\n\tzimbraPrefHtmlEditorDefaultFontFamily: String\n\tzimbraPrefHtmlEditorDefaultFontSize: String\n\tzimbraPrefMailToasterEnabled: Boolean\n\tzimbraPrefSharedAddrBookAutoCompleteEnabled: Boolean\n\tzimbraPrefShowAllNewMailNotifications: Boolean\n\tzimbraPrefDefaultCalendarId: ID\n\tzimbraPrefDeleteInviteOnReply: Boolean\n\tzimbraPrefDelegatedSendSaveTarget: PrefDelegatedSendSaveTarget\n\tzimbraPrefDisplayExternalImages: Boolean\n\tzimbraPrefExternalSendersType: ExternalSendersType\n\tzimbraPrefGroupMailBy: String\n\tzimbraPrefMailPollingInterval: String\n\tzimbraPrefMailRequestReadReceipts: Boolean\n\tzimbraPrefMailSelectAfterDelete: PrefMailSelectAfterDelete\n\tzimbraPrefMailSendReadReceipts: PrefMailSendReadReceipts\n\tzimbraPrefMailTrustedSenderList: [String]\n\tzimbraPrefMarkMsgRead: Int\n\tzimbraPrefMessageViewHtmlPreferred: Boolean\n\tzimbraPrefOutOfOfficeFromDate: String\n\tzimbraPrefOutOfOfficeExternalReply: String\n\tzimbraPrefOutOfOfficeExternalReplyEnabled: Boolean\n\tzimbraPrefOutOfOfficeReply: String\n\tzimbraPrefOutOfOfficeReplyEnabled: Boolean\n\tzimbraPrefOutOfOfficeStatusAlertOnLogin: Boolean\n\tzimbraPrefOutOfOfficeSuppressExternalReply: Boolean\n\tzimbraPrefOutOfOfficeUntilDate: String\n\tzimbraPrefReadingPaneEnabled: Boolean\n\tzimbraPrefReadingPaneLocation: ReadingPaneLocation\n\tzimbraPrefBriefcaseReadingPaneLocation: ReadingPaneLocation\n\tzimbraPrefPasswordRecoveryAddress: String\n\tzimbraPrefPasswordRecoveryAddressStatus: PasswordRecoveryAddressStatus\n\tzimbraPrefSaveToSent: Boolean\n\tzimbraPrefShowFragments: Boolean\n\tzimbraPrefSlackCalendarReminderEnabled: Boolean\n\tzimbraPrefSortOrder: String\n\tzimbraPrefWebClientOfflineBrowserKey: String\n\tzimbraPrefTimeZoneId: String\n\tzimbraPrefLocale: String\n\tzimbraPrefClientType: PrefClientType\n\tzimbraPrefAppleIcalDelegationEnabled: Boolean\n\tzimbraPrefCalendarShowDeclinedMeetings: Boolean\n\tzimbraPrefUseTimeZoneListInCalendar: Boolean\n\tzimbraPrefMailForwardingAddress: String\n\tzimbraPrefMailLocalDeliveryDisabled: Boolean\n\tzimbraPrefTagTreeOpen: Boolean\n\tzimbraPrefPowerPasteEnabled: Boolean\n\tzimbraPrefDisplayTimeInMailList: Boolean\n}\n\ntype GetAppointmentResponse {\n\tappointment: [AppointmentInfo]\n}\n\ntype NameId {\n\tid: ID\n\tname: String\n}\n\ntype SignatureResponse {\n\tsignature: [NameId]\n}\n\ntype Document {\n\tid: ID #id\n\tacl: ACL #list of users having grant on a document\n\tfolderId: ID #l\n\tname: String #name\n\tversion: Float #same item may have different versions (i.e same names) will need to implement ListDocumentRevisionsRequest\n\tcontentType: String #ct\n\tdescriptionEnabled: Boolean #descEnabled\n\tdate: Float #l\n\tchangeDate: Float #md\n\tmodifiedSequence: Float #ms\n\trevision: Float #rev\n\tsize: Float #s\n\tsortField: String #sf\n\ttags: String # t\n\ttagNames: String # tn\n\tuuid: ID #uuid\n\tfolderUuid: String #luuid\n\tmetadataVersion: Float #mdver\n\tlastEditedAccount: String #leb\n\trevisonCreator: String #cr\n\trevisedCreationDate: Float #cd\n\tlockOwnerId: ID #loid\n\tflags: String #f\n\tpermission: String #perm\n\tdocs: [Document]\n\tsfid: ID\n}\n\ntype SearchResponse {\n\tcontacts: [Contact]\n\tmessages: [MessageInfo]\n\tconversations: [Conversation]\n\ttasks: [CalendarItemHitInfo]\n\tappointments: [CalendarItemHitInfo]\n\tdocuments: [Document]\n\tmore: Boolean\n\toffset: Int\n\tsortBy: String\n\tpaginationSupported: Boolean\n\thit: [Hit]\n}\n\ntype CalResourceAttributes {\n\tdescription: String\n\temail: String\n\tfullName: String\n\tzimbraCalResLocationDisplayName: String\n\tzimbraCalResSite: String\n\tzimbraCalResBuilding: String\n\tzimbraCalResFloor: String\n\tzimbraCalResRoom: String\n\tzimbraCalResCapacity: String\n\tzimbraCalResType: String\n\tzimbraCalResContactEmail: String\n\tzimbraCalResContactPhone: String\n\tzimbraCalResContactName: String\n\tstreet: String\n\tcity: String #l\n\tstate: String #st\n\tcountry: String #co\n\tpostalCode: String\n}\n\ntype CalResource {\n\tid: ID!\n\tname: String\n\t_attrs: CalResourceAttributes\n}\n\ntype SearchCalendarResourcesResponse {\n\tcalresource: [CalResource]\n\tmore: Boolean\n\toffset: Int\n\tsortBy: String\n\tpaginationSupported: Boolean\n}\n\ntype RemindersResponse {\n\ttasks: [ReminderItemHitInfo]\n\tappointments: [ReminderItemHitInfo]\n}\n\ntype Hit {\n\tid: String\n\tsortField: String\n}\n\ntype SendMessageResponse {\n\tmessage: [MsgWithGroupInfo]\n}\n\ntype SaveDraftResponse {\n\tmessage: [MessageInfo]\n}\n\ntype CustomMetadataAttrs {\n\tkey: String\n\tvalue: String\n}\n\ntype CustomMetadataMeta {\n\tsection: String\n\t_attrs: [CustomMetadataAttrs]\n}\n\ntype CustomMetadata {\n\tmeta: [CustomMetadataMeta]\n}\n\ntype Contact {\n\tid: ID!\n\tdate: Float\n\tfolderId: ID\n\trevision: Float\n\tsortField: String\n\tfileAsStr: String\n\tmemberOf: String\n\ttags: String # t\n\ttagNames: String # tn\n\tattributes: ContactAttributes\n\tmembers: [ContactListMember]\n\tcertificate: [SmimeCert]\n}\n\ntype OtherContactAttribute {\n\tkey: String\n\tvalue: String\n}\n\ntype ContactAttributes {\n\tfirstName: String\n\tphoneticFirstName: String\n\tphoneticCompany: String\n\tmiddleName: String\n\tlastName: String\n\tphoneticLastName: String\n\tfullName: String\n\tmaidenName: String\n\tnamePrefix: String\n\tnameSuffix: String\n\temail: String\n\temail2: String\n\tworkEmail: String\n\tworkEmail2: String\n\thomeEmail: String\n\thomeEmail2: String\n\tcompanyPhone: String\n\tcompanyPhone2: String\n\totherPhone: String\n\totherPhone2: String\n\tmobilePhone: String\n\tmobilePhone2: String\n\thomePhone: String\n\thomePhone2: String\n\tworkPhone: String\n\tworkPhone2: String\n\tpager: String\n\tpager2: String\n\thomeFax: String\n\thomeFax2: String\n\tworkFax: String\n\tworkFax2: String\n\timAddress: String\n\timAddress1: String\n\timAddress2: String\n\timAddress3: String\n\timAddress4: String\n\timAddress5: String\n\tnickname: String\n\thomeStreet: String\n\thomeCity: String\n\thomeState: String\n\thomePostalCode: String\n\thomeCountry: String\n\thomeURL: String\n\tworkStreet: String\n\tworkCity: String\n\tworkState: String\n\tworkPostalCode: String\n\tworkCountry: String\n\tworkURL: String\n\tjobTitle: String\n\tcompany: String\n\tdepartment: String\n\tbirthday: String\n\tanniversary: String\n\twebsite: String\n\tnotes: String\n\tthumbnailPhoto: String\n\timage: ContactImage\n\tuserCertificate: String\n\tzimbraCalResType: String\n\tassistantPhone: String\n\tcallbackPhone: String\n\tcarPhone: String\n\totherCity: String\n\totherCountry: String\n\totherFax: String\n\totherPostalCode: String\n\totherState: String\n\totherStreet: String\n\totherURL: String\n\n\t# Used for contact lists\n\tfileAs: String\n\ttype: String\n\tother: [OtherContactAttribute]\n}\n\ntype ContactImage {\n\tcontentType: String\n\tfilename: String\n\tpart: String\n\tsize: String\n}\n\ntype ContactListMember {\n\tcontacts: [Contact]\n\ttype: ContactType!\n\tvalue: ID!\n}\n\ntype Tag {\n\tid: ID\n\tname: String\n\tcolor: Int\n\tunread: Float\n\trgb: String\n}\n\ninput OtherContactAttributeInput {\n\tkey: String\n\tvalue: String\n}\n\ninput ContactAttrsInput {\n\tfirstName: String\n\tphoneticFirstName: String\n\tphoneticCompany: String\n\tmiddleName: String\n\tlastName: String\n\tphoneticLastName: String\n\tfullName: String\n\tmaidenName: String\n\tnamePrefix: String\n\tnameSuffix: String\n\temail: String\n\temail2: String\n\tworkEmail: String\n\tworkEmail2: String\n\thomeEmail: String\n\thomeEmail2: String\n\tcompanyPhone: String\n\tcompanyPhone2: String\n\totherPhone: String\n\totherPhone2: String\n\tmobilePhone: String\n\tmobilePhone2: String\n\thomePhone: String\n\thomePhone2: String\n\tworkPhone: String\n\tworkPhone2: String\n\tpager: String\n\tpager2: String\n\thomeFax2: String\n\tworkFax2: String\n\timAddress: String\n\timAddress1: String\n\timAddress2: String\n\timAddress3: String\n\timAddress4: String\n\timAddress5: String\n\tnickname: String\n\thomeStreet: String\n\thomeCity: String\n\thomeFax: String\n\thomeState: String\n\thomePostalCode: String\n\thomeCountry: String\n\thomeURL: String\n\tworkFax: String\n\tworkStreet: String\n\tworkCity: String\n\tworkState: String\n\tworkPostalCode: String\n\tworkCountry: String\n\tworkURL: String\n\tjobTitle: String\n\tcompany: String\n\tdepartment: String\n\tbirthday: String\n\tanniversary: String\n\twebsite: String\n\tnotes: String\n\timage: String\n\tuserCertificate: String\n\tassistantPhone: String\n\tcallbackPhone: String\n\tcarPhone: String\n\totherCity: String\n\totherCountry: String\n\totherFax: String\n\totherPostalCode: String\n\totherState: String\n\totherStreet: String\n\totherURL: String\n\n\t# Used for contact lists\n\tfileAs: String\n\ttype: String\n\tother: [OtherContactAttributeInput]\n}\n\ninput CreateContactInput {\n\tfolderId: ID\n\ttagNames: String\n\tattributes: ContactAttrsInput!\n}\n\ninput ContactListOps {\n\top: String!\n\ttype: String!\n\tvalue: String!\n}\n\ninput ModifyContactInput {\n\tid: ID!\n\tfolderId: ID\n\ttagNames: String\n\tattributes: ContactAttrsInput!\n\tmemberOps: [ContactListOps]\n}\n\ntype RelatedContact {\n\temail: String\n\tscope: Int\n\tp: String\n}\n\ntype ContactFrequencyResponse {\n\tdata: [ContactFrequencyData]\n}\n\ntype ContactFrequencyData {\n\tby: String\n\tdataPoint: [ContactFrequencyDataPoints]\n}\n\ntype ContactFrequencyDataPoints {\n\tlabel: Float\n\tvalue: Int\n}\n\ninput CustomMetadataAttrsInput {\n\tkey: String\n\tvalue: String\n}\n\ninput CustomMetadataInput {\n\tid: ID!\n\tsection: String\n\tattrs: [CustomMetadataAttrsInput]\n}\n\ninput EmailAddressInput {\n\temail: String!\n\tname: String!\n\tshortName: String!\n}\n\ntype ShareInfo {\n\tfolderId: ID!\n\tfolderPath: String\n\tfolderUuid: String\n\tgranteeName: String\n\tgranteeDisplayName: String\n\tgranteeId: String\n\tgranteeType: String\n\townerEmail: String\n\townerId: String\n\townerName: String\n\trights: String\n\tview: FolderView\n\tmid: ID\n}\n\ntype MailboxMetadataAttrs {\n\tzimbraPrefCustomFolderTreeOpen: Boolean\n\tzimbraPrefDateFormat: String\n\tzimbraPrefSharedFolderTreeOpen: Boolean\n\tzimbraPrefFoldersExpanded: String\n\tzimbraPrefFolderTreeSash: Int\n\tzimbraPrefGenerateLinkPreviews: Boolean\n\tzimbraPrefGroupByList: String\n\tzimbraPrefMessageListDensity: String\n\tzimbraPrefMultitasking: String\n\tzimbraPrefReadingPaneSashHorizontal: Int\n\tzimbraPrefReadingPaneSashVertical: Int\n\tzimbraPrefSmartFolderTreeOpen: Boolean\n\tzimbraPrefTimeFormat: String\n\tzimbraPrefUndoSendEnabled: Boolean\n\tzimbraPrefUndoSendTimeout: Int\n\tarchivedFolder: String\n\tprivacyOverlayPrefs_showOverlay: Boolean\n\tprivacyOverlayPrefs_timeOut: Int\n\tzimbraPrefSMIMEDefaultSetting: String\n\tzimbraPrefSMIMELastOperation: String\n\tzimbraPrefContactSourceFolderID: String\n}\n\ntype MailboxMetadataMeta {\n\tsection: String!\n\t_attrs: MailboxMetadataAttrs!\n}\n\ntype MailboxMetadata {\n\tmeta: [MailboxMetadataMeta]\n}\n\ninput MailboxMetadataSectionAttrsInput {\n\tzimbraPrefCustomFolderTreeOpen: Boolean\n\tzimbraPrefDateFormat: String\n\tzimbraPrefSharedFolderTreeOpen: Boolean\n\tzimbraPrefFoldersExpanded: String\n\tzimbraPrefFolderTreeSash: Int\n\tzimbraPrefGenerateLinkPreviews: Boolean\n\tzimbraPrefGroupByList: String\n\tzimbraPrefMessageListDensity: String\n\tzimbraPrefMultitasking: String\n\tzimbraPrefReadingPaneSashHorizontal: Int\n\tzimbraPrefReadingPaneSashVertical: Int\n\tzimbraPrefSmartFolderTreeOpen: Boolean\n\tzimbraPrefTimeFormat: String\n\tzimbraPrefUndoSendEnabled: Boolean\n\tzimbraPrefUndoSendTimeout: Int\n\tarchivedFolder: String\n\tprivacyOverlayPrefs_showOverlay: Boolean\n\tprivacyOverlayPrefs_timeOut: Int\n\tzimbraPrefSMIMEDefaultSetting: String\n\tzimbraPrefSMIMELastOperation: String\n\tzimbraPrefContactSourceFolderID: String\n}\n\ntype MimePart {\n\tbody: Boolean\n\tfilename: String\n\tpart: ID # Mime part name\n\tcontent: String\n\tcontentId: String\n\tcontentLocation: String\n\tcontentType: String\n\tcontentDisposition: String\n\tsize: Float # Size in bytes\n\tmimeParts: [MimePart]\n\turl: String\n\tmessageId: ID\n\tbase64: String\n\ttruncated: Boolean\n\tattach: AttachDoc\n}\n\ntype AttachDoc {\n\tdoc: [AttachDocs]\n}\n\ntype AttachDocs {\n\tpath: String\n\toptional: Int\n}\n\ninput AttachDocInput {\n\tdoc: [AttachDocsInput]\n}\n\ninput AttachDocsInput {\n\tpath: String\n\toptional: Int\n}\n\ntype ActionData {\n\taddress: String\n\tid: ID\n\top: String\n\tzimbraId: ID\n}\n\ntype DocumentActionData {\n\taction: ActionData\n}\n\ninput MimePartInput {\n\tbody: Boolean\n\tfilename: String\n\tpart: ID # Mime part name\n\tcontent: String\n\tcontentId: String\n\tcontentType: String\n\tcontentDisposition: String\n\tsize: Float # Size in bytes\n\tmimeParts: [MimePartInput]\n\turl: String\n\tmessageId: ID\n\tattachments: [AttachmentInput]\n\tbase64: String,\n\ttruncated: Boolean\n\tattach: AttachDocInput\n}\n\ninput ExistingAttachmentInput {\n\tmessageId: ID\n\tpart: String\n}\n\ninput DocumentInput {\n\tid: ID\n\tpath: String\n\toptional: Int\n}\n\ninput EMLInput {\n\tid: ID\n}\n\ninput AttachmentInput {\n\tattachmentId: String\n\tdocuments: [DocumentInput]\n\tmessages: [EMLInput]\n\texistingAttachments: [ExistingAttachmentInput]\n\tct: String\n\tcd: String\n}\n\ntype AutoCompleteResponse {\n\tcanBeCached: Boolean\n\tmatch: [AutoCompleteMatch]\n}\n\ntype AutoCompleteGALResponse {\n\tcontacts: [Contact]\n}\n\ntype AutoCompleteMatch {\n\temail: String\n\ttype: AutoCompleteMatchType\n\tranking: Int\n\tisGroup: Boolean\n\texp: Boolean\n\tid: ID\n\tfolderId: ID\n\tdisplay: String\n\tfirst: String\n\tmiddle: String\n\tlast: String\n\tfull: String\n\tnick: String\n\tcompany: String\n\tfileas: String\n}\n\ntype GetDocumentShareURLResponse {\n\tcontent: String\n}\n\ninput CalendarItemInput {\n\tid: ID\n\tmodifiedSequence: Float\n\trevision: Float\n\tcomponentNum: Int # comp\n\tmessage: CalendarItemMessageInput!\n}\n\ninput CalendarItemMessageInput {\n\tfolderId: ID #l\n\tsubject: String #su\n\tinvitations: CalendarItemInviteInput #inv\n\tmimeParts: [MimePartInput] #mp\n\temailAddresses: [MailItemEmailAddressInput] #e\n\tattachments: [AttachmentInput] #attach\n\treplyType: InviteReplyType #rt\n}\n\ninput CounterAppointmentInput {\n\tid: ID!\n\tmodifiedSequence: Float\n\trevision: Float\n\tcomponentNum: Int # comp\n\tmessage: CounterAppointmentMessageInput!\n}\n\ninput CounterAppointmentMessageInput {\n\torigId: ID #origid\n\tfolderId: ID #l\n\tsubject: String #su\n\tinvitations: CalendarCounterAppointmentInput #inv\n\tmimeParts: [MimePartInput] #mp\n\temailAddresses: [MailItemEmailAddressInput] #e\n\tattachments: [AttachmentInput] #attach\n\treplyType: InviteReplyType #rt\n}\n\ninput SendMessageInput {\n\tid: ID #id\n\torigId: ID #origid\n\tfolderId: ID # l\n\tattach: [AttachmentInput]\n\tattachmentId: ID #aid\n\treplyType: String #rt\n\tinReplyTo: String #irt\n\tflags: String #f\n\tautoSendTime: Float #autoSendTime\n\tdraftId: ID #did\n\tentityId: String #idnt\n\tsubject: String #su\n\tmimeParts: [MimePartInput] #mp\n\temailAddresses: [MailItemEmailAddressInput] #e\n\tattachments: [AttachmentInput] #attach\n\tinlineAttachments: [MimePartInput] #attach\n}\n\ninput SaveSMimeCertInputUpload {\n\tid: String\n}\n\ninput CalendarItemInviteInput {\n\tcomponents: [CalendarItemInviteComponentInput]!\n}\n\ninput CalendarCounterAppointmentInput {\n\tcomponents: [CalendarItemInviteComponentCounterInput]!\n}\n\ninput MailItemEmailAddressInput {\n\taddress: String!\n\tname: String\n\ttype: AddressType!\n}\n\ninput CalendarItemInviteComponentInput {\n\tname: String\n\tlocation: String\n\tstart: CalendarItemDateTimeInput\n\tend: CalendarItemDateTimeInput\n\texceptId: CalendarOptionalItemDateTimeInput\n\tfreeBusy: FreeBusyStatus\n\tallDay: Boolean\n\torganizer: CalendarItemOrganizerInput\n\trecurrence: CalendarItemRecurrenceInput\n\tattendees: [CalendarItemAttendeesInput]\n\talarms: [CalendarItemAlarmInput]\n\tclass: CalendarItemClass!\n\tpriority: String\n\tpercentComplete: String\n\tstatus: InviteCompletionStatus\n\tnoBlob: Boolean\n\tdescription: [CalendarItemInviteComponentDescriptionInput]\n\tdraft: Boolean\n}\n\ninput CalendarItemInviteComponentDescriptionInput {\n\t_content: String\n}\n\ninput CalendarItemDateTimeInput {\n\ttimezone: String\n\tdate: String!\n}\n\ninput CalendarOptionalItemDateTimeInput {\n\ttimezone: String\n\tdate: String\n}\n\ninput CalendarItemInviteComponentCounterInput {\n\tname: String!\n\tlocation: String\n\tstart: CalendarItemDateTimeInput!\n\tend: CalendarItemDateTimeInput!\n\texceptId: CalendarOptionalItemDateTimeInput\n\tfreeBusy: FreeBusyStatus\n\tallDay: Boolean\n\torganizer: CalendarItemOrganizerInput\n\trecurrence: CalendarItemRecurrenceInput\n\tattendees: [CalendarItemAttendeesInput]\n\talarms: [CalendarItemAlarmInput]\n\tclass: CalendarItemClass\n\tuid: String\n\tpriority: String\n\tpercentComplete: String\n\tstatus: InviteCompletionStatus\n\tnoBlob: Boolean\n\tdescription: [CalendarItemInviteComponentDescriptionInput]\n\tdraft: Boolean\n}\n\ntype CalendarItemAttendee {\n\trole: ParticipationRole\n\tparticipationStatus: ParticipationStatus\n\trsvp: Boolean\n\taddress: String\n\tname: String\n\tcalendarUserType: String\n}\n\ntype CalendarItemReply {\n\tparticipationStatus: ParticipationStatus\n\tattendee: String\n}\n\ninput CalendarItemAttendeesInput {\n\trole: ParticipationRole\n\tparticipationStatus: ParticipationStatus\n\trsvp: Boolean\n\taddress: String!\n\tname: String\n\tcalendarUserType: String\n\tisGroup: Boolean\n}\n\ntype CalendarItemAlarmTriggerRelative {\n\tweeks: Int\n\tdays: Int\n\thours: Int\n\tminutes: Int\n\tseconds: Int\n\trelatedTo: AlarmRelatedTo\n\tnegative: Boolean\n}\n\ntype CalendarItemAlarmAttendees {\n\temail: String!\n}\n\ntype CalendarItemAlarmTrigger {\n\trelative: [CalendarItemAlarmTriggerRelative]\n}\n\ntype CalendarItemAlarm {\n\taction: AlarmAction!\n\ttrigger: [CalendarItemAlarmTrigger]\n\tattendees: [CalendarItemAlarmAttendees]\n}\n\ntype RecoverAccount {\n\trecoveryAccount: String\n\trecoveryAttemptsLeft: Int\n}\n\ntype WhiteBlackAddress {\n\t_content: String!\n\top: String\n}\n\ntype WhiteBlackListArr {\n\taddr: [WhiteBlackAddress]\n}\n\ntype WhiteBlackList {\n\twhiteList: [WhiteBlackListArr]!\n\tblackList: [WhiteBlackListArr]!\n}\n\ntype NoOpResponse {\n\twaitDisallowed: Boolean\n}\n\ninput CalendarItemAlarmInput {\n\taction: AlarmAction!\n\ttrigger: CalendarItemAlarmTriggerInput!\n\tattendees: CalendarItemAlarmAttendeesInput\n}\n\ninput CalendarItemAlarmAttendeesInput {\n\temail: String!\n}\n\ninput CalendarItemAlarmTriggerInput {\n\trelative: CalendarItemAlarmTriggerRelativeInput\n\tabsolute: CalendarItemAlarmTriggerAbsoluteInput\n}\n\ninput CalendarItemAlarmTriggerRelativeInput {\n\tweeks: Int\n\tdays: Int\n\thours: Int\n\tminutes: Int\n\tseconds: Int\n\trelatedTo: AlarmRelatedTo\n\tnegative: Boolean\n}\n\ninput CalendarItemAlarmTriggerAbsoluteInput {\n\tdate: String!\n}\n\ninput CalendarItemOrganizerInput {\n\taddress: String\n\tname: String\n\tsentBy: String\n}\n\ninput CalendarItemRecurrenceInput {\n\tadd: CalendarItemRecurrenceAddInput\n}\n\ninput CalendarItemRecurrenceAddInput {\n\trule: CalendarItemRecurrenceRuleInput\n}\n\ninput CalendarItemRecurrenceRuleInput {\n\tinterval: CalendarItemRecurrenceIntervalInput\n\tfrequency: CalendarItemRecurrenceFrequency\n\tcount: CalendarItemRecurrenceEndCountInput\n\tuntil: CalendarItemRecurrenceEndDateInput\n\tbyday: CalendarItemRecurrenceByDayInput\n\tbymonthday: CalendarItemRecurrenceByMonthDayInput\n\tbymonth: CalendarItemRecurrenceByMonthInput\n\tbysetpos: CalendarItemRecurrenceBySetPosInput\n}\n\ninput CalendarItemRecurrenceIntervalInput {\n\tintervalCount: Int!\n\tzimbraPrefAutoAddAppointmentsToCalendar: Boolean\n}\n\ninput CalendarItemRecurrenceEndCountInput {\n\tnumber: Int!\n}\n\ninput CalendarItemRecurrenceEndDateInput {\n\tdate: String!\n}\n\ninput CalendarItemRecurrenceByDayInput {\n\twkday: [WkDayInput]\n}\n\ninput WkDayInput {\n\tday: Weekday!\n\tordwk: Int\n}\n\ninput CalendarItemRecurrenceByMonthDayInput {\n\tdayList: String!\n}\n\ninput CalendarItemRecurrenceByMonthInput {\n\tmonthList: Int!\n}\n\ninput CalendarItemRecurrenceBySetPosInput {\n\tposlist: Int!\n}\n\ninput NewMountpointSpec {\n\tname: String!\n\towner: String\n\tview: SearchType\n\tflags: String\n\townerZimbraId: ID # zid\n\tsharedItemId: ID # rid\n\tcolor: Int\n\treminder: Boolean\n\tparentFolderId: ID\n}\n\ninput CreateMountpointInput {\n\tlink: NewMountpointSpec\n}\n\ninput FolderQueryInput {\n\tuuid: ID\n\tid: ID\n\tview: FolderView\n}\n\ninput FolderActionInput {\n\tid: ID!\n\top: String!\n\tgrant: [GrantInput]\n\tname: String\n\tfolderId: ID\n\tzimbraId: ID\n\tcolor: Int,\n\tretentionPolicy: [RetentionPolicyInput]\n}\n\ninput RetentionPolicyInput {\n\tkeep: [PolicyInput]\n\tpurge: [PolicyInput]\n}\n\ninput PolicyInput {\n\tpolicy: [PolicyAttrsInput]\n}\n\ninput PolicyAttrsInput {\n\tlifetime: String\n\ttype: String\n}\n\ninput CreateTagInput {\n\tname: String!\n\tcolor: Int\n}\n\n# Special case of FolderAction for `changeFolderColor` resolver\ninput FolderActionChangeColorInput {\n\tid: ID!\n\tcolor: Int!\n}\n\n# Special case of FolderAction for `checkCalendar` resolver\ninput FolderActionCheckCalendarInput {\n\tid: ID!\n\tvalue: Boolean\n}\n\ninput ContactFrequencySpec {\n\trange: String!\n\tinterval: String!\n}\n\ninput GrantInput {\n\taddress: String\n\tgranteeType: GranteeType!\n\tkey: String\n\tpassword: String\n\tpermissions: String!\n\tzimbraId: ID\n}\n\ninput Right {\n\tright: String!\n}\n\ninput GetRightsInput {\n\taccess: [Right]\n}\ninput GrantRightsInput {\n\taccess: [AccountACEInfoInput]\n}\n\ninput RevokeRightsInput {\n\taccess: [AccountACEInfoInput]\n}\n\n# Used by GrantRightsRequest\ninput AccountACEInfoInput {\n\tzimbraId: ID\n\tgranteeType: GranteeType!\n\tright: String!\n\taddress: String\n\tkey: String\n\tpassword: String\n\tdeny: Boolean\n\tcheckGrantee: Boolean\n}\n\ninput InviteReplyInput {\n\tcomponentNum: Int! #compNum\n\tid: ID!\n\tverb: InviteReplyVerb!\n\tupdateOrganizer: Boolean\n\tmessage: CalendarItemMessageInput\n\texceptId: InstanceDate\n}\n\ninput PurgetRevisionInput {\n\tid: ID!\n\tver: Int!\n\tincludeOlderRevisions: Int\n}\n\ninput PropertiesInput {\n\tzimlet: String!\n\tname: String!\n\t_content: String\n}\n\ninput PreferencesInput {\n\tzimbraPrefAutoAddAppointmentsToCalendar: Boolean\n\tzimbraPrefCalendarAutoAddInvites: Boolean\n\tzimbraPrefDefaultCalendarId: ID\n\tzimbraPrefCalendarFirstDayOfWeek: Int\n\tzimbraPrefCalendarInitialView: PrefCalendarInitialView\n\tzimbraPrefCalendarReminderEmail: String\n\tzimbraPrefCalendarWorkingHours: String\n\tzimbraPrefCalendarApptReminderWarningTime: Int\n\tzimbraPrefCalendarShowPastDueReminders: Boolean\n\tzimbraPrefCalendarToasterEnabled: Boolean\n\tzimbraPrefCalendarAlwaysShowMiniCal: Boolean\n\tzimbraPrefComposeDirection: String\n\tzimbraPrefComposeFormat: Mode\n\tzimbraPrefExternalSendersType: ExternalSendersType\n\tzimbraPrefHtmlEditorDefaultFontColor: String\n\tzimbraPrefHtmlEditorDefaultFontFamily: String\n\tzimbraPrefHtmlEditorDefaultFontSize: String\n\tzimbraPrefMailToasterEnabled: Boolean\n\tzimbraPrefSharedAddrBookAutoCompleteEnabled: Boolean\n\tzimbraPrefShowAllNewMailNotifications: Boolean\n\tzimbraPrefDelegatedSendSaveTarget: PrefDelegatedSendSaveTarget\n\tzimbraPrefDisplayExternalImages: Boolean\n\tzimbraPrefGroupMailBy: String\n\tzimbraPrefMailPollingInterval: String\n\tzimbraPrefMailRequestReadReceipts: Boolean\n\tzimbraPrefMailSelectAfterDelete: PrefMailSelectAfterDelete\n\tzimbraPrefMailSendReadReceipts: PrefMailSendReadReceipts\n\tzimbraPrefMailTrustedSenderList: [String]\n\tzimbraPrefMarkMsgRead: Int\n\tzimbraPrefMessageViewHtmlPreferred: Boolean\n\tzimbraPrefOutOfOfficeFromDate: String\n\tzimbraPrefOutOfOfficeExternalReply: String\n\tzimbraPrefOutOfOfficeExternalReplyEnabled: Boolean\n\tzimbraPrefOutOfOfficeReply: String\n\tzimbraPrefOutOfOfficeReplyEnabled: Boolean\n\tzimbraPrefOutOfOfficeStatusAlertOnLogin: Boolean\n\tzimbraPrefOutOfOfficeSuppressExternalReply: Boolean\n\tzimbraPrefOutOfOfficeUntilDate: String\n\tzimbraPrefReadingPaneEnabled: Boolean\n\tzimbraPrefReadingPaneLocation: ReadingPaneLocation\n\tzimbraPrefBriefcaseReadingPaneLocation: ReadingPaneLocation\n\tzimbraPrefSaveToSent: Boolean\n\tzimbraPrefShowFragments: Boolean\n\tzimbraPrefSlackCalendarReminderEnabled: Boolean\n\tzimbraPrefSortOrder: String\n\tzimbraPrefWebClientOfflineBrowserKey: String\n\tzimbraPrefTimeZoneId: String\n\tzimbraPrefLocale: String\n\tzimbraPrefClientType: PrefClientType\n\tzimbraPrefAppleIcalDelegationEnabled: Boolean\n\tzimbraPrefCalendarShowDeclinedMeetings: Boolean\n\tzimbraPrefUseTimeZoneListInCalendar: Boolean\n\tzimbraPrefMailForwardingAddress: String\n\tzimbraPrefMailLocalDeliveryDisabled: Boolean\n\tzimbraPrefTagTreeOpen: Boolean\n\tzimbraPrefPowerPasteEnabled: Boolean\n\tzimbraPrefDisplayTimeInMailList: Boolean\n}\n\ninput ModifyIdentityInput {\n\tid: ID!\n\tattrs: IdentityAttrsInput\n}\n\ninput DeleteIdentityInput {\n\tid: ID!\n\tname: String\n}\n\ninput CreateIdentityInput {\n\tname: String!\n\tattrs: IdentityAttrsInput\n}\n\ninput ZimletPreferenceInput {\n\tname: String!\n\tpresence: String!\n}\n\n##### FilterInput #####\n\ninput AddressConditionInput {\n\theader: String!\n\tpart: String!\n\tstringComparison: String!\n\tcaseSensitive: Boolean\n\tvalue: String!\n\tvalueComparison: String\n\tcountComparison: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput BasicConditionInput {\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput BodyConditionInput {\n\tcaseSensitive: Boolean\n\tvalue: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput ConversationConditionInput {\n\twhere: String\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput DateConditionInput {\n\tdateComparison: String\n\tdate: Float # d\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput FlagConditionInput {\n\tflagName: String!\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput HeaderCheckConditionInput {\n\theader: String!\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput HeaderConditionInput {\n\theader: String\n\tstringComparison: String\n\tvalueComparison: String\n\tcountComparison: String\n\tvalue: String\n\tcaseSensitive: Boolean\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput ImportanceConditionInput {\n\timportance: Importance! # imp\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput InviteConditionInput {\n\tmethods: [String]\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput MimeHeaderConditionInput {\n\theader: String\n\tstringComparison: String\n\tvalue: String\n\tcaseSensitive: Boolean\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput SizeConditionInput {\n\tnumberComparison: String\n\tsize: String # s\n\tindex: Int\n\tnegative: Boolean\n}\n\ninput FilterConditionInput {\n\tallOrAny: FilterMatchCondition! # condition\n\taddressBook: [HeaderCheckConditionInput] # addressBookTest\n\taddress: [AddressConditionInput] # addressTest\n\tattachment: [BasicConditionInput] # attachmentTest\n\tbody: [BodyConditionInput] # bodyTest\n\tbulk: [BasicConditionInput] # bulkTest\n\tcontactRanking: [HeaderCheckConditionInput] # contactRankingTest\n\tconversation: [ConversationConditionInput] # conversationTest\n\tdate: [DateConditionInput] # dateTest\n\tfacebook: [BasicConditionInput] # facebookTest\n\tflag: [FlagConditionInput] # flaggedTest\n\theaderExists: [HeaderCheckConditionInput] # headerExistsTest\n\theader: [HeaderConditionInput] # headerTest\n\timportance: [ImportanceConditionInput] # importanceTest\n\tinvite: [InviteConditionInput] # inviteTest\n\tlinkedin: [BasicConditionInput] # linkedinTest\n\tlist: [BasicConditionInput] # listTest\n\tme: [HeaderCheckConditionInput] # meTest\n\tmimeHeader: [MimeHeaderConditionInput] # mimeHeaderTest\n\tsize: [SizeConditionInput] # sizeTest\n\ttwitter: [BasicConditionInput] # twitterTest\n\tcommunityRequests: [BasicConditionInput] # communityRequestsTest\n\tcommunityContent: [BasicConditionInput] # communityContentTest\n\tcommunityConnections: [BasicConditionInput] # communityConnectionsTest\n}\n\ninput BasicActionInput {\n\tindex: Int\n}\n\ninput FileIntoActionInput {\n\tfolderPath: String\n\tcopy: Boolean\n\tindex: Int\n}\n\ninput FlagActionInput {\n\tflagName: String\n\tindex: Int\n}\n\ninput TagActionInput {\n\ttagName: String!\n\tindex: Int\n}\n\ninput RedirectActionInput {\n\taddress: String # a\n\tcopy: Boolean\n\tindex: Int\n}\n\ninput ReplyActionInput {\n\tindex: Int\n\tcontent: [String]\n}\n\ninput NotifyActionInput {\n\taddress: String # a\n\tsubject: String # su\n\tmaxBodySize: Int\n\torigHeaders: String\n\tindex: Int\n\tcontent: [String]\n}\n\ninput FilterActionInput {\n\tkeep: [BasicActionInput] # actionKeep\n\tdiscard: [BasicActionInput] # actionDiscard\n\tfileInto: [FileIntoActionInput] # actionFileInto\n\tflag: [FlagActionInput] # actionFlag\n\ttag: [TagActionInput] # actionTag\n\tredirect: [RedirectActionInput] # actionRedirect\n\treply: [ReplyActionInput] # actionReply\n\tnotify: [NotifyActionInput] # actionNotify\n\tstop: [BasicActionInput] # actionStop\n}\n\ninput FilterInput {\n\tname: String!\n\tactive: Boolean!\n\n\tactions: [FilterActionInput] # filterActions\n\tconditions: [FilterConditionInput] # filterTests\n}\n\ninput FilterRuleInput {\n\tname: String!\n}\n\n##### End Of FilterInput #####\n\ninput ForwardExceptIdInput {\n\ttimezone: String!\n\tdate: String!\n}\n\ninput ForwardAppointmentInput {\n\tid: ID!\n\tmessage: ForwardMessageInput!\n\texceptId: ForwardExceptIdInput\n}\n\ninput ForwardAppointmentInviteInput {\n\tid: ID!\n\tmessage: ForwardMessageInput!\n}\n\ninput ForwardMessageInput {\n\tsubject: String #su\n\tmimeParts: [MimePartInput] #mp\n\temailAddresses: [MailItemEmailAddressInput] #e\n}\n\ninput ShareNotificationInput {\n\taction: ShareInputAction\n\titem: ShareNotificationItemInput!\n\taddress: ShareNotificaitonEmailAddressInput!\n\tnotes: Notes\n}\n\ninput ShareNotificationItemInput {\n\tid: ID!\n}\n\ninput ShareNotificaitonEmailAddressInput {\n\taddress: String!\n\ttype: AddressType\n\tpersonalName: String\n}\n\ninput IdentityAttrsInput {\n\tzimbraPrefIdentityId: ID\n\tzimbraPrefDefaultSignatureId: ID\n\tzimbraPrefForwardReplySignatureId: ID\n\tzimbraPrefForwardReplyFormat: String\n\tzimbraPrefFromAddress: String\n\tzimbraPrefFromAddressType: String\n\tzimbraPrefFromDisplay: String\n\tzimbraPrefIdentityName: String\n\tzimbraPrefMailSignatureStyle: String\n\tzimbraPrefReplyToAddress: String\n\tzimbraPrefReplyToDisplay: String\n\tzimbraPrefReplyToEnabled: Boolean\n\tzimbraPrefSentMailFolder: String\n\tzimbraPrefWhenInFolderIds: [String]\n\tzimbraPrefWhenInFoldersEnabled: Boolean\n\tzimbraPrefWhenSentToAddresses: [String]\n\tzimbraPrefWhenSentToEnabled: Boolean\n}\n\ninput ExternalAccountAddInput {\n\taccountType: AccountType\n\tconnectionType: ConnectionType\n\temailAddress: String\n\thost: String!\n\tisEnabled: Boolean\n\tl: ID! # TODO: Normalize to `folderId`\n\tleaveOnServer: Boolean\n\tname: String!\n\tpassword: String!\n\tport: String!\n\tusername: String!\n}\n\ninput Notes {\n\t_content: String\n}\n\ninput ExternalAccountTestInput {\n\taccountType: AccountType\n\tconnectionType: ConnectionType\n\temailAddress: String\n\thost: String!\n\tleaveOnServer: Boolean\n\tport: String!\n\tusername: String!\n\tpassword: String!\n}\n\ninput ExternalAccountModifyAttrsInput {\n\tid: ID\n\taccountType: AccountType\n\tdefaultSignature: ID\n\tdescription: String\n\tfromDisplay: String\n\tname: String\n\treplyToAddress: String\n\treplyToDisplay: String\n\treplyToEnabled: Boolean\n\tstoreAndForward: String\n\tuseAddressForForwardReply: Boolean\n\tusername: String\n\tpassword: String\n\thost: String\n\tl: ID! # TODO: Normalize to `folderId`\n\tleaveOnServer: Boolean\n\tsignatureValue: String\n\timportOnly: Boolean\n\tforwardReplySignature: ID\n\tconnectionType: ConnectionType\n\tisEnabled: Boolean\n\tport: String\n\tsmtpPort: String\n}\n\ninput EnableTwoFactorAuthInput {\n\tname: String!\n\tpassword: String\n\ttwoFactorCode: String\n\tauthToken: String\n\tcsrfTokenSecured: Boolean!\n\tignoreSameSite: Boolean\n}\n\ninput ExternalAccountImportInput {\n\taccountType: AccountType\n\tid: ID!\n}\n\n# Include one of these fields to query for a folder\ninput GetFolderFolderInput {\n\tuuid: ID\n\tparentFolderId: ID # Folder ID\n\tpath: String # Fully qualifed folder path\n}\n\ninput GetDocumentShareURLItemInput {\n\tfolderId: ID\n\tid: ID\n\tname: String\n\tpath: String\n}\n\ninput Cursor {\n\tid: ID\n\tsortVal: String\n\tendSortVal: String\n\tincludeOffset: Boolean\n}\n\ninput MailItemHeaderInput {\n\tn: String!\n}\n\ninput NameIdInput {\n\tid: ID\n\tname: String\n}\ninput InstanceDate {\n\tdate: String\n}\ninput DeleteAppointmentInput {\n\tinstanceDate: InstanceDate\n\tinviteId: String!\n\tcomponentNum: Int!\n\tstart: Int\n\tmessage: CalendarItemMessageInput\n}\ninput SignatureInput {\n\tid: ID\n\tname: String\n\tcontent: [SignatureContentInput]\n\tcontentId: String\n}\n\ninput SearchFolderInput {\n\tid: ID!\n\tquery: String!\n\ttypes: FolderView!\n}\n\ninput SignatureContentInput {\n\ttype: String\n\t_content: String\n}\n\ninput WhiteBlackAddressOpts {\n\t_content: String!\n\top: String\n}\n\ninput WhiteBlackListArrInput {\n\taddr: [WhiteBlackAddressOpts]\n}\n\ninput WhiteBlackListInput {\n\twhiteList: WhiteBlackListArrInput\n\tblackList: WhiteBlackListArrInput\n}\n\ninput SnoozeInput {\n\tid: ID!\n\tuntil: Float!\n}\n\ninput DismissInput {\n\tid: ID!\n\tdismissedAt: Float!\n}\n\ninput AddMsgInput {\n\tfolderId: ID!\n\tabsFolderPath: String\n\tcontent: String\n\tmeta: String\n}\n\ninput SaveMessageDataInput {\n\tid: ID!\n\tcontent: String!\n\tmeta: String!\n}\n\ninput Grantee {\n\tid: ID\n\ttype: String\n\tname: String\n}\n\ninput Owner {\n\tby: String\n\t_content: String\n}\n\ninput uploadDocument {\n\tid: ID! #id\n}\n\ninput messagePartForDocument {\n\tmessageId: ID! #id\n\tattachmentPart: String! #part\n}\n\ninput SaveDocumentInput {\n\tid: ID #id\n\tfolderId: ID #l\n\tname: String #name\n\tversion: Float #ver # Note :same item may have different versions (i.e same names) will need to implement ListDocumentRevisionsRequest\n\tcontentType: String #ct\n\tupload: uploadDocument #upload with a id\n\tmessageData: [messagePartForDocument] #m\n\tdescriptionEnabled: Boolean #descEnabled\n\taction: SaveDocumentAction\n\ttype: SaveDocumentType\n\tdocument: SaveDocumentInput\n}\n\ntype SaveDocument {\n\tid: ID\n\tversion: Int\n\tname: String\n}\n\ntype SaveDocumentResponse {\n\tdocument: [SaveDocument]\n}\n\n##### SMIME Certificates type #####\n\ntype SMimePublicCert {\n\tstore: String!\n\tfield: String!\n\t_content: String\n}\n\ntype SMimePublicCerts {\n\temail: String\n\tcert: [SMimePublicCert]\n}\n\ntype SMimePublicCertsResponse {\n\tcerts: [SMimePublicCerts]\n}\n\ntype SmimeCertIssuedBy {\n\tcountry: String\n\tcommonName: String\n\temailAddress: String\n\tlocality: String\n\torganizationName: String\n\tstate: String\n}\n\ntype SmimeCertIssuedTo {\n\tcountry: String\n\tcommonName: String\n\temailAddress: String\n\torganizationName: String\n\torganizationUnit: String\n\tstate: String\n}\n\ntype SmimeCertSignature {\n\talgorithm: String\n\tserialNo: String\n}\n\ntype SmimeCertSubjectRfc822Name {\n\tcontent: String\n}\n\ntype SmimeCertSubjectAltName {\n\trfc822Name: [SmimeCertSubjectRfc822Name]\n}\n\ntype SmimeCertValidity {\n\tendDate: Float\n\tstartDate: Float\n}\n\ntype SmimeCert {\n\tdefault: Boolean\n\temailAddress: String\n\tissuedBy: SmimeCertIssuedBy\n\tissuedTo: SmimeCertIssuedTo\n\tpublicCertificateId: String\n\tprivateKeyId: String\n\tsignature: SmimeCertSignature\n\tsubjectAltName: SmimeCertSubjectAltName\n\tvalidity: SmimeCertValidity\n\terrorCode: String\n}\n\ntype SmimeCertInfoResponse {\n\tcertificates: [SmimeCert]\n}\n\ntype SMimeMessage {\n\tid: ID\n\tcontent: String\n\tisSecure: Boolean\n}\n\ntype Attachment {\n\tid: ID\n\tcontent: String\n}\n\n##### End Of SMIME Certificates type #####\n\ntype ActionOpResponseData {\n\tid: ID!\n\top: String!\n}\n\ntype ActionOpResponse {\n\taction: ActionOpResponseData\n}\n\ntype RightsResponse {\n\taccess: [AccountACEInfo]\n}\n\ntype AccountACEInfo {\n\tzimbraId: ID\n\tgranteeType: GranteeType!\n\tright: String!\n\taddress: String\n\tkey: String\n\tpassword: String\n\tdeny: Boolean\n\tcheckGrantee: Boolean\n}\n\ntype Locale {\n\tid: ID\n\tname: String\n\tlocalName: String\n}\n\ntype GetTrustedDevicesResponse {\n\tnOtherDevices: Int\n\tthisDeviceTrusted: Boolean\n}\n\ntype Device {\n\tid: ID\n\tname: String\n\tfirstReqReceived: Int\n\tlastPolicyUpdate: Int\n\tlastUsedDate: String\n\tlastUpdatedBy: String\n\tprotocol: Float\n\tprovisionable: Boolean\n\tstatus: Int\n\ttype: String\n\tua: String\n}\n\ntype AppSpecificPassword {\n\tappName: String\n\tcreated: Float\n\tlastUsed: Float\n}\n\ntype AppSpecificPasswords {\n\tpasswordData: [AppSpecificPassword]\n}\n\ntype MaxAppPasswords {\n\t_content: Int\n}\n\ntype AppSpecificPasswordsResponse {\n\tappSpecificPasswords: AppSpecificPasswords\n\tmaxAppPasswords: [MaxAppPasswords]\n}\n\ntype CreateAppSpecificPasswordResponse {\n\tpassword: String\n}\n\ntype ResetPasswordResponseAttributes {\n\t_attrs: AccountInfoAttrs\n}\n\ntype ResetPasswordResponse {\n\tattrs: ResetPasswordResponseAttributes\n}\n\ninput ConditionInput {\n\tattr: String\n\top: String\n\tvalue: String\n}\n\ninput ConditionsInput {\n\tcond: [ConditionInput]\n}\n\ninput SearchConditionsInput {\n\tconds: ConditionsInput\n}\n\ninput DiscoverRightInput {\n\t_content: String\n}\n\n# Zimbra GraphQL Queries\n# - [[SOAP API Reference]](https://files.zimbra.com/docs/soap_api/8.7.11/api-reference/index.html)\n# - [[SOAP Documentation]](https://github.com/Zimbra/zm-mailbox/blob/develop/store/docs/soap.txt)\n# - [[SOAP XML-to-JSON Documentation]](https://wiki.zimbra.com/wiki/Json_format_to_represent_soap)\ntype Query {\n\taccountInfo: AccountInfo\n\tautoComplete(\n\t\tname: String\n\t\ttype: GalSearchType\n\t\tneedExp: Boolean\n\t\tfolders: String\n\t\tincludeGal: Boolean\n\t): AutoCompleteResponse\n\tautoCompleteGAL(\n\t\tlimit: Int\n\t\tname: String!\n\t\ttype: GalSearchType\n\t\tneedExp: Boolean\n\t): AutoCompleteGALResponse\n\tclientInfo(by: String, domain: String): ClientInfoType\n\tdownloadMessage(id: ID!, isSecure: Boolean, isLocal: Boolean): SMimeMessage\n\tdownloadAttachment(id: ID!, part: ID!): Attachment\n\tdownloadDocument(id: ID!, url: String!): Attachment\n\tlistDocumentRevisions(id: ID!, version: Int!, count: Int!): Document\n\tdiscoverRights(right: [DiscoverRightInput!]!): DiscoverRights\n\tfreeBusy(names: [String!]!, start: Float, end: Float): [FreeBusy]\n\tgetContact(\n\t\tid: ID\n\t\tids: [ID!]\n\t\tderefGroupMember: Boolean\n\t\tmemberOf: Boolean\n\t): [Contact]\n\tgetAppointments(\n\t\tcalExpandInstStart: Float!\n\t\tcalExpandInstEnd: Float!\n\t\tquery: String!\n\t\tlimit: Int!\n\t\toffset: Int!\n\t\ttypes: SearchType\n\t): SearchResponse\n\tgetAppointment(id: ID!): GetAppointmentResponse\n\tgetReminders(\n\t\tcalExpandInstStart: Float!\n\t\tcalExpandInstEnd: Float!\n\t\tquery: String!\n\t\tlimit: Int!\n\t\toffset: Int!\n\t\ttypes: SearchType\n\t): RemindersResponse\n\tgetTasks(\n\t\tquery: String!\n\t\tlimit: Int!\n\t\toffset: Int!\n\t\ttypes: SearchType\n\t): SearchResponse\n\tgetAppSpecificPasswords: AppSpecificPasswordsResponse\n\tgetAvailableLocales: [Locale]\n\tgetContactFrequency(\n\t\temail: String!\n\t\tby: String!\n\t\toffsetInMinutes: String\n\t\tspec: [ContactFrequencySpec!]\n\t): ContactFrequencyResponse\n\tgetConversation(\n\t\tid: ID!\n\t\theader: [MailItemHeaderInput]\n\t\thtml: Boolean\n\t\tmax: Int\n\t\tneedExp: Boolean\n\t\tfetch: String\n\t): Conversation\n\tgetDocumentShareURL(\n\t\titem: GetDocumentShareURLItemInput\n\t): GetDocumentShareURLResponse\n\tgetFilterRules: [Filter]\n\tgetFolder(\n\t\tvisible: Boolean\n\t\tneedGranteeName: Boolean\n\t\tview: FolderView\n\t\tdepth: Int\n\t\ttraverseMountpoints: Boolean\n\t\tfolder: GetFolderFolderInput\n\t\tlocal: Boolean\n\t): Folder\n\tgetHAB(habRootGroupId: ID): HabGroup\n\tgetAccountDistributionLists(\n\t\tattrs: String\n\t\townerOf: Int\n\t): DLSDetails\n\tgetDistributionListMembers(\n\t\tlimit: Int\n\t\toffset: Int\n\t\tdl: String\n\t): DLDetails\n\tgetCustomMetadata(id: ID!, section: String): CustomMetadata\n\tgetMailboxMetadata(section: String): MailboxMetadata\n\tgetMessage(\n\t\tid: ID!\n\t\theader: [MailItemHeaderInput]\n\t\thtml: Boolean\n\t\tisLocal: Boolean\n\t\tmax: Int\n\t\tneedExp: Boolean\n\t\tneuter: Boolean\n\t\tpart: ID\n\t\traw: Boolean\n\t\tread: Boolean\n\t\tridZ: String\n\t): MessageInfo\n\tgetMessagesMetadata(ids: [ID!]!, isLocal: Boolean): [MessageInfo]\n\tgetRights(input: GetRightsInput!): RightsResponse\n\tgetSMimePublicCerts(\n\t\tcontactAddr: String!\n\t\tstore: String!\n\t): SMimePublicCertsResponse\n\tgetSMimeCertInfo(certId: String): SmimeCertInfoResponse\n\tgetScratchCodes(username: String!): ScratchCodes\n\tgetSearchFolder: Folder\n\tgetTrustedDevices: GetTrustedDevicesResponse\n\tgetDeviceStatus: [Device]\n\tgetWhiteBlackList: WhiteBlackList\n\tgetWorkingHours(names: [String!]!, start: Float, end: Float): [WorkingHours]\n\tnoop(wait: Int, limitToOneBlocked: Int): NoOpResponse\n\tgetPreferences: Preferences\n\tgetDataSources: DataSources!\n\tgetIdentities: Identities\n\tgetImportStatus: ImportStatusResponse\n\tgetSignatures: Signatures\n\n\trecoverAccount(\n\t\top: RecoverAccountOp!\n\t\temail: String!\n\t\tchannel: SetRecoveryAccountChannel!\n\t): RecoverAccount\n\trelatedContacts(email: String!): [RelatedContact]\n\tshareInfo(\n\t\tinternal: Boolean\n\t\tincludeSelf: Boolean\n\t\tgrantee: Grantee\n\t\towner: Owner\n\t): [ShareInfo]\n\t# Perform a search for a variety types using a flexible query interface.\n\t# [[SOAP Search API Documentation]](https://files.zimbra.com/docs/soap_api/8.7.11/api-reference/zimbraMail/Search.html)\n\t# [[Query Tips]](https://wiki.zimbra.com/wiki/Zimbra_Web_Client_Search_Tips)\n\tsearch(\n\t\tcontact: String\n\t\tcursor: Cursor\n\t\tfetch: String\n\t\tfullConversation: Boolean\n\t\tlimit: Int\n\t\tneedExp: Boolean\n\t\tmemberOf: Boolean\n\t\toffset: Int\n\t\tquery: String\n\t\trecip: Int\n\t\tsortBy: SortBy\n\t\ttypes: SearchType\n\t\tresultMode: String\n\t\tinDumpster: Boolean\n\t): SearchResponse\n\n\tsearchCalendarResources(\n\t\tlimit: Int\n\t\tneedExp: Boolean\n\t\toffset: Int\n\t\tattrs: String\n\t\tsearchFilter: SearchConditionsInput\n\t): SearchCalendarResourcesResponse\n\n\tsearchGal(\n\t\tneedIsOwner: Boolean\n\t\tneedIsMember: NeedIsMemberType\n\t\ttype: GalSearchType\n\t\tname: String\n\t\toffset: Int\n\t\tlimit: Int\n\t\tlocale: String\n\t\tsortBy: String\n\t\tneedExp: Boolean\n\t): SearchResponse\n\n\ttaskFolders: [Folder]\n\n\tgetTag: [Tag]\n}\n\ntype Mutation {\n\taction(\n\t\ttype: ActionTypeName!\n\t\tid: ID\n\t\tids: [ID!]\n\t\top: String!\n\t\tcolor: Int\n\t\tconstraints: String\n\t\tflags: String\n\t\tfolderId: ID\n\t\trgb: String\n\t\ttagNames: String\n\t\tname: String\n\t\tisLocal: Boolean\n\t\trecursive: Boolean\n\t\tdestFolderLocal: Boolean\n\t): Boolean\n\tapplyFilterRules(ids: String!, filterRules: [FilterRuleInput]): [String]\n\ttestExternalAccount(\n\t\texternalAccount: ExternalAccountTestInput!\n\t): ExternalAccountTestResponse\n\taddExternalAccount(externalAccount: ExternalAccountAddInput!): ID\n\taddMessage(message: AddMsgInput!): MessageInfo\n\tcancelTask(inviteId: ID!): Boolean\n\tsaveDocument(document: SaveDocumentInput): SaveDocumentResponse\n\tchangeFolderColor(id: ID!, color: Int!): Boolean\n\tchangePassword(\n\t\tdryRun: Boolean\n\t\tloginNewPassword: String!\n\t\tpassword: String!\n\t\tusername: String!\n\t): AuthResponse\n\tmodifyProfileImage(\n\t\tcontent: String\n\t\tcontentType: String\n\t): ProfileImageChangeResponse\n\tcheckCalendar(id: ID!, value: Boolean!): Boolean\n\tcontactAction(\n\t\tid: ID\n\t\tids: [ID!]\n\t\tfolderId: ID\n\t\top: String!\n\t\ttagNames: String\n\t): ActionOpResponse\n\tconversationAction(ids: [ID!]!, op: String!): Boolean\n\tcounterAppointment(\n\t\tcounterAppointmentInvite: CounterAppointmentInput!\n\t): Boolean\n\tcreateAppointment(\n\t\taccountName: String\n\t\tappointment: CalendarItemInput!\n\t): Boolean\n\tcreateAppointmentException(\n\t\taccountName: String\n\t\tappointment: CalendarItemInput!\n\t): Boolean\n\tcreateAppSpecificPassword(appName: String!): CreateAppSpecificPasswordResponse\n\tcreateCalendar(name: String!, color: Int!, url: String, parentFolderId:ID): Folder\n\tcreateContact(contact: CreateContactInput!): Contact\n\tcreateContactList(contact: CreateContactInput!): Contact\n\tmodifyContact(contact: ModifyContactInput!): Contact\n\tmodifyContactList(contact: ModifyContactInput!): Contact\n\tcreateFolder(\n\t\tcolor: Int\n\t\tfetchIfExists: Boolean\n\t\tflags: String\n\t\tname: String!\n\t\tparentFolderId: ID\n\t\turl: String\n\t\tisLocalFolder: Boolean\n\t\tview: FolderView\n\t): Folder\n\tcreateIdentity(name: String!, attrs: IdentityAttrsInput): Identities\n\tcreateMountpoint(link: NewMountpointSpec!): Boolean\n\tcreateSharedCalendar(link: NewMountpointSpec!): Boolean\n\tcreateSearchFolder(\n\t\tname: String!\n\t\tparentFolderId: ID\n\t\tquery: String!\n\t\ttypes: FolderView\n\t): Folder\n\tcreateSignature(signature: SignatureInput!): SignatureResponse\n\tcreateTask(task: CalendarItemInput!): Boolean\n\tdeclineCounterAppointment(\n\t\tcounterAppointmentInvite: CounterAppointmentInput!\n\t): Boolean\n\tdeleteAppointment(appointment: DeleteAppointmentInput!): Boolean\n\tdeleteIdentity(id: ID!, name: String): Boolean\n\tdeleteExternalAccount(id: ID!): Boolean\n\tdeleteSignature(signature: NameIdInput!): Boolean\n\tgenerateScratchCodes(username: String!): ScratchCodes\n\tgrantRights(input: GrantRightsInput!): RightsResponse\n\tfolderAction(action: FolderActionInput!): Boolean\n\tdocumentAction(action: FolderActionInput!): DocumentActionData\n\tforwardAppointmentInvite(\n\t\tappointmentInvite: ForwardAppointmentInviteInput!\n\t): Boolean\n\tforwardAppointment(appointmentInvite: ForwardAppointmentInput!): Boolean\n\titemAction(\n\t\tid: ID\n\t\tids: [ID]\n\t\tfolderId: ID\n\t\top: String!\n\t\ttagNames: String\n\t\tname: String\n\t): Boolean\n\timportExternalAccount(externalAccount: ExternalAccountImportInput!): Boolean\n\tlogout: Boolean\n\tlogin(\n\t\tusername: String!\n\t\tpassword: String\n\t\trecoveryCode: String\n\t\ttokenType: String\n\t\tpersistAuthTokenCookie: Boolean\n\t\ttwoFactorCode: String\n\t\tdeviceTrusted: Boolean\n\t\tcsrfTokenSecured: Boolean!\n\t\tignoreSameSite: Boolean\n\t): AuthResponse\n\tenableTwoFactorAuth(\n\t\toptions: EnableTwoFactorAuthInput!\n\t): EnableTwoFactorAuthResponse\n\tdisableTwoFactorAuth: Boolean\n\tmessageAction(ids: [ID!]!, op: String!): Boolean\n\tmodifyExternalAccount(\n\t\tid: ID!\n\t\ttype: AccountType\n\t\tattrs: ExternalAccountModifyAttrsInput!\n\t): Boolean\n\tmodifyAppointment(\n\t\taccountName: String\n\t\tappointment: CalendarItemInput!\n\t): ModifyAppointmentResponse\n\tmodifyIdentity(id: ID!, attrs: IdentityAttrsInput): Boolean\n\tmodifyPrefs(prefs: PreferencesInput!): Boolean\n\tmodifyProps(props: [PropertiesInput!]): Boolean\n\tmodifyZimletPrefs(\n\t\tzimlets: [ZimletPreferenceInput!]\n\t): ModifyZimletPrefsResponse\n\tmodifyFilterRules(filters: [FilterInput!]): Boolean\n\tmodifySignature(signature: SignatureInput!): Boolean\n\tmodifySearchFolder(search: SearchFolderInput!): Boolean\n\tmodifyTask(task: CalendarItemInput!): Boolean\n\tmodifyWhiteBlackList(whiteBlackList: WhiteBlackListInput!): Boolean\n\tmoveTask(inviteId: ID!, destFolderId: ID!): String\n\tpurgeRevision(id: ID!, ver: Int!, includeOlderRevisions: Int): Boolean\n\tprefEnableOutOfOfficeAlertOnLogin(value: Boolean!): Boolean\n\tprefEnableOutOfOfficeReply(value: Boolean!): Boolean\n\tprefOutOfOfficeFromDate(value: String!): String\n\tprefOutOfOfficeReply(value: String!): String\n\tprefOutOfOfficeUntilDate(value: String!): String\n\trecoverAccount(\n\t\top: RecoverAccountOp!\n\t\temail: String!\n\t\tchannel: SetRecoveryAccountChannel!\n\t): RecoverAccount\n\tresetPassword(\n\t\tpassword: String\n\t\tdryRun: Boolean\n\t\tgetPasswordRules: Boolean\n\t\tcancelResetPassword: Boolean\n\t): ResetPasswordResponse\n\trevokeAppSpecificPassword(appName: String!): Boolean\n\trevokeOtherTrustedDevices: Boolean\n\trevokeRights(input: RevokeRightsInput!): RightsResponse\n\trevokeTrustedDevice: Boolean\n\tsaveDraft(message: SendMessageInput!, accountName: String): SaveDraftResponse\n\tsendMessage(\n\t\tmessage: SendMessageInput!\n\t\taccountName: String\n\t\tsign: Boolean\n\t\tencrypt: Boolean\n\t): SendMessageResponse\n\tsaveSMimeCert(upload: SaveSMimeCertInputUpload!, password: String): SmimeCertInfoResponse\n\tsendDeliveryReport(messageId: ID!): Boolean\n\tsendInviteReply(inviteReply: InviteReplyInput!): InviteReplyResponse\n\tsendShareNotification(shareNotification: ShareNotificationInput!): Boolean\n\tsetCustomMetadata(customMetaData: CustomMetadataInput!): Boolean\n\tsetMailboxMetadata(\n\t\tsection: String\n\t\tattrs: MailboxMetadataSectionAttrsInput!\n\t): Boolean\n\tsnoozeCalendarItem(appointment: [SnoozeInput], task: SnoozeInput): Boolean\n\tdismissCalendarItem(appointment: [DismissInput], task: DismissInput): Boolean\n\tuploadMessage(value: String!): String\n\tsetRecoveryAccount(\n\t\tchannel: SetRecoveryAccountChannel!\n\t\top: SetRecoveryAccountOp!\n\t\trecoveryAccount: String\n\t\trecoveryAccountVerificationCode: String\n\t): Boolean\n\tcreateTag(tag: CreateTagInput): Tag\n\ttagAction(action: FolderActionInput): Boolean\n\tquarantineDeviceSync(deviceId: String): Device\n\tallowDeviceSync(deviceId: String): Device\n\tremoveDeviceSync(deviceId: String): Boolean\n\tblockDeviceSync(deviceId: String): Device\n\taccountOnlyRemoteWipeSync(deviceId: String): Device\n\tcancelPendingAccountOnlyRemoteWipeSync(deviceId: String): Device\n\tremoteWipeSync(deviceId: String): Device\n\tcancelPendingRemoteWipeSync(deviceId: String): Device\n}\n\nschema {\n\tquery: Query\n\tmutation: Mutation\n}",name:"GraphQL request",locationOffset:{line:1,column:1}},function(e,n){return(rk=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,n){e.__proto__=n}:function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}))(e,n)});function __extends(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function __(){this.constructor=e}rk(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var y=function(){return(y=Object.assign||function __assign(e){for(var n,i=1,t=arguments.length;i<t;i++)for(var a in n=arguments[i])Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a]);return e}).apply(this,arguments)};function __rest(e,n){var i={};for(a in e)Object.prototype.hasOwnProperty.call(e,a)&&n.indexOf(a)<0&&(i[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var t=0,a=Object.getOwnPropertySymbols(e);t<a.length;t++)n.indexOf(a[t])<0&&Object.prototype.propertyIsEnumerable.call(e,a[t])&&(i[a[t]]=e[a[t]]);return i}function __spreadArray(e,n,i){if(i||2===arguments.length)for(var t,a=0,r=n.length;a<r;a++)!t&&a in n||((t=t||Array.prototype.slice.call(n,0,a))[a]=n[a]);return e.concat(t||Array.prototype.slice.call(n))}var dk="Invariant Violation",ok=Object.setPrototypeOf,sk=void 0===ok?function(e,n){return e.__proto__=n,e}:ok,v=function(n){function InvariantError(e){e=n.call(this,"number"==typeof(e=void 0===e?dk:e)?dk+": "+e+" (see https://github.com/apollographql/invariant-packages)":e)||this;return e.framesToPop=1,e.name=dk,sk(e,InvariantError.prototype),e}return __extends(InvariantError,n),InvariantError}(Error);function invariant(e,n){if(!e)throw new v(n)}var lk=["debug","log","warn","error","silent"],uk=lk.indexOf("log");function wrapConsoleMethod(e){return function(){if(lk.indexOf(e)>=uk)return(console[e]||console.log).apply(console,arguments)}}function setVerbosity(e){var n=lk[uk];return uk=Math.max(0,lk.indexOf(e)),n}function maybe$2(e){try{return e()}catch(e){}}!function(e){e.debug=wrapConsoleMethod("debug"),e.log=wrapConsoleMethod("log"),e.warn=wrapConsoleMethod("warn"),e.error=wrapConsoleMethod("error")}(invariant=invariant||{});var mk=maybe$2(function(){return globalThis})||maybe$2(function(){return window})||maybe$2(function(){return self})||maybe$2(function(){return global})||maybe$2(function(){return Function("return this")()}),pk="__",ck=[pk,pk].join("DEV");function getDEV(){try{return Boolean(__DEV__)}catch(e){return Object.defineProperty(mk,ck,{value:"production"!==maybe$2(function(){return process.env.NODE_ENV}),enumerable:!1,configurable:!0,writable:!0}),mk[ck]}}var vk=getDEV();function maybe$1(e){try{return e()}catch(e){}}var kk=maybe$1(function(){return globalThis})||maybe$1(function(){return window})||maybe$1(function(){return self})||maybe$1(function(){return global})||maybe$1(function(){return maybe$1.constructor("return this")()}),yk=!1;function install(){!kk||maybe$1(function(){return process.env.NODE_ENV})||maybe$1(function(){return process})||(Object.defineProperty(kk,"process",{value:{env:{NODE_ENV:"production"}},configurable:!0,enumerable:!1,writable:!0}),yk=!0)}function remove(){yk&&(delete kk.process,yk=!1)}function removeTemporaryGlobals(){return remove()}function checkDEV(){__DEV__?invariant("boolean"==typeof vk,vk):invariant("boolean"==typeof vk,38)}function shouldInclude(e,t){e=e.directives;return!e||!e.length||getInclusionDirectives(e).every(function(e){var n=e.directive,e=e.ifArgument,i=!1;return"Variable"===e.value.kind?(i=t&&t[e.value.name.value],__DEV__?invariant(void 0!==i,"Invalid variable referenced in @"+n.name.value+" directive."):invariant(void 0!==i,39)):i=e.value.value,"skip"===n.name.value?!i:i})}function isInclusionDirective(e){e=e.name.value;return"skip"===e||"include"===e}function getInclusionDirectives(e){var a=[];return e&&e.length&&e.forEach(function(e){var n,i,t;isInclusionDirective(e)&&(i=e.arguments,n=e.name.value,__DEV__?invariant(i&&1===i.length,"Incorrect number of arguments for the @"+n+" directive."):invariant(i&&1===i.length,40),i=i[0],__DEV__?invariant(i.name&&"if"===i.name.value,"Invalid argument for the @"+n+" directive."):invariant(i.name&&"if"===i.name.value,41),t=i.value,__DEV__?invariant(t&&("Variable"===t.kind||"BooleanValue"===t.kind),"Argument for the @"+n+" directive must be a variable or a boolean value."):invariant(t&&("Variable"===t.kind||"BooleanValue"===t.kind),42),a.push({directive:e,ifArgument:i}))}),a}function getFragmentQueryDocument(e,n){var i=[];return e.definitions.forEach(function(e){if("OperationDefinition"===e.kind)throw __DEV__?new v("Found a "+e.operation+" operation"+(e.name?" named '"+e.name.value+"'":"")+". No operations are allowed when using a fragment as a query. Only fragments are allowed."):new v(43);"FragmentDefinition"===e.kind&&i.push(e)}),void 0===n&&(__DEV__?invariant(1===i.length,"Found "+i.length+" fragments. `fragmentName` must be provided when there is not exactly 1 fragment."):invariant(1===i.length,44),n=i[0].name.value),y(y({},e),{definitions:__spreadArray([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],e.definitions,!0)})}function createFragmentMap(e){var n={};return(e=void 0===e?[]:e).forEach(function(e){n[e.name.value]=e}),n}function getFragmentFromSelection(e,n){switch(e.kind){case"InlineFragment":return e;case"FragmentSpread":var i=n&&n[e.name.value];return __DEV__?invariant(i,"No fragment named "+e.name.value+"."):invariant(i,45),i;default:return null}}function isNonNullObject(e){return null!==e&&"object"==typeof e}function makeReference(e){return{__ref:String(e)}}function isReference(e){return Boolean(e&&"object"==typeof e&&"string"==typeof e.__ref)}function isStringValue(e){return"StringValue"===e.kind}function isBooleanValue(e){return"BooleanValue"===e.kind}function isIntValue(e){return"IntValue"===e.kind}function isFloatValue(e){return"FloatValue"===e.kind}function isVariable(e){return"Variable"===e.kind}function isObjectValue(e){return"ObjectValue"===e.kind}function isListValue(e){return"ListValue"===e.kind}function isEnumValue(e){return"EnumValue"===e.kind}function isNullValue(e){return"NullValue"===e.kind}function valueToObjectRepresentation(e,i,n,t){if(isIntValue(n)||isFloatValue(n))e[i.value]=Number(n.value);else if(isBooleanValue(n)||isStringValue(n))e[i.value]=n.value;else if(isObjectValue(n)){var a={};n.fields.map(function(e){return valueToObjectRepresentation(a,e.name,e.value,t)}),e[i.value]=a}else if(isVariable(n))e[i.value]=(t||{})[n.name.value];else if(isListValue(n))e[i.value]=n.values.map(function(e){var n={};return valueToObjectRepresentation(n,i,e,t),n[i.value]});else if(isEnumValue(n))e[i.value]=n.value;else{if(!isNullValue(n))throw __DEV__?new v('The inline argument "'+i.value+'" of kind "'+n.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.'):new v(54);e[i.value]=null}}function storeKeyNameFromField(e,i){var t=null,n=(e.directives&&(t={},e.directives.forEach(function(n){t[n.name.value]={},n.arguments&&n.arguments.forEach(function(e){return valueToObjectRepresentation(t[n.name.value],e.name,e.value,i)})})),null);return e.arguments&&e.arguments.length&&(n={},e.arguments.forEach(function(e){return valueToObjectRepresentation(n,e.name,e.value,i)})),Nk(e.name.value,n,t)}install(),removeTemporaryGlobals(),checkDEV();var fk=["connection","include","skip","client","rest","export"],Nk=Object.assign(function(e,n,i){var t,a,r;return n&&i&&i.connection&&i.connection.key?i.connection.filter&&0<i.connection.filter.length?((r=i.connection.filter||[]).sort(),t={},r.forEach(function(e){t[e]=n[e]}),i.connection.key+"("+gk(t)+")"):i.connection.key:(a=e,n&&(r=gk(n),a+="("+r+")"),i&&Object.keys(i).forEach(function(e){-1===fk.indexOf(e)&&(i[e]&&Object.keys(i[e]).length?a+="@"+e+"("+gk(i[e])+")":a+="@"+e)}),a)},{setStringify:function(e){var n=gk;return gk=e,n}}),gk=function defaultStringify(e){return JSON.stringify(e,stringifyReplacer)};function stringifyReplacer(e,i){return i=isNonNullObject(i)&&!Array.isArray(i)?Object.keys(i).sort().reduce(function(e,n){return e[n]=i[n],e},{}):i}function argumentsObjectFromField(e,n){var i;return e.arguments&&e.arguments.length?(i={},e.arguments.forEach(function(e){return valueToObjectRepresentation(i,e.name,e.value,n)}),i):null}function resultKeyNameFromField(e){return(e.alias||e.name).value}function getTypenameFromResult(e,n,i){if("string"==typeof e.__typename)return e.__typename;for(var t=0,a=n.selections;t<a.length;t++){var r=a[t];if(isField(r)){if("__typename"===r.name.value)return e[resultKeyNameFromField(r)]}else{r=getTypenameFromResult(e,getFragmentFromSelection(r,i).selectionSet,i);if("string"==typeof r)return r}}}function isField(e){return"Field"===e.kind}function checkDocument(e){__DEV__?invariant(e&&"Document"===e.kind,'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a "gql" tag? http://docs.apollostack.com/apollo-client/core.html#gql'):invariant(e&&"Document"===e.kind,46);var n=e.definitions.filter(function(e){return"FragmentDefinition"!==e.kind}).map(function(e){if("OperationDefinition"!==e.kind)throw __DEV__?new v('Schema type definitions not allowed in queries. Found: "'+e.kind+'"'):new v(47);return e});return __DEV__?invariant(n.length<=1,"Ambiguous GraphQL document: contains "+n.length+" operations"):invariant(n.length<=1,48),e}function getOperationDefinition(e){return checkDocument(e),e.definitions.filter(function(e){return"OperationDefinition"===e.kind})[0]}function getOperationName(e){return e.definitions.filter(function(e){return"OperationDefinition"===e.kind&&e.name}).map(function(e){return e.name.value})[0]||null}function getFragmentDefinitions(e){return e.definitions.filter(function(e){return"FragmentDefinition"===e.kind})}function getQueryDefinition(e){e=getOperationDefinition(e);return __DEV__?invariant(e&&"query"===e.operation,"Must contain a query definition."):invariant(e&&"query"===e.operation,49),e}function getMainDefinition(e){var n;checkDocument(e);for(var i=0,t=e.definitions;i<t.length;i++){var a=t[i];if("OperationDefinition"===a.kind){var r=a.operation;if("query"===r||"mutation"===r||"subscription"===r)return a}"FragmentDefinition"===a.kind&&(n=n||a)}if(n)return n;throw __DEV__?new v("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment."):new v(53)}function getDefaultValues(e){var n=Object.create(null),e=e&&e.variableDefinitions;return e&&e.length&&e.forEach(function(e){e.defaultValue&&valueToObjectRepresentation(n,e.variable.name,e.defaultValue)}),n}var Tk={kind:"Field",name:{kind:"Name",value:"__typename"}},hk=Object.assign(function(e){return visit(checkDocument(e),{SelectionSet:{enter:function(e,n,i){if(!i||"OperationDefinition"!==i.kind){var t=e.selections;if(t){var a=t.some(function(e){return isField(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))});if(!a){a=i;if(!(isField(a)&&a.directives&&a.directives.some(function(e){return"export"===e.name.value})))return y(y({},e),{selections:__spreadArray(__spreadArray([],t,!0),[Tk],!1)})}}}}}})},{added:function(e){return e===Tk}}),Ik=Object.prototype.hasOwnProperty;function mergeDeepArray(e){var n=e[0]||{},i=e.length;if(1<i)for(var t=new bk,a=1;a<i;++a)n=t.merge(n,e[a]);return n}var Dk=function(e,n,i){return this.merge(e[i],n[i])},bk=function(){function DeepMerger(e){this.reconciler=e=void 0===e?Dk:e,this.isObject=isNonNullObject,this.pastCopies=new Set}return DeepMerger.prototype.merge=function(t,a){for(var r=this,d=[],e=2;e<arguments.length;e++)d[e-2]=arguments[e];return isNonNullObject(a)&&isNonNullObject(t)?(Object.keys(a).forEach(function(e){var n,i;Ik.call(t,e)?(n=t[e],a[e]!==n&&(i=r.reconciler.apply(r,__spreadArray([t,a,e],d,!1)))!==n&&((t=r.shallowCopyForMerge(t))[e]=i)):(t=r.shallowCopyForMerge(t))[e]=a[e]}),t):a},DeepMerger.prototype.shallowCopyForMerge=function(e){return isNonNullObject(e)&&!this.pastCopies.has(e)&&(e=Array.isArray(e)?e.slice(0):y({__proto__:Object.getPrototypeOf(e)},e),this.pastCopies.add(e)),e},DeepMerger}();function _createForOfIteratorHelperLoose(e,n){var i,t="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(t)return(t=t.call(e)).next.bind(t);if(Array.isArray(e)||(t=_unsupportedIterableToArray(e))||n&&e&&"number"==typeof e.length)return t&&(e=t),i=0,function(){return e.length<=i?{done:!0}:{done:!1,value:e[i++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,n){var i;if(e)return"string"==typeof e?_arrayLikeToArray(e,n):"Map"===(i="Object"===(i=Object.prototype.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:i)||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray(e,n):void 0}function _arrayLikeToArray(e,n){(null==n||e.length<n)&&(n=e.length);for(var i=0,t=new Array(n);i<n;i++)t[i]=e[i];return t}function _defineProperties(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass(e,n,i){return n&&_defineProperties(e.prototype,n),i&&_defineProperties(e,i),e}var Sk=function(){return"function"==typeof Symbol},Fk=function(e){return Sk()&&Boolean(Symbol[e])},Ek=function(e){return Fk(e)?Symbol[e]:"@@"+e},Ak=(Sk()&&!Fk("observable")&&(Symbol.observable=Symbol("observable")),Ek("iterator")),Ok=Ek("observable"),Ck=Ek("species");function getMethod(e,n){e=e[n];if(null!=e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}}function getSpecies(e){e=e.constructor;return void 0!==(e=void 0!==e&&null===(e=e[Ck])?void 0:e)?e:f}function isObservable(e){return e instanceof f}function hostReportError(e){hostReportError.log?hostReportError.log(e):setTimeout(function(){throw e})}function enqueue(e){Promise.resolve().then(function(){try{e()}catch(e){hostReportError(e)}})}function cleanupSubscription(e){var n,i=e._cleanup;if(void 0!==i&&(e._cleanup=void 0,i))try{"function"==typeof i?i():(n=getMethod(i,"unsubscribe"))&&n.call(i)}catch(e){hostReportError(e)}}function closeSubscription(e){e._observer=void 0,e._queue=void 0,e._state="closed"}function flushSubscription(e){var n=e._queue;if(n){e._queue=void 0,e._state="ready";for(var i=0;i<n.length&&(notifySubscription(e,n[i].type,n[i].value),"closed"!==e._state);++i);}}function notifySubscription(e,n,i){e._state="running";var t=e._observer;try{var a=getMethod(t,n);switch(n){case"next":a&&a.call(t,i);break;case"error":if(closeSubscription(e),!a)throw i;a.call(t,i);break;case"complete":closeSubscription(e),a&&a.call(t)}}catch(e){hostReportError(e)}"closed"===e._state?cleanupSubscription(e):"running"===e._state&&(e._state="ready")}function onNotify(e,n,i){"closed"!==e._state&&("buffering"===e._state?e._queue.push({type:n,value:i}):"ready"!==e._state?(e._state="buffering",e._queue=[{type:n,value:i}],enqueue(function(){return flushSubscription(e)})):notifySubscription(e,n,i))}var _k,Rk=function(){function Subscription(n,e){this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";n=new wk(this);try{this._cleanup=e.call(void 0,n)}catch(e){n.error(e)}"initializing"===this._state&&(this._state="ready")}return Subscription.prototype.unsubscribe=function unsubscribe(){"closed"!==this._state&&(closeSubscription(this),cleanupSubscription(this))},_createClass(Subscription,[{key:"closed",get:function(){return"closed"===this._state}}]),Subscription}(),wk=function(){function SubscriptionObserver(e){this._subscription=e}var e=SubscriptionObserver.prototype;return e.next=function next(e){onNotify(this._subscription,"next",e)},e.error=function error(e){onNotify(this._subscription,"error",e)},e.complete=function complete(){onNotify(this._subscription,"complete")},_createClass(SubscriptionObserver,[{key:"closed",get:function(){return"closed"===this._subscription._state}}]),SubscriptionObserver}(),f=function(){function Observable(e){if(!(this instanceof Observable))throw new TypeError("Observable cannot be called as a function");if("function"!=typeof e)throw new TypeError("Observable initializer must be a function");this._subscriber=e}var e=Observable.prototype;return e.subscribe=function subscribe(e){return new Rk(e="object"==typeof e&&null!==e?e:{next:e,error:arguments[1],complete:arguments[2]},this._subscriber)},e.forEach=function forEach(t){var a=this;return new Promise(function(e,n){var i;function done(){i.unsubscribe(),e()}"function"!=typeof t?n(new TypeError(t+" is not a function")):i=a.subscribe({next:function(e){try{t(e,done)}catch(e){n(e),i.unsubscribe()}},error:n,complete:e})})},e.map=function map(i){var e=this;if("function"!=typeof i)throw new TypeError(i+" is not a function");return new(getSpecies(this))(function(n){return e.subscribe({next:function(e){try{e=i(e)}catch(e){return n.error(e)}n.next(e)},error:function(e){n.error(e)},complete:function(){n.complete()}})})},e.filter=function filter(i){var e=this;if("function"!=typeof i)throw new TypeError(i+" is not a function");return new(getSpecies(this))(function(n){return e.subscribe({next:function(e){try{if(!i(e))return}catch(e){return n.error(e)}n.next(e)},error:function(e){n.error(e)},complete:function(){n.complete()}})})},e.reduce=function reduce(t){var e=this;if("function"!=typeof t)throw new TypeError(t+" is not a function");var n=getSpecies(this),a=1<arguments.length,r=!1,d=arguments[1];return new n(function(i){return e.subscribe({next:function(e){var n=!r;if(r=!0,!n||a)try{d=t(d,e)}catch(e){return i.error(e)}else d=e},error:function(e){i.error(e)},complete:function(){if(!r&&!a)return i.error(new TypeError("Cannot reduce an empty sequence"));i.next(d),i.complete()}})})},e.concat=function concat(){for(var e=this,n=arguments.length,a=new Array(n),i=0;i<n;i++)a[i]=arguments[i];var r=getSpecies(this);return new r(function(n){var i,t=0;return function startNext(e){i=e.subscribe({next:function(e){n.next(e)},error:function(e){n.error(e)},complete:function(){t===a.length?(i=void 0,n.complete()):startNext(r.from(a[t++]))}})}(e),function(){i&&(i.unsubscribe(),i=void 0)}})},e.flatMap=function flatMap(a){var n=this;if("function"!=typeof a)throw new TypeError(a+" is not a function");var r=getSpecies(this);return new r(function(i){var t=[],e=n.subscribe({next:function(e){if(a)try{e=a(e)}catch(e){return i.error(e)}var n=r.from(e).subscribe({next:function(e){i.next(e)},error:function(e){i.error(e)},complete:function(){var e=t.indexOf(n);0<=e&&t.splice(e,1),completeIfDone()}});t.push(n)},error:function(e){i.error(e)},complete:function(){completeIfDone()}});function completeIfDone(){e.closed&&0===t.length&&i.complete()}return function(){t.forEach(function(e){return e.unsubscribe()}),e.unsubscribe()}})},e[Ok]=function(){return this},Observable.from=function from(t){var e="function"==typeof this?this:Observable;if(null==t)throw new TypeError(t+" is not an object");var a=getMethod(t,Ok);if(a){var n=a.call(t);if(Object(n)!==n)throw new TypeError(n+" is not an object");return isObservable(n)&&n.constructor===e?n:new e(function(e){return n.subscribe(e)})}if(Fk("iterator")&&(a=getMethod(t,Ak)))return new e(function(i){enqueue(function(){if(!i.closed){for(var e,n=_createForOfIteratorHelperLoose(a.call(t));!(e=n()).done;)if(i.next(e.value),i.closed)return;i.complete()}})});if(Array.isArray(t))return new e(function(n){enqueue(function(){if(!n.closed){for(var e=0;e<t.length;++e)if(n.next(t[e]),n.closed)return;n.complete()}})});throw new TypeError(t+" is not observable")},Observable.of=function of(){for(var e=arguments.length,i=new Array(e),n=0;n<e;n++)i[n]=arguments[n];return new("function"==typeof this?this:Observable)(function(n){enqueue(function(){if(!n.closed){for(var e=0;e<i.length;++e)if(n.next(i[e]),n.closed)return;n.complete()}})})},_createClass(Observable,null,[{key:Ck,get:function(){return this}}]),Observable}();function symbolObservablePonyfill(e){var n,e=e.Symbol;if("function"==typeof e)if(e.observable)n=e.observable;else{n="function"==typeof e.for?e.for("https://github.com/benlesh/symbol-observable"):e("https://github.com/benlesh/symbol-observable");try{e.observable=n}catch(e){}}else n="@@observable";return n}Sk()&&Object.defineProperty(f,Symbol("extensions"),{value:{symbol:Ok,hostReportError:hostReportError},configurable:!0}),symbolObservablePonyfill(_k="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")());var Vk=f.prototype,Pk="@@observable",jk=(Vk[Pk]||(Vk[Pk]=function(){return this}),Object.prototype.toString);function cloneDeep(e){return cloneDeepHelper(e)}function cloneDeepHelper(n,i){switch(jk.call(n)){case"[object Array]":var t;return(i=i||new Map).has(n)?i.get(n):(t=n.slice(0),i.set(n,t),t.forEach(function(e,n){t[n]=cloneDeepHelper(e,i)}),t);case"[object Object]":var a;return(i=i||new Map).has(n)?i.get(n):(a=Object.create(Object.getPrototypeOf(n)),i.set(n,a),Object.keys(n).forEach(function(e){a[e]=cloneDeepHelper(n[e],i)}),a);default:return n}}function deepFreeze(e){var i=new Set([e]);return i.forEach(function(n){isNonNullObject(n)&&shallowFreeze(n)===n&&Object.getOwnPropertyNames(n).forEach(function(e){isNonNullObject(n[e])&&i.add(n[e])})}),e}function shallowFreeze(e){if(__DEV__&&!Object.isFrozen(e))try{Object.freeze(e)}catch(e){if(e instanceof TypeError)return null;throw e}return e}function maybeDeepFreeze(e){return __DEV__&&deepFreeze(e),e}function iterateObserversSafely(e,n,i){var t=[];e.forEach(function(e){return e[n]&&t.push(e)}),t.forEach(function(e){return e[n](i)})}var Lk="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product),xk="function"==typeof WeakSet,Bk="function"==typeof Symbol&&"function"==typeof Symbol.for;function fixObservableSubclass(n){function set(e){Object.defineProperty(n,e,{value:f})}return Bk&&Symbol.species&&set(Symbol.species),set("@@species"),n}function isPromiseLike(e){return e&&"function"==typeof e.then}var Mk=function(n){function Concast(e){var i=n.call(this,function(e){return i.addObserver(e),function(){return i.removeObserver(e)}})||this;return i.observers=new Set,i.addCount=0,i.promise=new Promise(function(e,n){i.resolve=e,i.reject=n}),i.handlers={next:function(e){null!==i.sub&&(i.latest=["next",e],iterateObserversSafely(i.observers,"next",e))},error:function(e){var n=i.sub;null!==n&&(n&&setTimeout(function(){return n.unsubscribe()}),i.sub=null,i.latest=["error",e],i.reject(e),iterateObserversSafely(i.observers,"error",e))},complete:function(){var e;null!==i.sub&&((e=i.sources.shift())?isPromiseLike(e)?e.then(function(e){return i.sub=e.subscribe(i.handlers)}):i.sub=e.subscribe(i.handlers):(i.sub=null,i.latest&&"next"===i.latest[0]?i.resolve(i.latest[1]):i.resolve(),iterateObserversSafely(i.observers,"complete")))}},i.cancel=function(e){i.reject(e),i.sources=[],i.handlers.complete()},i.promise.catch(function(e){}),isPromiseLike(e="function"==typeof e?[new f(e)]:e)?e.then(function(e){return i.start(e)},i.handlers.error):i.start(e),i}return __extends(Concast,n),Concast.prototype.start=function(e){void 0===this.sub&&(this.sources=Array.from(e),this.handlers.complete())},Concast.prototype.deliverLastMessage=function(e){var n,i;this.latest&&((i=e[n=this.latest[0]])&&i.call(e,this.latest[1]),null===this.sub)&&"next"===n&&e.complete&&e.complete()},Concast.prototype.addObserver=function(e){this.observers.has(e)||(this.deliverLastMessage(e),this.observers.add(e),++this.addCount)},Concast.prototype.removeObserver=function(e,n){this.observers.delete(e)&&--this.addCount<1&&!n&&this.handlers.error(new Error("Observable cancelled prematurely"))},Concast.prototype.cleanup=function(e){function XOa(){i||(i=!0,n.observers.delete(t),e())}var n=this,i=!1,t={next:XOa,error:XOa,complete:XOa},a=this.addCount;this.addObserver(t),this.addCount=a},Concast}(f);function isNonEmptyArray(e){return Array.isArray(e)&&0<e.length}function compact(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var t=Object.create(null);return e.forEach(function(i){i&&Object.keys(i).forEach(function(e){var n=i[e];void 0!==n&&(t[e]=n)})}),t}fixObservableSubclass(Mk);var zk=new Map;function makeUniqueId(e){var n=zk.get(e)||1;return zk.set(e,n+1),e+":"+n+":"+Math.random().toString(36).slice(2)}function stringifyForDisplay(e){var i=makeUniqueId("stringifyForDisplay");return JSON.stringify(e,function(e,n){return void 0===n?i:n}).split(JSON.stringify(i)).join("<undefined>")}function fromError(n){return new f(function(e){e.error(n)})}var $k=function(e,n,i){i=new Error(i);throw i.name="ServerError",i.response=e,i.statusCode=e.status,i.result=n,i};function validateOperation(e){for(var n=["query","operationName","variables","extensions","context"],i=0,t=Object.keys(e);i<t.length;i++){var a=t[i];if(n.indexOf(a)<0)throw __DEV__?new v("illegal argument: "+a):new v(26)}return e}function createOperation(e,n){var i=y({},e);return Object.defineProperty(n,"setContext",{enumerable:!1,value:function(e){i=y(y({},i),"function"==typeof e?e(i):e)}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:function(){return y({},i)}}),n}function transformOperation(e){e={variables:e.variables||{},extensions:e.extensions||{},operationName:e.operationName,query:e.query};return e.operationName||(e.operationName="string"!=typeof e.query?getOperationName(e.query)||void 0:""),e}function passthrough(e,n){return n?n(e):f.of()}function toLink(e){return"function"==typeof e?new Uk(e):e}function isTerminating(e){return e.request.length<=1}var qk=function(i){function LinkError(e,n){e=i.call(this,e)||this;return e.link=n,e}return __extends(LinkError,i),LinkError}(Error),Uk=function(){function ApolloLink(e){e&&(this.request=e)}return ApolloLink.empty=function(){return new ApolloLink(function(){return f.of()})},ApolloLink.from=function(e){return 0===e.length?ApolloLink.empty():e.map(toLink).reduce(function(e,n){return e.concat(n)})},ApolloLink.split=function(i,e,n){var t=toLink(e),a=toLink(n||new ApolloLink(passthrough));return isTerminating(t)&&isTerminating(a)?new ApolloLink(function(e){return i(e)?t.request(e)||f.of():a.request(e)||f.of()}):new ApolloLink(function(e,n){return i(e)?t.request(e,n)||f.of():a.request(e,n)||f.of()})},ApolloLink.execute=function(e,n){return e.request(createOperation(n.context,transformOperation(validateOperation(n))))||f.of()},ApolloLink.concat=function(e,n){var i,t=toLink(e);return isTerminating(t)?(__DEV__&&invariant.warn(new qk("You are calling concat on a terminating link, which will have no effect",t)),t):isTerminating(i=toLink(n))?new ApolloLink(function(e){return t.request(e,function(e){return i.request(e)||f.of()})||f.of()}):new ApolloLink(function(e,n){return t.request(e,function(e){return i.request(e,n)||f.of()})||f.of()})},ApolloLink.prototype.split=function(e,n,i){return this.concat(ApolloLink.split(e,n,i||new ApolloLink(passthrough)))},ApolloLink.prototype.concat=function(e){return ApolloLink.concat(this,e)},ApolloLink.prototype.request=function(e,n){throw __DEV__?new v("request is not implemented"):new v(21)},ApolloLink.prototype.onError=function(e,n){if(n&&n.error)return n.error(e),!1;throw e},ApolloLink.prototype.setOnError=function(e){return this.onError=e,this},ApolloLink}(),Gk=Object.prototype.hasOwnProperty;function parseAndCheckHttpResponse(n){return function(t){return t.text().then(function(n){try{return JSON.parse(n)}catch(e){var i=e;throw i.name="ServerParseError",i.response=t,i.statusCode=t.status,i.bodyText=n,i}}).then(function(e){return 300<=t.status&&$k(t,e,"Response not successful: Received status code "+t.status),Array.isArray(e)||Gk.call(e,"data")||Gk.call(e,"errors")||$k(t,e,"Server response was missing for query '"+(Array.isArray(n)?n.map(function(e){return e.operationName}):n.operationName)+"'."),e})}}var Qk=function(n,i){var e;try{e=JSON.stringify(n)}catch(e){n=__DEV__?new v("Network request failed. "+i+" is not serializable: "+e.message):new v(23);throw n.parseError=e,n}return e},Hk={includeQuery:!0,includeExtensions:!1},Wk={accept:"*/*","content-type":"application/json"},Kk={method:"POST"},Yk={http:Hk,headers:Wk,options:Kk},Jk=function(e,n){for(var i=[],t=2;t<arguments.length;t++)i[t-2]=arguments[t];var a=y(y({},n.options),{headers:n.headers,credentials:n.credentials}),r=n.http||{},n=(i.forEach(function(e){a=y(y(y({},a),e.options),{headers:y(y({},a.headers),headersToLowerCase(e.headers))}),e.credentials&&(a.credentials=e.credentials),r=y(y({},r),e.http)}),e.operationName),d=e.query,n={operationName:n,variables:e.variables};return r.includeExtensions&&(n.extensions=e.extensions),r.includeQuery&&(n.query=print(d)),{options:a,body:n}};function headersToLowerCase(n){var i;return n&&(i=Object.create(null),Object.keys(Object(n)).forEach(function(e){i[e.toLowerCase()]=n[e]}),i)}var Zk=function(e){if(!e&&"undefined"==typeof fetch)throw __DEV__?new v("\n\"fetch\" has not been found globally and no fetcher has been configured. To fix this, install a fetch package (like https://www.npmjs.com/package/cross-fetch), instantiate the fetcher, and pass it into your HttpLink constructor. For example:\n\nimport fetch from 'cross-fetch';\nimport { ApolloClient, HttpLink } from '@apollo/client';\nconst client = new ApolloClient({\n link: new HttpLink({ uri: '/graphql', fetch })\n});\n "):new v(22)},Xk=function(){var e;return"undefined"==typeof AbortController?{controller:!1,signal:!1}:{controller:e=new AbortController,signal:e.signal}},ey=function(e,n){var i=e.getContext().uri;return i||("function"==typeof n?n(e):n||"/graphql")};function rewriteURIForGET(e,n){function _Qa(e,n){i.push(e+"="+encodeURIComponent(n))}var i=[];if("query"in n&&_Qa("query",n.query),n.operationName&&_Qa("operationName",n.operationName),n.variables){var t=void 0;try{t=Qk(n.variables,"Variables map")}catch(e){return{parseError:e}}_Qa("variables",t)}if(n.extensions){t=void 0;try{t=Qk(n.extensions,"Extensions map")}catch(e){return{parseError:e}}_Qa("extensions",t)}var n="",t=e,a=e.indexOf("#"),e=(-1!==a&&(n=e.substr(a),t=e.substr(0,a)),-1===t.indexOf("?")?"?":"&");return{newURI:t+e+i.join("&")+n}}var ny=maybe$2(function(){return fetch}),iy=function(e){var n=(e=void 0===e?{}:e).uri,m=void 0===n?"/graphql":n,p=e.fetch,n=e.includeExtensions,c=e.useGETForQueries,i=e.includeUnusedVariables,v=void 0!==i&&i,i=__rest(e,["uri","fetch","includeExtensions","useGETForQueries","includeUnusedVariables"]),k=(__DEV__&&Zk(p||ny),{http:{includeExtensions:n},options:i.fetchOptions,credentials:i.credentials,headers:i.headers});return new Uk(function(i){var t,e,a=ey(i,m),n=i.getContext(),r={},d=(n.clientAwareness&&(o=(d=n.clientAwareness).version,(d=d.name)&&(r["apollographql-client-name"]=d),o)&&(r["apollographql-client-version"]=o),y(y({},r),n.headers)),o=Jk(i,Yk,k,{http:n.http,options:n.fetchOptions,credentials:n.credentials,headers:d}),s=o.options,l=o.body;l.variables&&!v&&(t=new Set(Object.keys(l.variables)),visit(i.query,{Variable:function(e,n,i){i&&"VariableDefinition"!==i.kind&&t.delete(e.name.value)}}),t.size)&&(l.variables=y({},l.variables),t.forEach(function(e){delete l.variables[e]})),!s.signal&&(r=Xk(),e=r.controller)&&(s.signal=r.signal);if(c&&!i.query.definitions.some(function(e){return"OperationDefinition"===e.kind&&"mutation"===e.operation})&&(s.method="GET"),"GET"===s.method){var n=rewriteURIForGET(a,l),d=n.newURI,u=n.parseError;if(u)return fromError(u);a=d}else try{s.body=Qk(l,"Payload")}catch(u){return fromError(u)}return new f(function(n){return(p||maybe$2(function(){return fetch})||ny)(a,s).then(function(e){return i.setContext({response:e}),e}).then(parseAndCheckHttpResponse(i)).then(function(e){return n.next(e),n.complete(),e}).catch(function(e){"AbortError"!==e.name&&(e.result&&e.result.errors&&e.result.data&&n.next(e.result),n.error(e))}),function(){e&&e.abort()}})})};!function(i){function HttpLink(e){var n=i.call(this,iy(e=void 0===e?{}:e).request)||this;return n.options=e,n}__extends(HttpLink,i)}(Uk);const{toString:ty,hasOwnProperty:ay}=Object.prototype,ry=Function.prototype.toString,dy=new Map;function equal(e,n){try{return check(e,n)}finally{dy.clear()}}function check(n,i){if(n===i)return!0;var e=ty.call(n),t=ty.call(i);if(e===t)switch(e){case"[object Array]":if(n.length!==i.length)return!1;case"[object Object]":if(!previouslyCompared(n,i)){var a=definedKeys(n),r=definedKeys(i),d=a.length;if(d!==r.length)return!1;for(let e=0;e<d;++e)if(!ay.call(i,a[e]))return!1;for(let e=0;e<d;++e){var o=a[e];if(!check(n[o],i[o]))return!1}}return!0;case"[object Error]":return n.name===i.name&&n.message===i.message;case"[object Number]":if(n!=n)return i!=i;case"[object Boolean]":case"[object Date]":return+n==+i;case"[object RegExp]":case"[object String]":return n==""+i;case"[object Map]":case"[object Set]":if(n.size!==i.size)return!1;if(!previouslyCompared(n,i))for(var s=n.entries(),l="[object Map]"===e;;){var u=s.next();if(u.done)break;var[u,m]=u.value;if(!i.has(u))return!1;if(l&&!check(m,i.get(u)))return!1}return!0;case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":n=new Uint8Array(n),i=new Uint8Array(i);case"[object DataView]":{let e=n.byteLength;if(e===i.byteLength)for(;e--&&n[e]===i[e];);return-1===e}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":r=ry.call(n);return r!==ry.call(i)?!1:!endsWith(r,oy)}return!1}function definedKeys(e){return Object.keys(e).filter(isDefinedKey,e)}function isDefinedKey(e){return void 0!==this[e]}const oy="{ [native code] }";function endsWith(e,n){var i=e.length-n.length;return 0<=i&&e.indexOf(n,i)===i}function previouslyCompared(e,n){let i=dy.get(e);if(i){if(i.has(n))return!0}else dy.set(e,i=new Set);return i.add(n),!1}var sy=function(){return Object.create(null)},ly=Array.prototype,uy=ly.forEach,my=ly.slice,py=function(){function Trie(e,n){void 0===n&&(n=sy),this.weakness=e=void 0===e?!0:e,this.makeData=n}return Trie.prototype.lookup=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.lookupArray(e)},Trie.prototype.lookupArray=function(e){var n=this;return uy.call(e,function(e){return n=n.getChildTrie(e)}),n.data||(n.data=this.makeData(my.call(e)))},Trie.prototype.getChildTrie=function(e){var n=this.weakness&&isObjRef(e)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map),i=n.get(e);return i||n.set(e,i=new Trie(this.weakness,this.makeData)),i},Trie}();function isObjRef(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}let cy=null;const vy={};let ky=1;const yy=()=>class Slot{constructor(){this.id=["slot",ky++,Date.now(),Math.random().toString(36).slice(2)].join(":")}hasValue(){for(let e=cy;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===vy)break;return e!==cy&&(cy.slots[this.id]=n),!0}return cy&&(cy.slots[this.id]=vy),!1}getValue(){if(this.hasValue())return cy.slots[this.id]}withValue(e,n,i,t){var e={__proto__:null,[this.id]:e},a=cy;cy={parent:a,slots:e};try{return n.apply(t,i)}finally{cy=a}}static bind(n){const i=cy;return function(){var e=cy;try{return cy=i,n.apply(this,arguments)}finally{cy=e}}}static noContext(e,n,i){if(!cy)return e.apply(i,n);var t=cy;try{return cy=null,e.apply(i,n)}finally{cy=t}}};function maybe(e){try{return e()}catch(e){}}const fy="@wry/context:Slot",Ny=maybe(()=>globalThis)||maybe(()=>global)||Object.create(null),gy=Ny,Ty=gy[fy]||Array[fy]||function(e){try{Object.defineProperty(gy,fy,{value:e,enumerable:!1,writable:!1,configurable:!0})}finally{return e}}(yy());function defaultDispose(){}var hy,Iy=function(){function Cache(e,n){void 0===n&&(n=defaultDispose),this.max=e=void 0===e?1/0:e,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}return Cache.prototype.has=function(e){return this.map.has(e)},Cache.prototype.get=function(e){e=this.getNode(e);return e&&e.value},Cache.prototype.getNode=function(e){var n,i,e=this.map.get(e);return e&&e!==this.newest&&(n=e.older,(i=e.newer)&&(i.older=n),n&&(n.newer=i),e.older=this.newest,(e.older.newer=e).newer=null,(this.newest=e)===this.oldest)&&(this.oldest=i),e},Cache.prototype.set=function(e,n){var i=this.getNode(e);return i?i.value=n:(i={key:e,value:n,newer:null,older:this.newest},this.newest&&(this.newest.newer=i),this.newest=i,this.oldest=this.oldest||i,this.map.set(e,i),i.value)},Cache.prototype.clean=function(){for(;this.oldest&&this.max<this.map.size;)this.delete(this.oldest.key)},Cache.prototype.delete=function(e){var n=this.map.get(e);return!!n&&(n===this.newest&&(this.newest=n.older),n===this.oldest&&(this.oldest=n.newer),n.newer&&(n.newer.older=n.older),n.older&&(n.older.newer=n.newer),this.map.delete(e),this.dispose(n.value,e),!0)},Cache}(),Dy=new Ty,by=Object.prototype.hasOwnProperty,Sy=void 0===(hy=Array.from)?function(e){var n=[];return e.forEach(function(e){return n.push(e)}),n}:hy;function maybeUnsubscribe(e){var n=e.unsubscribe;"function"==typeof n&&(e.unsubscribe=void 0,n())}var Fy=[],Ey=100;function assert(e,n){if(!e)throw new Error(n||"assertion failure")}function valueIs(e,n){var i=e.length;return 0<i&&i===n.length&&e[i-1]===n[i-1]}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}function valueCopy(e){return e.slice(0)}var Ay=function(){function Entry(e){this.fn=e,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++Entry.count}return Entry.prototype.peek=function(){if(1===this.value.length&&!mightBeDirty(this))return rememberParent(this),this.value[0]},Entry.prototype.recompute=function(e){return assert(!this.recomputing,"already recomputing"),rememberParent(this),mightBeDirty(this)?reallyRecompute(this,e):valueGet(this.value)},Entry.prototype.setDirty=function(){this.dirty||(this.dirty=!0,this.value.length=0,reportDirty(this),maybeUnsubscribe(this))},Entry.prototype.dispose=function(){var i=this;this.setDirty(),forgetChildren(this),eachParent(this,function(e,n){e.setDirty(),forgetChild(e,i)})},Entry.prototype.forget=function(){this.dispose()},Entry.prototype.dependOn=function(e){e.add(this),this.deps||(this.deps=Fy.pop()||new Set),this.deps.add(e)},Entry.prototype.forgetDeps=function(){var n=this;this.deps&&(Sy(this.deps).forEach(function(e){return e.delete(n)}),this.deps.clear(),Fy.push(this.deps),this.deps=null)},Entry.count=0,Entry}();function rememberParent(e){var n=Dy.getValue();if(n)return e.parents.add(n),n.childValues.has(e)||n.childValues.set(e,[]),(mightBeDirty(e)?reportDirtyChild:reportCleanChild)(n,e),n}function reallyRecompute(e,n){return forgetChildren(e),Dy.withValue(e,recomputeNewValue,[e,n]),maybeSubscribe(e,n)&&setClean(e),valueGet(e.value)}function recomputeNewValue(n,e){n.recomputing=!0,n.value.length=0;try{n.value[0]=n.fn.apply(null,e)}catch(e){n.value[1]=e}n.recomputing=!1}function mightBeDirty(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function setClean(e){e.dirty=!1,mightBeDirty(e)||reportClean(e)}function reportDirty(e){eachParent(e,reportDirtyChild)}function reportClean(e){eachParent(e,reportCleanChild)}function eachParent(e,n){var i=e.parents.size;if(i)for(var t=Sy(e.parents),a=0;a<i;++a)n(t[a],e)}function reportDirtyChild(e,n){assert(e.childValues.has(n)),assert(mightBeDirty(n));var i=!mightBeDirty(e);if(e.dirtyChildren){if(e.dirtyChildren.has(n))return}else e.dirtyChildren=Fy.pop()||new Set;e.dirtyChildren.add(n),i&&reportDirty(e)}function reportCleanChild(e,n){assert(e.childValues.has(n)),assert(!mightBeDirty(n));var i=e.childValues.get(n);0===i.length?e.childValues.set(n,valueCopy(n.value)):valueIs(i,n.value)||e.setDirty(),removeDirtyChild(e,n),mightBeDirty(e)||reportClean(e)}function removeDirtyChild(e,n){var i=e.dirtyChildren;i&&(i.delete(n),0===i.size)&&(Fy.length<Ey&&Fy.push(i),e.dirtyChildren=null)}function forgetChildren(i){0<i.childValues.size&&i.childValues.forEach(function(e,n){forgetChild(i,n)}),i.forgetDeps(),assert(null===i.dirtyChildren)}function forgetChild(e,n){n.parents.delete(e),e.childValues.delete(n),removeDirtyChild(e,n)}function maybeSubscribe(n,e){if("function"==typeof n.subscribe)try{maybeUnsubscribe(n),n.unsubscribe=n.subscribe.apply(null,e)}catch(e){return n.setDirty(),!1}return!0}var Oy={setDirty:!0,dispose:!0,forget:!0};function dep(e){var a=new Map,t=e&&e.subscribe;function depend(e){var n,i=Dy.getValue();i&&((n=a.get(e))||a.set(e,n=new Set),i.dependOn(n),"function"==typeof t)&&(maybeUnsubscribe(n),n.unsubscribe=t(e))}return depend.dirty=function dirty(e,n){var i,t=a.get(e);t&&(i=n&&by.call(Oy,n)?n:"setDirty",Sy(t).forEach(function(e){return e[i]()}),a.delete(e),maybeUnsubscribe(t))},depend}function makeDefaultMakeCacheKeyFunction(){var e=new py("function"==typeof WeakMap);return function(){return e.lookupArray(arguments)}}makeDefaultMakeCacheKeyFunction();var Cy=new Set;function wrap(t,a){void 0===a&&(a=Object.create(null));function HUa(){var e,n,i=o.apply(null,d?d.apply(null,arguments):arguments);return void 0===i?t.apply(null,arguments):((e=r.get(i))||(r.set(i,e=new Ay(t)),e.subscribe=a.subscribe,e.forget=function(){return r.delete(i)}),n=e.recompute(Array.prototype.slice.call(arguments)),r.set(i,e),Cy.add(r),Dy.hasValue()||(Cy.forEach(function(e){return e.clean()}),Cy.clear()),n)}var r=new Iy(a.max||Math.pow(2,16),function(e){return e.dispose()}),d=a.keyArgs,o=a.makeCacheKey||makeDefaultMakeCacheKeyFunction();function dirtyKey(e){e=r.get(e);e&&e.setDirty()}function peekKey(e){e=r.get(e);if(e)return e.peek()}function forgetKey(e){return r.delete(e)}return Object.defineProperty(HUa,"size",{get:function(){return r.map.size},configurable:!1,enumerable:!1}),HUa.dirtyKey=dirtyKey,HUa.dirty=function dirty(){dirtyKey(o.apply(null,arguments))},HUa.peekKey=peekKey,HUa.peek=function peek(){return peekKey(o.apply(null,arguments))},HUa.forgetKey=forgetKey,HUa.forget=function forget(){return forgetKey(o.apply(null,arguments))},HUa.makeCacheKey=o,HUa.getKey=d?function getKey(){return o.apply(null,d.apply(null,arguments))}:o,Object.freeze(HUa)}var _y=function(){function ApolloCache(){this.getFragmentDoc=wrap(getFragmentQueryDocument)}return ApolloCache.prototype.batch=function(e){this.performTransaction(e.update,"string"==typeof e.optimistic?e.optimistic:!1===e.optimistic?null:void 0)},ApolloCache.prototype.recordOptimisticTransaction=function(e,n){this.performTransaction(e,n)},ApolloCache.prototype.transformDocument=function(e){return e},ApolloCache.prototype.identify=function(e){},ApolloCache.prototype.gc=function(){return[]},ApolloCache.prototype.modify=function(e){return!1},ApolloCache.prototype.transformForLink=function(e){return e},ApolloCache.prototype.readQuery=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(y(y({},e),{rootId:e.id||"ROOT_QUERY",optimistic:n}))},ApolloCache.prototype.readFragment=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(y(y({},e),{query:this.getFragmentDoc(e.fragment,e.fragmentName),rootId:e.id,optimistic:n}))},ApolloCache.prototype.writeQuery=function(e){var n=e.id,i=e.data,e=__rest(e,["id","data"]);return this.write(Object.assign(e,{dataId:n||"ROOT_QUERY",result:i}))},ApolloCache.prototype.writeFragment=function(e){var n=e.id,i=e.data,t=e.fragment,a=e.fragmentName,e=__rest(e,["id","data","fragment","fragmentName"]);return this.write(Object.assign(e,{query:this.getFragmentDoc(t,a),dataId:n,result:i}))},ApolloCache}(),Ry=function(r){function MissingFieldError(e,n,i,t){var a=r.call(this,e)||this;return a.message=e,a.path=n,a.query=i,a.variables=t,a.__proto__=MissingFieldError.prototype,a}return __extends(MissingFieldError,r),MissingFieldError}(Error),wy=Object.prototype.hasOwnProperty;function defaultDataIdFromObject(e,n){var i=e.__typename,t=e.id,e=e._id;if("string"==typeof i&&(n&&(n.keyObject=void 0!==t?{id:t}:void 0!==e?{_id:e}:void 0),void 0!==(t=void 0===t?e:t)))return i+":"+("number"==typeof t||"string"==typeof t?t:JSON.stringify(t))}var Vy={dataIdFromObject:defaultDataIdFromObject,addTypename:!0,resultCaching:!0,canonizeResults:!1};function normalizeConfig(e){return compact(Vy,e)}function shouldCanonizeResults(e){e=e.canonizeResults;return void 0===e?Vy.canonizeResults:e}function getTypenameFromStoreObject(e,n){return isReference(n)?e.get(n.__ref,"__typename"):n&&n.__typename}var Py=/^[_a-z][_0-9a-z]*/i;function fieldNameFromStoreName(e){var n=e.match(Py);return n?n[0]:e}function selectionSetMatchesResult(n,i,t){return!!isNonNullObject(i)&&(Array.isArray(i)?i.every(function(e){return selectionSetMatchesResult(n,e,t)}):n.selections.every(function(e){var n;return!isField(e)||!shouldInclude(e,t)||(n=resultKeyNameFromField(e),wy.call(i,n)&&(!e.selectionSet||selectionSetMatchesResult(e.selectionSet,i[n],t)))}))}function storeValueIsStoreObject(e){return isNonNullObject(e)&&!isReference(e)&&!Array.isArray(e)}function makeProcessedFieldsMerger(){return new bk}var jy=Object.create(null),Ly=function(){return jy},xy=Object.create(null),By=function(){function EntityStore(e,n){var a=this;this.policies=e,this.group=n,this.data=Object.create(null),this.rootIds=Object.create(null),this.refs=Object.create(null),this.getFieldValue=function(e,n){return maybeDeepFreeze(isReference(e)?a.get(e.__ref,n):e&&e[n])},this.canRead=function(e){return isReference(e)?a.has(e.__ref):"object"==typeof e},this.toReference=function(e,n){var i,t;return"string"==typeof e?makeReference(e):isReference(e)?e:(i=a.policies.identify(e)[0])?(t=makeReference(i),n&&a.merge(i,e),t):void 0}}return EntityStore.prototype.toObject=function(){return y({},this.data)},EntityStore.prototype.has=function(e){return void 0!==this.lookup(e,!0)},EntityStore.prototype.get=function(e,n){if(this.group.depend(e,n),wy.call(this.data,e)){var i=this.data[e];if(i&&wy.call(i,n))return i[n]}return"__typename"===n&&wy.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof zy?this.parent.get(e,n):void 0},EntityStore.prototype.lookup=function(e,n){return n&&this.group.depend(e,"__exists"),wy.call(this.data,e)?this.data[e]:this instanceof zy?this.parent.lookup(e,n):this.policies.rootTypenamesById[e]?Object.create(null):void 0},EntityStore.prototype.merge=function(e,n){var i,t,a,r=this,d=(isReference(e)&&(e=e.__ref),isReference(n)&&(n=n.__ref),"string"==typeof e?this.lookup(i=e):e),e="string"==typeof n?this.lookup(i=n):n;e&&(__DEV__?invariant("string"==typeof i,"store.merge expects a string ID"):invariant("string"==typeof i,1),t=new bk(storeObjectReconciler).merge(d,e),(this.data[i]=t)!==d)&&(delete this.refs[i],this.group.caching)&&(a=Object.create(null),d||(a.__exists=1),Object.keys(e).forEach(function(e){var n;d&&d[e]===t[e]||(a[e]=1,(n=fieldNameFromStoreName(e))===e||r.policies.hasKeyArgs(t.__typename,n)||(a[n]=1),void 0!==t[e])||r instanceof zy||delete t[e]}),!a.__typename||d&&d.__typename||this.policies.rootTypenamesById[i]!==t.__typename||delete a.__typename,Object.keys(a).forEach(function(e){return r.group.dirty(i,e)}))},EntityStore.prototype.modify=function(a,r){var d=this,o=this.lookup(a);if(o){var s=Object.create(null),l=!1,u=!0,m={DELETE:jy,INVALIDATE:xy,isReference:isReference,toReference:this.toReference,canRead:this.canRead,readField:function(e,n){return d.policies.readField("string"==typeof e?{fieldName:e,from:n||makeReference(a)}:e,{store:d})}};if(Object.keys(o).forEach(function(e){var n,i=fieldNameFromStoreName(e),t=o[e];void 0!==t&&((n="function"==typeof r?r:r[e]||r[i])&&((n=n===Ly?jy:n(maybeDeepFreeze(t),y(y({},m),{fieldName:i,storeFieldName:e,storage:d.getStorage(a,e)})))===xy?d.group.dirty(a,e):(n=n===jy?void 0:n)!==t&&(l=!0,t=s[e]=n)),void 0!==t)&&(u=!1)}),l)return this.merge(a,s),u&&(this instanceof zy?this.data[a]=void 0:delete this.data[a],this.group.dirty(a,"__exists")),!0}return!1},EntityStore.prototype.delete=function(e,n,i){var t=this.lookup(e);return!!t&&(t=this.getFieldValue(t,"__typename"),t=n&&i?this.policies.getStoreFieldName({typename:t,fieldName:n,args:i}):n,this.modify(e,t?((i={})[t]=Ly,i):Ly))},EntityStore.prototype.evict=function(e,n){var i=!1;return e.id&&(wy.call(this.data,e.id)&&(i=this.delete(e.id,e.fieldName,e.args)),this instanceof zy&&this!==n&&(i=this.parent.evict(e,n)||i),e.fieldName||i)&&this.group.dirty(e.id,e.fieldName||"__exists"),i},EntityStore.prototype.clear=function(){this.replace(null)},EntityStore.prototype.extract=function(){var n=this,e=this.toObject(),i=[];return this.getRootIdSet().forEach(function(e){wy.call(n.policies.rootTypenamesById,e)||i.push(e)}),i.length&&(e.__META={extraRootIds:i.sort()}),e},EntityStore.prototype.replace=function(n){var e,i,t=this;Object.keys(this.data).forEach(function(e){n&&wy.call(n,e)||t.delete(e)}),n&&(e=n.__META,i=__rest(n,["__META"]),Object.keys(i).forEach(function(e){t.merge(e,i[e])}),e)&&e.extraRootIds.forEach(this.retain,this)},EntityStore.prototype.retain=function(e){return this.rootIds[e]=(this.rootIds[e]||0)+1},EntityStore.prototype.release=function(e){var n;return 0<this.rootIds[e]?((n=--this.rootIds[e])||delete this.rootIds[e],n):0},EntityStore.prototype.getRootIdSet=function(e){return void 0===e&&(e=new Set),Object.keys(this.rootIds).forEach(e.add,e),this instanceof zy?this.parent.getRootIdSet(e):Object.keys(this.policies.rootTypenamesById).forEach(e.add,e),e},EntityStore.prototype.gc=function(){var n=this,i=this.getRootIdSet(),t=this.toObject(),e=(i.forEach(function(e){wy.call(t,e)&&(Object.keys(n.findChildRefIds(e)).forEach(i.add,i),delete t[e])}),Object.keys(t));if(e.length){for(var a=this;a instanceof zy;)a=a.parent;e.forEach(function(e){return a.delete(e)})}return e},EntityStore.prototype.findChildRefIds=function(e){if(!wy.call(this.refs,e)){var i=this.refs[e]=Object.create(null),n=this.data[e];if(!n)return i;var t=new Set([n]);t.forEach(function(n){isReference(n)&&(i[n.__ref]=!0),isNonNullObject(n)&&Object.keys(n).forEach(function(e){e=n[e];isNonNullObject(e)&&t.add(e)})})}return this.refs[e]},EntityStore.prototype.makeCacheKey=function(){return this.group.keyMaker.lookupArray(arguments)},EntityStore}(),My=function(){function CacheGroup(e,n){void 0===n&&(n=null),this.caching=e,this.parent=n,this.d=null,this.resetCaching()}return CacheGroup.prototype.resetCaching=function(){this.d=this.caching?dep():null,this.keyMaker=new py(Lk)},CacheGroup.prototype.depend=function(e,n){var i;this.d&&(this.d(makeDepKey(e,n)),(i=fieldNameFromStoreName(n))!==n&&this.d(makeDepKey(e,i)),this.parent)&&this.parent.depend(e,n)},CacheGroup.prototype.dirty=function(e,n){this.d&&this.d.dirty(makeDepKey(e,n),"__exists"===n?"forget":"setDirty")},CacheGroup}();function makeDepKey(e,n){return n+"#"+e}function maybeDependOnExistenceOfEntity(e,n){supportsResultCaching(e)&&e.group.depend(n,"__exists")}!function(e){__extends(Root,t=e),Root.prototype.addLayer=function(e,n){return this.stump.addLayer(e,n)},Root.prototype.removeLayer=function(){return this},Root.prototype.getStorage=function(){return this.storageTrie.lookupArray(arguments)};var t,n=Root;function Root(e){var n=e.resultCaching,i=e.seed,e=t.call(this,e.policies,new My(void 0===n||n))||this;return e.stump=new $y(e),e.storageTrie=new py(Lk),i&&e.replace(i),e}e.Root=n}(By=By||{});var zy=function(r){function Layer(e,n,i,t){var a=r.call(this,n.policies,t)||this;return a.id=e,a.parent=n,a.replay=i,a.group=t,i(a),a}return __extends(Layer,r),Layer.prototype.addLayer=function(e,n){return new Layer(e,this,n,this.group)},Layer.prototype.removeLayer=function(e){var a=this,r=this.parent.removeLayer(e);return e===this.id?(this.group.caching&&Object.keys(this.data).forEach(function(n){var i=a.data[n],t=r.lookup(n);t?i?i!==t&&Object.keys(i).forEach(function(e){equal(i[e],t[e])||a.group.dirty(n,e)}):(a.group.dirty(n,"__exists"),Object.keys(t).forEach(function(e){a.group.dirty(n,e)})):a.delete(n)}),r):r===this.parent?this:r.addLayer(this.id,this.replay)},Layer.prototype.toObject=function(){return y(y({},this.parent.toObject()),this.data)},Layer.prototype.findChildRefIds=function(e){var n=this.parent.findChildRefIds(e);return wy.call(this.data,e)?y(y({},n),r.prototype.findChildRefIds.call(this,e)):n},Layer.prototype.getStorage=function(){for(var e=this.parent;e.parent;)e=e.parent;return e.getStorage.apply(e,arguments)},Layer}(By),$y=function(n){function Stump(e){return n.call(this,"EntityStore.Stump",e,function(){},new My(e.group.caching,e.group))||this}return __extends(Stump,n),Stump.prototype.removeLayer=function(){return this},Stump.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},Stump}(zy);function storeObjectReconciler(e,n,i){e=e[i],n=n[i];return equal(e,n)?e:n}function supportsResultCaching(e){return!!(e instanceof By&&e.group.caching)}function shallowCopy(e){return isNonNullObject(e)?Array.isArray(e)?e.slice(0):y({__proto__:Object.getPrototypeOf(e)},e):e}var qy,Uy,Gy=function(){function ObjectCanon(){this.known=new(xk?WeakSet:Set),this.pool=new py(Lk),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}return ObjectCanon.prototype.isKnown=function(e){return isNonNullObject(e)&&this.known.has(e)},ObjectCanon.prototype.pass=function(e){var n;return isNonNullObject(e)?(n=shallowCopy(e),this.passes.set(n,e),n):e},ObjectCanon.prototype.admit=function(n){var i=this;if(isNonNullObject(n)){var e,t,a,r,d,o,s=this.passes.get(n);if(s)return s;switch(Object.getPrototypeOf(n)){case Array.prototype:return this.known.has(n)?n:(e=n.map(this.admit,this),(d=this.pool.lookupArray(e)).array||(this.known.add(d.array=e),__DEV__&&Object.freeze(e)),d.array);case null:case Object.prototype:return this.known.has(n)?n:(e=Object.getPrototypeOf(n),t=[e],a=this.sortedKeys(n),t.push(a.json),r=t.length,a.sorted.forEach(function(e){t.push(i.admit(n[e]))}),(d=this.pool.lookupArray(t)).object||(o=d.object=Object.create(e),this.known.add(o),a.sorted.forEach(function(e,n){o[e]=t[r+n]}),__DEV__&&Object.freeze(o)),d.object)}}return n},ObjectCanon.prototype.sortedKeys=function(e){var n,e=Object.keys(e),i=this.pool.lookupArray(e);return i.keys||(e.sort(),n=JSON.stringify(e),i.keys=this.keysByJSON.get(n))||this.keysByJSON.set(n,i.keys={sorted:e,json:n}),i.keys},ObjectCanon}(),Qy=Object.assign(function(e){var n,i;return isNonNullObject(e)?(void 0===qy&&resetCanonicalStringify(),n=qy.admit(e),void 0===(i=Uy.get(n))&&Uy.set(n,i=JSON.stringify(n)),i):JSON.stringify(e)},{reset:resetCanonicalStringify});function resetCanonicalStringify(){qy=new Gy,Uy=new(Lk?WeakMap:Map)}function missingFromInvariant(e,n){return new Ry(e.message,n.path.slice(),n.query,n.variables)}function execSelectionSetKeyArgs(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var Hy=function(){function StoreReader(e){var a=this;this.knownResults=new(Lk?WeakMap:Map),this.config=compact(e,{addTypename:!1!==e.addTypename,canonizeResults:shouldCanonizeResults(e)}),this.canon=e.canon||new Gy,this.executeSelectionSet=wrap(function(e){var n=e.context.canonizeResults,i=execSelectionSetKeyArgs(e),t=(i[3]=!n,(t=a.executeSelectionSet).peek.apply(t,i));return t?n?y(y({},t),{result:a.canon.admit(t.result)}):t:(maybeDependOnExistenceOfEntity(e.context.store,e.enclosingRef.__ref),a.execSelectionSetImpl(e))},{max:this.config.resultCacheMaxSize,keyArgs:execSelectionSetKeyArgs,makeCacheKey:function(e,n,i,t){if(supportsResultCaching(i.store))return i.store.makeCacheKey(e,isReference(n)?n.__ref:n,i.varString,t)}}),this.executeSubSelectedArray=wrap(function(e){return maybeDependOnExistenceOfEntity(e.context.store,e.enclosingRef.__ref),a.execSubSelectedArrayImpl(e)},{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var n=e.field,i=e.array,e=e.context;if(supportsResultCaching(e.store))return e.store.makeCacheKey(n,i,e.varString)}})}return StoreReader.prototype.resetCanon=function(){this.canon=new Gy},StoreReader.prototype.diffQueryAgainstStore=function(e){var n=e.store,i=e.query,t=e.rootId,t=void 0===t?"ROOT_QUERY":t,a=e.variables,r=e.returnPartialData,r=void 0===r||r,e=e.canonizeResults,e=void 0===e?this.config.canonizeResults:e,d=this.config.cache.policies,a=y(y({},getDefaultValues(getQueryDefinition(i))),a),t=makeReference(t),t=this.executeSelectionSet({selectionSet:getMainDefinition(i).selectionSet,objectOrReference:t,enclosingRef:t,context:{store:n,query:i,policies:d,variables:a,varString:Qy(a),canonizeResults:e,fragmentMap:createFragmentMap(getFragmentDefinitions(i)),path:[]}}),n=t.missing&&0<t.missing.length;if(n&&!r)throw t.missing[0];return{result:t.result,missing:t.missing,complete:!n}},StoreReader.prototype.isFresh=function(e,n,i,t){if(supportsResultCaching(t.store)&&this.knownResults.get(e)===i){i=this.executeSelectionSet.peek(i,n,t,this.canon.isKnown(e));if(i&&e===i.result)return!0}return!1},StoreReader.prototype.execSelectionSetImpl=function(e){var a=this,n=e.selectionSet,r=e.objectOrReference,d=e.enclosingRef,o=e.context;if(isReference(r)&&!o.policies.rootTypenamesById[r.__ref]&&!o.store.has(r.__ref))return{result:this.canon.empty,missing:[missingFromInvariant(__DEV__?new v("Dangling reference to missing "+r.__ref+" object"):new v(5),o)]};var s=o.variables,l=o.policies,u=[],i={result:null},m=o.store.getFieldValue(r,"__typename");function getMissing(){return i.missing||(i.missing=[])}function handleMissing(e){var n;return e.missing&&(n=getMissing()).push.apply(n,e.missing),e.result}this.config.addTypename&&"string"==typeof m&&!l.rootIdsByTypename[m]&&u.push({__typename:m});var p=new Set(n.selections),e=(p.forEach(function(e){var n,i,t;shouldInclude(e,s)&&(isField(e)?(t=l.readField({fieldName:e.name.value,field:e,variables:o.variables,from:r},o),i=resultKeyNameFromField(e),o.path.push(i),void 0===t?hk.added(e)||getMissing().push(missingFromInvariant(__DEV__?new v("Can't find field '"+e.name.value+"' on "+(isReference(r)?r.__ref+" object":"object "+JSON.stringify(r,null,2))):new v(6),o)):Array.isArray(t)?t=handleMissing(a.executeSubSelectedArray({field:e,array:t,enclosingRef:d,context:o})):e.selectionSet?null!=t&&(t=handleMissing(a.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:t,enclosingRef:isReference(t)?t:d,context:o}))):o.canonizeResults&&(t=a.canon.pass(t)),void 0!==t&&u.push(((n={})[i]=t,n)),invariant(o.path.pop()===i)):(t=getFragmentFromSelection(e,o.fragmentMap))&&l.fragmentMatches(t,m)&&t.selectionSet.selections.forEach(p.add,p))}),mergeDeepArray(u));return i.result=o.canonizeResults?this.canon.admit(e):maybeDeepFreeze(e),this.knownResults.set(i.result,n),i},StoreReader.prototype.execSubSelectedArrayImpl=function(e){var i,t=this,a=e.field,n=e.array,r=e.enclosingRef,d=e.context;function handleMissing(e,n){return e.missing&&(i=i||[]).push.apply(i,e.missing),invariant(d.path.pop()===n),e.result}return n=(n=a.selectionSet?n.filter(d.store.canRead):n).map(function(e,n){return null===e?null:(d.path.push(n),Array.isArray(e)?handleMissing(t.executeSubSelectedArray({field:a,array:e,enclosingRef:r,context:d}),n):a.selectionSet?handleMissing(t.executeSelectionSet({selectionSet:a.selectionSet,objectOrReference:e,enclosingRef:isReference(e)?e:r,context:d}),n):(__DEV__&&assertSelectionSetForIdValue(d.store,a,e),invariant(d.path.pop()===n),e))}),{result:d.canonizeResults?this.canon.admit(n):n,missing:i}},StoreReader}();function assertSelectionSetForIdValue(n,i,e){var t;i.selectionSet||(t=new Set([e])).forEach(function(e){isNonNullObject(e)&&(__DEV__?invariant(!isReference(e),"Missing selection set for object of type "+getTypenameFromStoreObject(n,e)+" returned for query field "+i.name.value):invariant(!isReference(e),7),Object.values(e).forEach(t.add,t))})}var Wy=function(){function StoreWriter(e,n){this.cache=e,this.reader=n}return StoreWriter.prototype.writeToStore=function(o,e){var s=this,n=e.query,i=e.result,t=e.dataId,a=e.variables,e=e.overwrite,r=getOperationDefinition(n),d=makeProcessedFieldsMerger(),a=y(y({},getDefaultValues(r)),a),l={store:o,written:Object.create(null),merge:function(e,n){return d.merge(e,n)},variables:a,varString:Qy(a),fragmentMap:createFragmentMap(getFragmentDefinitions(n)),overwrite:!!e,incomingById:new Map,clientOnly:!1},a=this.processSelectionSet({result:i||Object.create(null),dataId:t,selectionSet:r.selectionSet,mergeTree:{map:new Map},context:l});if(isReference(a))return l.incomingById.forEach(function(e,n){var i,t=e.fields,a=e.mergeTree,e=e.selections,r=makeReference(n);if(a&&a.map.size){var d=s.applyMerges(a,r,t,l);if(isReference(d))return;t=d}__DEV__&&!l.overwrite&&(i=new Set,e.forEach(function(e){isField(e)&&e.selectionSet&&i.add(e.name.value)}),Object.keys(t).forEach(function(e){i.has(fieldNameFromStoreName(e))&&!function(e){e=a&&a.map.get(e);return Boolean(e&&e.info&&e.info.merge)}(e)&&warnAboutDataLoss(r,t,e,l.store)})),o.merge(n,t)}),o.retain(a.__ref),a;throw __DEV__?new v("Could not identify object "+JSON.stringify(i)):new v(8)},StoreWriter.prototype.processSelectionSet=function(e){var o=this,n=e.dataId,s=e.result,i=e.selectionSet,l=e.context,u=e.mergeTree,m=this.cache.policies,e=m.identify(s,i,l.fragmentMap),t=e[1];if("string"==typeof(n=n||e[0])){var e=l.written[n]||(l.written[n]=[]),a=makeReference(n);if(0<=e.indexOf(i))return a;if(e.push(i),this.reader&&this.reader.isFresh(s,a,i,l))return a}var p=Object.create(null),c=(t&&(p=l.merge(p,t)),n&&m.rootTypenamesById[n]||getTypenameFromResult(s,i,l.fragmentMap)||n&&l.store.get(n,"__typename")),v=("string"==typeof c&&(p.__typename=c),new Set(i.selections));return v.forEach(function(e){var n,i,t,a,r,d;shouldInclude(e,l.variables)&&(isField(e)?(t=resultKeyNameFromField(e),t=s[t],l.clientOnly=(n=l.clientOnly)||!(!e.directives||!e.directives.some(function(e){return"client"===e.name.value})),void 0!==t?(i=m.getStoreFieldName({typename:c,fieldName:e.name.value,field:e,variables:l.variables}),d=getChildMergeTree(u,i),t=o.processFieldValue(t,e,l,d),a=void 0,e.selectionSet&&!(a=l.store.getFieldValue(t,"__typename"))&&isReference(t)&&(a=(r=l.incomingById.get(t.__ref))&&r.fields.__typename),(r=m.getMergeFunction(c,e.name.value,a))?d.info={field:e,typename:c,merge:r}:maybeRecycleChildMergeTree(u,i),p=l.merge(p,((a={})[i]=t,a))):l.clientOnly||hk.added(e)||__DEV__&&invariant.error(("Missing field '"+resultKeyNameFromField(e)+"' while writing result "+JSON.stringify(s,null,2)).substring(0,1e3)),l.clientOnly=n):(d=getFragmentFromSelection(e,l.fragmentMap))&&m.fragmentMatches(d,c,s,l.variables)&&d.selectionSet.selections.forEach(v.add,v))}),"string"==typeof n?((e=l.incomingById.get(n))?(e.fields=l.merge(e.fields,p),e.mergeTree=mergeMergeTrees(e.mergeTree,u),e.selections.forEach(v.add,v),e.selections=v):l.incomingById.set(n,{fields:p,mergeTree:mergeTreeIsEmpty(u)?void 0:u,selections:v}),makeReference(n)):p},StoreWriter.prototype.processFieldValue=function(e,i,t,a){var r=this;return i.selectionSet&&null!==e?Array.isArray(e)?e.map(function(e,n){e=r.processFieldValue(e,i,t,getChildMergeTree(a,n));return maybeRecycleChildMergeTree(a,n),e}):this.processSelectionSet({result:e,selectionSet:i.selectionSet,context:t,mergeTree:a}):__DEV__?cloneDeep(e):e},StoreWriter.prototype.applyMerges=function(e,n,i,a,r){var d,o,s,l,u=this;return e.map.size&&!isReference(i)&&(d=Array.isArray(i)||!isReference(n)&&!storeValueIsStoreObject(n)?void 0:n,o=i,d&&!r&&(r=[isReference(d)?d.__ref:d]),l=function(e,n){return Array.isArray(e)?"number"==typeof n?e[n]:void 0:a.store.getFieldValue(e,String(n))},e.map.forEach(function(e,n){var i=l(d,n),t=l(o,n);void 0!==t&&(r&&r.push(n),(e=u.applyMerges(e,i,t,a,r))!==t&&(s=s||new Map).set(n,e),r)&&invariant(r.pop()===n)}),s)&&(i=Array.isArray(o)?o.slice(0):y({},o),s.forEach(function(e,n){i[n]=e})),e.info?this.cache.policies.runMergeFunction(n,i,e.info,a,r&&(n=a.store).getStorage.apply(n,r)):i},StoreWriter}(),Ky=[];function getChildMergeTree(e,n){e=e.map;return e.has(n)||e.set(n,Ky.pop()||{map:new Map}),e.get(n)}function mergeMergeTrees(n,i){var e,t,a;return n===i||!i||mergeTreeIsEmpty(i)?n:!n||mergeTreeIsEmpty(n)?i:(e=n.info&&i.info?y(y({},n.info),i.info):n.info||i.info,t={info:e,map:(e=n.map.size&&i.map.size)?new Map:(n.map.size?n:i).map},e&&(a=new Set(i.map.keys()),n.map.forEach(function(e,n){t.map.set(n,mergeMergeTrees(e,i.map.get(n))),a.delete(n)}),a.forEach(function(e){t.map.set(e,mergeMergeTrees(i.map.get(e),n.map.get(e)))})),t)}function mergeTreeIsEmpty(e){return!e||!(e.info||e.map.size)}function maybeRecycleChildMergeTree(e,n){var e=e.map,i=e.get(n);i&&mergeTreeIsEmpty(i)&&(Ky.push(i),e.delete(n))}var Yy=new Set;function warnAboutDataLoss(e,n,i,t){function __a(e){return"object"==typeof(e=t.getFieldValue(e,i))&&e}var a,r,d,o=__a(e);!o||!(a=__a(n))||isReference(o)||equal(o,a)||Object.keys(o).every(function(e){return void 0!==t.getFieldValue(a,e)})||(e=t.getFieldValue(e,"__typename")||t.getFieldValue(n,"__typename"),n=fieldNameFromStoreName(i),Yy.has(r=e+"."+n))||(Yy.add(r),d=[],Array.isArray(o)||Array.isArray(a)||[o,a].forEach(function(e){e=t.getFieldValue(e,"__typename");"string"!=typeof e||d.includes(e)||d.push(e)}),__DEV__&&invariant.warn("Cache data may be lost when replacing the "+n+" field of a "+e+" object.\n\nTo address this problem (which is not a bug in Apollo Client), "+(d.length?"either ensure all objects of type "+d.join(" and ")+" have an ID or a custom merge function, or ":"")+"define a custom merge function for the "+r+" field, so InMemoryCache can safely merge these objects:\n\n existing: "+JSON.stringify(o).slice(0,1e3)+"\n incoming: "+JSON.stringify(a).slice(0,1e3)+"\n\nFor more information about these options, please refer to the documentation:\n\n * Ensuring entity objects have IDs: https://go.apollo.dev/c/generating-unique-identifiers\n * Defining custom merge functions: https://go.apollo.dev/c/merging-non-normalized-objects\n"))}var Jy=null,Zy={},Xy=1,ef=function(){return Slot.prototype.hasValue=function(){for(var e=Jy;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===Zy)break;return e!==Jy&&(Jy.slots[this.id]=n),!0}return Jy&&(Jy.slots[this.id]=Zy),!1},Slot.prototype.getValue=function(){if(this.hasValue())return Jy.slots[this.id]},Slot.prototype.withValue=function(e,n,i,t){var a;(a={__proto__:null})[this.id]=e;e=Jy;Jy={parent:e,slots:a};try{return n.apply(t,i)}finally{Jy=e}},Slot.bind=function(n){var i=Jy;return function(){var e=Jy;try{return Jy=i,n.apply(this,arguments)}finally{Jy=e}}},Slot.noContext=function(e,n,i){if(!Jy)return e.apply(i,n);var t=Jy;try{return Jy=null,e.apply(i,n)}finally{Jy=t}},Slot;function Slot(){this.id=["slot",Xy++,Date.now(),Math.random().toString(36).slice(2)].join(":")}},nf="@wry/context:Slot",tf=Array,af=tf[nf]||function(){var e=ef();try{Object.defineProperty(tf,nf,{value:tf[nf]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}(),rf=new af,df=new WeakMap;function getCacheInfo(e){var n=df.get(e);return n||df.set(e,n={vars:new Set,dep:dep()}),n}function forgetCache(n){getCacheInfo(n).vars.forEach(function(e){return e.forgetCache(n)})}function recallCache(n){getCacheInfo(n).vars.forEach(function(e){return e.attachCache(n)})}function makeVar(n){function La0(e){return 0<arguments.length?n!==e&&(n=e,i.forEach(function(e){getCacheInfo(e).dep.dirty(La0),broadcast(e)}),e=Array.from(t),t.clear(),e.forEach(function(e){return e(n)})):(e=rf.getValue())&&(a(e),getCacheInfo(e).dep(La0)),n}var i=new Set,t=new Set,a=(La0.onNextChange=function(e){return t.add(e),function(){t.delete(e)}},La0.attachCache=function(e){return i.add(e),getCacheInfo(e).vars.add(La0),La0});return La0.forgetCache=function(e){return i.delete(e)},La0}function broadcast(e){e.broadcastWatches&&e.broadcastWatches()}function argsFromFieldSpecifier(e){return void 0!==e.args?e.args:e.field?argumentsObjectFromField(e.field,e.variables):null}Nk.setStringify(Qy);var sf=function(){},lf=function(e,n){return n.fieldName},uf=function(e,n,i){return(0,i.mergeObjects)(e,n)},mf=function(e,n){return n},pf=function(){function Policies(e){this.config=e,this.typePolicies=Object.create(null),this.toBeAdded=Object.create(null),this.supertypeMap=new Map,this.fuzzySubtypes=new Map,this.rootIdsByTypename=Object.create(null),this.rootTypenamesById=Object.create(null),this.usingPossibleTypes=!1,this.config=y({dataIdFromObject:defaultDataIdFromObject},e),this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),e.possibleTypes&&this.addPossibleTypes(e.possibleTypes),e.typePolicies&&this.addTypePolicies(e.typePolicies)}return Policies.prototype.identify=function(e,n,i){var t=n&&i?getTypenameFromResult(e,n,i):e.__typename;if(t===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];for(var a,r={typename:t,selectionSet:n,fragmentMap:i},n=t&&this.getTypePolicy(t),d=n&&n.keyFn||this.config.dataIdFromObject;d;){var o=d(e,r);if(!Array.isArray(o)){a=o;break}d=keyFieldsFnFromSpecifier(o)}return a=a?String(a):void 0,r.keyObject?[a,r.keyObject]:[a]},Policies.prototype.addTypePolicies=function(r){var d=this;Object.keys(r).forEach(function(e){var n=r[e],i=n.queryType,t=n.mutationType,a=n.subscriptionType,n=__rest(n,["queryType","mutationType","subscriptionType"]);i&&d.setRootTypename("Query",e),t&&d.setRootTypename("Mutation",e),a&&d.setRootTypename("Subscription",e),wy.call(d.toBeAdded,e)?d.toBeAdded[e].push(n):d.toBeAdded[e]=[n]})},Policies.prototype.updateTypePolicy=function(a,e){var r=this,n=this.getTypePolicy(a),i=e.keyFields,d=e.fields;function setMerge(e,n){e.merge="function"==typeof n?n:!0===n?uf:!1===n?mf:e.merge}setMerge(n,e.merge),n.keyFn=!1===i?sf:Array.isArray(i)?keyFieldsFnFromSpecifier(i):"function"==typeof i?i:n.keyFn,d&&Object.keys(d).forEach(function(e){var n,i,t=r.getFieldPolicy(a,e,!0),e=d[e];"function"==typeof e?t.read=e:(n=e.read,i=e.merge,t.keyFn=!1===(e=e.keyArgs)?lf:Array.isArray(e)?keyArgsFnFromSpecifier(e):"function"==typeof e?e:t.keyFn,"function"==typeof n&&(t.read=n),setMerge(t,i)),t.read&&t.merge&&(t.keyFn=t.keyFn||lf)})},Policies.prototype.setRootTypename=function(e,n){void 0===n&&(n=e);var i="ROOT_"+e.toUpperCase(),t=this.rootTypenamesById[i];n!==t&&(__DEV__?invariant(!t||t===e,"Cannot change root "+e+" __typename more than once"):invariant(!t||t===e,2),t&&delete this.rootIdsByTypename[t],this.rootIdsByTypename[n]=i,this.rootTypenamesById[i]=n)},Policies.prototype.addPossibleTypes=function(e){var t=this;this.usingPossibleTypes=!0,Object.keys(e).forEach(function(i){t.getSupertypeSet(i,!0),e[i].forEach(function(e){t.getSupertypeSet(e,!0).add(i);var n=e.match(Py);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))})})},Policies.prototype.getTypePolicy=function(n){var i,t=this,e=(wy.call(this.typePolicies,n)||((i=this.typePolicies[n]=Object.create(null)).fields=Object.create(null),(e=this.supertypeMap.get(n))&&e.size&&e.forEach(function(e){var e=t.getTypePolicy(e),n=e.fields,e=__rest(e,["fields"]);Object.assign(i,e),Object.assign(i.fields,n)})),this.toBeAdded[n]);return e&&e.length&&e.splice(0).forEach(function(e){t.updateTypePolicy(n,e)}),this.typePolicies[n]},Policies.prototype.getFieldPolicy=function(e,n,i){if(e)return(e=this.getTypePolicy(e).fields)[n]||i&&(e[n]=Object.create(null))},Policies.prototype.getSupertypeSet=function(e,n){var i=this.supertypeMap.get(e);return!i&&n&&this.supertypeMap.set(e,i=new Set),i},Policies.prototype.fragmentMatches=function(e,i,n,t){var a=this;if(!e.typeCondition)return!0;if(i){var r=e.typeCondition.name.value;if(i===r)return!0;if(this.usingPossibleTypes&&this.supertypeMap.has(r))for(var d=this.getSupertypeSet(i,!0),o=[d],s=function(e){e=a.getSupertypeSet(e,!1);e&&e.size&&o.indexOf(e)<0&&o.push(e)},l=!(!n||!this.fuzzySubtypes.size),u=!1,m=0;m<o.length;++m){var p=o[m];if(p.has(r))return d.has(r)||(u&&__DEV__&&invariant.warn("Inferring subtype "+i+" of supertype "+r),d.add(r)),!0;p.forEach(s),l&&m===o.length-1&&selectionSetMatchesResult(e.selectionSet,n,t)&&(u=!(l=!1),this.fuzzySubtypes.forEach(function(e,n){e=i.match(e);e&&e[0]===i&&s(n)}))}}return!1},Policies.prototype.hasKeyArgs=function(e,n){e=this.getFieldPolicy(e,n,!1);return!(!e||!e.keyFn)},Policies.prototype.getStoreFieldName=function(e){var n,i=e.typename,t=e.fieldName,a=this.getFieldPolicy(i,t,!1),r=a&&a.keyFn;if(r&&i)for(var d={typename:i,fieldName:t,field:e.field||null,variables:e.variables},o=argsFromFieldSpecifier(e);r;){var s=r(o,d);if(!Array.isArray(s)){n=s||t;break}r=keyArgsFnFromSpecifier(s)}return!1===(n=void 0===n?e.field?storeKeyNameFromField(e.field,e.variables):Nk(t,argsFromFieldSpecifier(e)):n)?t:t===fieldNameFromStoreName(n)?n:t+":"+n},Policies.prototype.readField=function(e,n){var i,t,a,r=e.from;if(r&&(e.field||e.fieldName))return void 0===e.typename&&(i=n.store.getFieldValue(r,"__typename"))&&(e.typename=i),a=fieldNameFromStoreName(i=this.getStoreFieldName(e)),t=n.store.getFieldValue(r,i),(a=(a=this.getFieldPolicy(e.typename,a,!1))&&a.read)?(e=makeFieldFunctionOptions(this,r,e,n,n.store.getStorage(isReference(r)?r.__ref:r,i)),rf.withValue(this.cache,a,[t,e])):t},Policies.prototype.getMergeFunction=function(e,n,i){e=this.getFieldPolicy(e,n,!1),n=e&&e.merge;return n=!n&&i?(e=this.getTypePolicy(i))&&e.merge:n},Policies.prototype.runMergeFunction=function(e,n,i,t,a){var r=i.field,d=i.typename,i=i.merge;return i===uf?makeMergeObjectsFunction(t.store)(e,n):i===mf?n:i(e=t.overwrite?void 0:e,n,makeFieldFunctionOptions(this,void 0,{typename:d,fieldName:r.name.value,field:r,variables:t.variables},t,a||Object.create(null)))},Policies}();function makeFieldFunctionOptions(t,a,e,r,n){var i=t.getStoreFieldName(e),d=fieldNameFromStoreName(i),o=e.variables||r.variables,s=r.store,l=s.toReference,s=s.canRead;return{args:argsFromFieldSpecifier(e),field:e.field||null,fieldName:d,storeFieldName:i,variables:o,isReference:isReference,toReference:l,storage:n,cache:t.cache,canRead:s,readField:function(e,n){var i;if("string"==typeof e)i={fieldName:e,from:1<arguments.length?n:a};else{if(!isNonNullObject(e))return void(__DEV__&&invariant.warn("Unexpected readField arguments: "+stringifyForDisplay(Array.from(arguments))));i=y({},e),wy.call(e,"from")||(i.from=a)}return __DEV__&&void 0===i.from&&__DEV__&&invariant.warn("Undefined 'from' passed to readField with arguments "+stringifyForDisplay(Array.from(arguments))),void 0===i.variables&&(i.variables=o),t.readField(i,r)},mergeObjects:makeMergeObjectsFunction(r.store)}}function makeMergeObjectsFunction(a){return function mergeObjects(e,n){if(Array.isArray(e)||Array.isArray(n))throw __DEV__?new v("Cannot automatically merge arrays"):new v(3);if(isNonNullObject(e)&&isNonNullObject(n)){var i=a.getFieldValue(e,"__typename"),t=a.getFieldValue(n,"__typename");if(i&&t&&i!==t)return n;if(isReference(e)&&storeValueIsStoreObject(n))return a.merge(e.__ref,n),e;if(storeValueIsStoreObject(e)&&isReference(n))return a.merge(e,n.__ref),n;if(storeValueIsStoreObject(e)&&storeValueIsStoreObject(n))return y(y({},e),n)}return n}}function keyArgsFnFromSpecifier(i){return function(e,n){return e?n.fieldName+":"+JSON.stringify(computeKeyObject(e,i,!1)):n.fieldName}}function keyFieldsFnFromSpecifier(t){var a=new py(Lk);return function(e,n){n.selectionSet&&n.fragmentMap&&(i=(i=a.lookupArray([n.selectionSet,n.fragmentMap])).aliasMap||(i.aliasMap=makeAliasMap(n.selectionSet,n.fragmentMap)));var i,e=n.keyObject=computeKeyObject(e,t,!0,i);return n.typename+":"+JSON.stringify(e)}}function makeAliasMap(e,t){var a=Object.create(null),r=new Set([e]);return r.forEach(function(e){e.selections.forEach(function(e){var n,i;isField(e)?(e.alias&&(i=e.name.value)!==(n=e.alias.value)&&((a.aliases||(a.aliases=Object.create(null)))[i]=n),e.selectionSet&&((a.subsets||(a.subsets=Object.create(null)))[e.name.value]=makeAliasMap(e.selectionSet,t))):(i=getFragmentFromSelection(e,t))&&r.add(i.selectionSet)})}),a}function computeKeyObject(i,e,t,a){var r,d,o=Object.create(null);return e.forEach(function(e){var n;Array.isArray(e)?"string"==typeof d&&"string"==typeof r&&(n=(n=a&&a.subsets)&&n[d],o[d]=computeKeyObject(i[r],e,t,n)):wy.call(i,n=(n=a&&a.aliases)&&n[e]||e)?o[d=e]=i[r=n]:(__DEV__?invariant(!t,"Missing field '"+n+"' while computing key fields"):invariant(!t,4),r=d=void 0)}),o}var cf,vf=function(i){function InMemoryCache(e){void 0===e&&(e={});var n=i.call(this)||this;return n.watches=new Set,n.typenameDocumentCache=new Map,n.makeVar=makeVar,n.txCount=0,n.config=normalizeConfig(e),n.addTypename=!!n.config.addTypename,n.policies=new pf({cache:n,dataIdFromObject:n.config.dataIdFromObject,possibleTypes:n.config.possibleTypes,typePolicies:n.config.typePolicies}),n.init(),n}return __extends(InMemoryCache,i),InMemoryCache.prototype.init=function(){var e=this.data=new By.Root({policies:this.policies,resultCaching:this.config.resultCaching});this.optimisticData=e.stump,this.resetResultCache()},InMemoryCache.prototype.resetResultCache=function(e){var i=this,n=this.storeReader;this.storeWriter=new Wy(this,this.storeReader=new Hy({cache:this,addTypename:this.addTypename,resultCacheMaxSize:this.config.resultCacheMaxSize,canonizeResults:shouldCanonizeResults(this.config),canon:e?void 0:n&&n.canon})),this.maybeBroadcastWatch=wrap(function(e,n){return i.broadcastWatch(e,n)},{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var n=e.optimistic?i.optimisticData:i.data;if(supportsResultCaching(n))return n.makeCacheKey(e.query,e.callback,Qy({optimistic:e.optimistic,rootId:e.rootId,variables:e.variables}))}}),new Set([this.data.group,this.optimisticData.group]).forEach(function(e){return e.resetCaching()})},InMemoryCache.prototype.restore=function(e){return this.init(),e&&this.data.replace(e),this},InMemoryCache.prototype.extract=function(e){return((e=void 0===e?!1:e)?this.optimisticData:this.data).extract()},InMemoryCache.prototype.read=function(e){var n=e.returnPartialData,n=void 0!==n&&n;try{return this.storeReader.diffQueryAgainstStore(y(y({},e),{store:e.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof Ry)return null;throw e}},InMemoryCache.prototype.write=function(e){try{return++this.txCount,this.storeWriter.writeToStore(this.data,e)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},InMemoryCache.prototype.modify=function(e){if(wy.call(e,"id")&&!e.id)return!1;var n=e.optimistic?this.optimisticData:this.data;try{return++this.txCount,n.modify(e.id||"ROOT_QUERY",e.fields)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},InMemoryCache.prototype.diff=function(e){return this.storeReader.diffQueryAgainstStore(y(y({},e),{store:e.optimistic?this.optimisticData:this.data,rootId:e.id||"ROOT_QUERY",config:this.config}))},InMemoryCache.prototype.watch=function(e){var n=this;return this.watches.size||recallCache(this),this.watches.add(e),e.immediate&&this.maybeBroadcastWatch(e),function(){n.watches.delete(e)&&!n.watches.size&&forgetCache(n),n.maybeBroadcastWatch.forget(e)}},InMemoryCache.prototype.gc=function(e){Qy.reset();var n=this.optimisticData.gc();return e&&!this.txCount&&(e.resetResultCache?this.resetResultCache(e.resetResultIdentities):e.resetResultIdentities&&this.storeReader.resetCanon()),n},InMemoryCache.prototype.retain=function(e,n){return(n?this.optimisticData:this.data).retain(e)},InMemoryCache.prototype.release=function(e,n){return(n?this.optimisticData:this.data).release(e)},InMemoryCache.prototype.identify=function(e){return isReference(e)?e.__ref:this.policies.identify(e)[0]},InMemoryCache.prototype.evict=function(e){if(!e.id){if(wy.call(e,"id"))return!1;e=y(y({},e),{id:"ROOT_QUERY"})}try{return++this.txCount,this.optimisticData.evict(e,this.data)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},InMemoryCache.prototype.reset=function(e){var n=this;return this.init(),Qy.reset(),e&&e.discardWatches?(this.watches.forEach(function(e){return n.maybeBroadcastWatch.forget(e)}),this.watches.clear(),forgetCache(this)):this.broadcastWatches(),Promise.resolve()},InMemoryCache.prototype.removeOptimistic=function(e){e=this.optimisticData.removeLayer(e);e!==this.optimisticData&&(this.optimisticData=e,this.broadcastWatches())},InMemoryCache.prototype.batch=function(e){function _c0(e){var n=t.data,i=t.optimisticData;++t.txCount,e&&(t.data=t.optimisticData=e);try{a(t)}finally{--t.txCount,t.data=n,t.optimisticData=i}}var t=this,a=e.update,n=e.optimistic,n=void 0===n||n,i=e.removeOptimistic,r=e.onWatchUpdated,d=new Set;r&&!this.txCount&&this.broadcastWatches(y(y({},e),{onWatchUpdated:function(e){return d.add(e),!1}})),"string"==typeof n?this.optimisticData=this.optimisticData.addLayer(n,_c0):!1===n?_c0(this.data):_c0(),"string"==typeof i&&(this.optimisticData=this.optimisticData.removeLayer(i)),r&&d.size?(this.broadcastWatches(y(y({},e),{onWatchUpdated:function(e,n){n=r.call(this,e,n);return!1!==n&&d.delete(e),n}})),d.size&&d.forEach(function(e){return t.maybeBroadcastWatch.dirty(e)})):this.broadcastWatches(e)},InMemoryCache.prototype.performTransaction=function(e,n){return this.batch({update:e,optimistic:n||null!==n})},InMemoryCache.prototype.transformDocument=function(e){var n;return this.addTypename?((n=this.typenameDocumentCache.get(e))||(n=hk(e),this.typenameDocumentCache.set(e,n),this.typenameDocumentCache.set(n,n)),n):e},InMemoryCache.prototype.broadcastWatches=function(n){var i=this;this.txCount||this.watches.forEach(function(e){return i.maybeBroadcastWatch(e,n)})},InMemoryCache.prototype.broadcastWatch=function(e,n){var i=e.lastDiff,t=this.diff(e);n&&(e.optimistic&&"string"==typeof n.optimistic&&(t.fromOptimisticTransaction=!0),n.onWatchUpdated)&&!1===n.onWatchUpdated.call(this,e,t,i)||i&&equal(i.result,t.result)||e.callback(e.lastDiff=t,i)},InMemoryCache}(_y),kf=function(e){var n="";return(isNonEmptyArray(e.graphQLErrors)||isNonEmptyArray(e.clientErrors))&&(e.graphQLErrors||[]).concat(e.clientErrors||[]).forEach(function(e){n+=(e?e.message:"Error message not found.")+"\n"}),e.networkError&&(n+=e.networkError.message+"\n"),n=n.replace(/\n$/,"")};function isNetworkRequestInFlight(e){return!!e&&e<7}!function(d){function ApolloError(e){var n=e.graphQLErrors,i=e.clientErrors,t=e.networkError,a=e.errorMessage,e=e.extraInfo,r=d.call(this,a)||this;return r.graphQLErrors=n||[],r.clientErrors=i||[],r.networkError=t||null,r.message=a||kf(r),r.extraInfo=e,r.__proto__=ApolloError.prototype,r}__extends(ApolloError,d)}(Error),function(e){e[e.loading=1]="loading",e[e.setVariables=2]="setVariables",e[e.fetchMore=3]="fetchMore",e[e.refetch=4]="refetch",e[e.poll=6]="poll",e[e.ready=7]="ready",e[e.error=8]="error"}(cf=cf||{});var yf=Object.assign,ff=Object.hasOwnProperty,Nf=!1,gf=function(r){function ObservableQuery(e){var n=e.queryManager,i=e.queryInfo,e=e.options,t=r.call(this,function(e){try{var n=e._subscription._observer;n&&!n.error&&(n.error=defaultSubscriptionObserverErrorCallback)}catch(e){}var n=!t.observers.size,i=(t.observers.add(e),t.last);return i&&i.error?e.error&&e.error(i.error):i&&i.result&&e.next&&e.next(i.result),n&&t.reobserve().catch(function(){}),function(){t.observers.delete(e)&&!t.observers.size&&t.tearDownQuery()}})||this,a=(t.observers=new Set,t.subscriptions=new Set,t.isTornDown=!1,t.options=e,t.queryId=i.queryId||n.generateQueryId(),getOperationDefinition(e.query));return t.queryName=a&&a.name&&a.name.value,t.initialFetchPolicy=e.fetchPolicy||"cache-first",t.queryManager=n,t.queryInfo=i,t}return __extends(ObservableQuery,r),Object.defineProperty(ObservableQuery.prototype,"variables",{get:function(){return this.options.variables},enumerable:!1,configurable:!0}),ObservableQuery.prototype.result=function(){var a=this;return new Promise(function(n,e){var i={next:function(e){n(e),a.observers.delete(i),a.observers.size||a.queryManager.removeQuery(a.queryId),setTimeout(function(){t.unsubscribe()},0)},error:e},t=a.subscribe(i)})},ObservableQuery.prototype.getCurrentResult=function(e){void 0===e&&(e=!0);var n=this.getLastResult(!0),i=this.queryInfo.networkStatus||n&&n.networkStatus||cf.ready,i=y(y({},n),{loading:isNetworkRequestInFlight(i),networkStatus:i}),t=this.options.fetchPolicy,t=void 0===t?"cache-first":t;return(n||"network-only"!==t&&"no-cache"!==t&&"standby"!==t)&&!this.queryManager.transform(this.options.query).hasForcedResolvers&&(((n=this.queryInfo.getDiff()).complete||this.options.returnPartialData)&&(i.data=n.result),equal(i.data,{})&&(i.data=void 0),n.complete?(i.networkStatus!==cf.loading||"cache-first"!==t&&"cache-only"!==t||(i.networkStatus=cf.ready,i.loading=!1),delete i.partial):"no-cache"!==t&&(i.partial=!0),!__DEV__||n.complete||this.options.partialRefetch||i.loading||i.data||i.error||logMissingFieldErrors(n.missing)),e&&this.updateLastResult(i),i},ObservableQuery.prototype.isDifferentFromLastResult=function(e){return!this.last||!equal(this.last.result,e)},ObservableQuery.prototype.getLast=function(e,n){var i=this.last;if(i&&i[e]&&(!n||equal(i.variables,this.variables)))return i[e]},ObservableQuery.prototype.getLastResult=function(e){return this.getLast("result",e)},ObservableQuery.prototype.getLastError=function(e){return this.getLast("error",e)},ObservableQuery.prototype.resetLastResults=function(){delete this.last,this.isTornDown=!1},ObservableQuery.prototype.resetQueryStoreErrors=function(){this.queryManager.resetErrors(this.queryId)},ObservableQuery.prototype.refetch=function(e){var n,i={pollInterval:0},t=this.options.fetchPolicy;return"no-cache"===t?i.fetchPolicy="no-cache":"cache-and-network"!==t&&(i.fetchPolicy="network-only"),__DEV__&&e&&ff.call(e,"variables")&&((n=(t=getQueryDefinition(this.options.query)).variableDefinitions)&&n.some(function(e){return"variables"===e.variable.name.value})||__DEV__&&invariant.warn("Called refetch("+JSON.stringify(e)+") for query "+((null==(n=t.name)?void 0:n.value)||JSON.stringify(t))+", which does not declare a $variables variable.\nDid you mean to call refetch(variables) instead of refetch({ variables })?")),e&&!equal(this.options.variables,e)&&(i.variables=this.options.variables=y(y({},this.options.variables),e)),this.queryInfo.resetLastWrite(),this.reobserve(i,cf.refetch)},ObservableQuery.prototype.fetchMore=function(t){var a=this,r=y(y({},t.query?t:y(y(y({},this.options),t),{variables:y(y({},this.options.variables),t.variables)})),{fetchPolicy:"no-cache"}),e=this.queryManager.generateQueryId();return r.notifyOnNetworkStatusChange&&(this.queryInfo.networkStatus=cf.fetchMore,this.observe()),this.queryManager.fetchQuery(e,r,cf.fetchMore).then(function(e){var n=e.data,i=t.updateQuery;return i?(__DEV__&&!Nf&&(__DEV__&&invariant.warn("The updateQuery callback for fetchMore is deprecated, and will be removed\nin the next major version of Apollo Client.\n\nPlease convert updateQuery functions to field policies with appropriate\nread and merge functions, or use/adapt a helper function (such as\nconcatPagination, offsetLimitPagination, or relayStylePagination) from\n@apollo/client/utilities.\n\nThe field policy system handles pagination more effectively than a\nhand-written updateQuery function, and you only need to define the policy\nonce, rather than every time you call fetchMore."),Nf=!0),a.updateQuery(function(e){return i(e,{fetchMoreResult:n,variables:r.variables})})):a.queryManager.cache.writeQuery({query:r.query,variables:r.variables,data:n}),e}).finally(function(){a.queryManager.stopQuery(e),a.reobserve()})},ObservableQuery.prototype.subscribeToMore=function(n){var e=this,i=this.queryManager.startGraphQLSubscription({query:n.document,variables:n.variables,context:n.context}).subscribe({next:function(i){var t=n.updateQuery;t&&e.updateQuery(function(e,n){return t(e,{subscriptionData:i,variables:n.variables})})},error:function(e){n.onError?n.onError(e):__DEV__&&invariant.error("Unhandled GraphQL subscription error",e)}});return this.subscriptions.add(i),function(){e.subscriptions.delete(i)&&i.unsubscribe()}},ObservableQuery.prototype.setOptions=function(e){return this.reobserve(e)},ObservableQuery.prototype.setVariables=function(e){return equal(this.variables,e)?this.observers.size?this.result():Promise.resolve():(this.options.variables=e,this.observers.size?this.reobserve({fetchPolicy:this.initialFetchPolicy,variables:e},cf.setVariables):Promise.resolve())},ObservableQuery.prototype.updateQuery=function(e){var n=this.queryManager,e=e(n.cache.diff({query:this.options.query,variables:this.variables,returnPartialData:!0,optimistic:!1}).result,{variables:this.variables});e&&(n.cache.writeQuery({query:this.options.query,data:e,variables:this.variables}),n.broadcastQueries())},ObservableQuery.prototype.startPolling=function(e){this.options.pollInterval=e,this.updatePolling()},ObservableQuery.prototype.stopPolling=function(){this.options.pollInterval=0,this.updatePolling()},ObservableQuery.prototype.fetch=function(e,n){return this.queryManager.setObservableQuery(this),this.queryManager.fetchQueryObservable(this.queryId,e,n)},ObservableQuery.prototype.updatePolling=function(){var e,n,i,t,a=this;this.queryManager.ssrMode||(e=this.pollingInfo,(n=this.options.pollInterval)?e&&e.interval===n||(__DEV__?invariant(n,"Attempted to start a polling query without a polling interval."):invariant(n,12),(e||(this.pollingInfo={})).interval=n,i=function(){a.pollingInfo&&(isNetworkRequestInFlight(a.queryInfo.networkStatus)?t():a.reobserve({fetchPolicy:"network-only"},cf.poll).then(t,t))},(t=function(){var e=a.pollingInfo;e&&(clearTimeout(e.timeout),e.timeout=setTimeout(i,e.interval))})()):e&&(clearTimeout(e.timeout),delete this.pollingInfo))},ObservableQuery.prototype.updateLastResult=function(e,n){return void 0===n&&(n=this.variables),this.last=y(y({},this.last),{result:this.queryManager.assumeImmutableResults?e:cloneDeep(e),variables:n}),isNonEmptyArray(e.errors)||delete this.last.error,this.last},ObservableQuery.prototype.reobserve=function(e,n){var i=this,t=(this.isTornDown=!1,n===cf.refetch||n===cf.fetchMore||n===cf.poll),a=this.options.variables,r=t?compact(this.options,e):yf(this.options,compact(e)),d=(t||(this.updatePolling(),e&&e.variables&&!e.fetchPolicy&&!equal(e.variables,a)&&(r.fetchPolicy=this.initialFetchPolicy,void 0===n)&&(n=cf.setVariables)),r.variables&&y({},r.variables)),e=this.fetch(r,n),a={next:function(e){i.reportResult(e,d)},error:function(e){i.reportError(e,d)}};return t||(this.concast&&this.observer&&this.concast.removeObserver(this.observer,!0),this.concast=e,this.observer=a),e.addObserver(a),e.promise},ObservableQuery.prototype.observe=function(){this.reportResult(this.getCurrentResult(!1),this.variables)},ObservableQuery.prototype.reportResult=function(e,n){(this.getLastError()||this.isDifferentFromLastResult(e))&&(this.updateLastResult(e,n),iterateObserversSafely(this.observers,"next",e))},ObservableQuery.prototype.reportError=function(e,n){var i=y(y({},this.getLastResult()),{error:e,errors:e.graphQLErrors,networkStatus:cf.error,loading:!1});this.updateLastResult(i,n),iterateObserversSafely(this.observers,"error",this.last.error=e)},ObservableQuery.prototype.hasObservers=function(){return 0<this.observers.size},ObservableQuery.prototype.tearDownQuery=function(){this.isTornDown||(this.concast&&this.observer&&(this.concast.removeObserver(this.observer),delete this.concast,delete this.observer),this.stopPolling(),this.subscriptions.forEach(function(e){return e.unsubscribe()}),this.subscriptions.clear(),this.queryManager.stopQuery(this.queryId),this.observers.clear(),this.isTornDown=!0)},ObservableQuery}(f);function defaultSubscriptionObserverErrorCallback(e){__DEV__&&invariant.error("Unhandled error",e.message,e.stack)}function logMissingFieldErrors(e){__DEV__&&isNonEmptyArray(e)&&__DEV__&&invariant.debug("Missing cache result fields: "+e.map(function(e){return e.path.join(".")}).join(", "),e)}fixObservableSubclass(gf);var Tf=new Map,hf=new Map,If=!0,Df=!1;function normalize(e){return e.replace(/[\s,]+/g," ").trim()}function cacheKeyFromLoc(e){return normalize(e.source.body.substring(e.start,e.end))}function processFragments(e){var a=new Set,r=[];return e.definitions.forEach(function(e){var n,i,t;"FragmentDefinition"===e.kind?(n=e.name.value,i=cacheKeyFromLoc(e.loc),(t=hf.get(n))&&!t.has(i)?If&&console.warn("Warning: fragment with name "+n+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):t||hf.set(n,t=new Set),t.add(i),a.has(i)||(a.add(i),r.push(e))):r.push(e)}),y(y({},e),{definitions:r})}function stripLoc(e){var i=new Set(e.definitions),n=(i.forEach(function(n){n.loc&&delete n.loc,Object.keys(n).forEach(function(e){e=n[e];e&&"object"==typeof e&&i.add(e)})}),e.loc);return n&&(delete n.startToken,delete n.endToken),e}function parseDocument(e){var n=normalize(e);if(!Tf.has(n)){e=parse(e,{experimentalFragmentVariables:Df,allowLegacyFragmentVariables:Df});if(!e||"Document"!==e.kind)throw new Error("Not a valid GraphQL document.");Tf.set(n,stripLoc(processFragments(e)))}return Tf.get(n)}function gql(i){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];var t=(i="string"==typeof i?[i]:i)[0];return e.forEach(function(e,n){t=(t+=e&&"Document"===e.kind?e.loc.source.body:e)+i[n+1]}),parseDocument(t)}function resetCaches(){Tf.clear(),hf.clear()}function disableFragmentWarnings(){If=!1}function enableExperimentalFragmentVariables(){Df=!0}function disableExperimentalFragmentVariables(){Df=!1}var bf={gql:gql,resetCaches:resetCaches,disableFragmentWarnings:disableFragmentWarnings,enableExperimentalFragmentVariables:enableExperimentalFragmentVariables,disableExperimentalFragmentVariables:disableExperimentalFragmentVariables};!function(e){e.gql=bf.gql,e.resetCaches=bf.resetCaches,e.disableFragmentWarnings=bf.disableFragmentWarnings,e.enableExperimentalFragmentVariables=bf.enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=bf.disableExperimentalFragmentVariables}(gql=gql||{}),gql.default=gql,setVerbosity(vk?"log":"silent");const Sf=gql`
16
+ fragment session on Session {
17
+ id
18
+ }
19
+ `;class SessionHandler{constructor(e){_defineProperty(this,"cache",void 0),_defineProperty(this,"cacheKeyForSession","Session"),_defineProperty(this,"readSessionId",()=>{var e=this.cache.readFragment({id:this.cacheKeyForSession,fragment:Sf});return o(e,"id")||"1"}),_defineProperty(this,"writeSessionId",e=>{this.cache.writeFragment({id:this.cacheKeyForSession,fragment:Sf,data:{id:e,__typename:"Session"}})}),this.cache=e.cache}}function createZimbraSchema(e){const{cache:n,getApolloClient:i,...t}=e;var a=n?new SessionHandler({cache:n}):void 0;const r=new ZimbraBatchClient({...t,sessionHandler:a}),d=e.localStoreClient;a=makeExecutableSchema({typeDefs:ak,resolvers:{Query:{accountInfo:r.accountInfo,autoComplete:(e,n)=>r.autoComplete(n),autoCompleteGAL:(e,n)=>r.autoCompleteGAL(n),discoverRights:(e,n)=>r.discoverRights(n),downloadAttachment:(e,n)=>r.downloadAttachment(n),downloadDocument:(e,n)=>r.downloadDocument(n),listDocumentRevisions:(e,n)=>r.listDocumentRevisions(n),downloadMessage:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"];return(i?d:r).downloadMessage(n)},freeBusy:(e,n)=>r.freeBusy(n),getContact:(e,n)=>r.getContact(n),clientInfo:(e,n)=>r.clientInfo(n),getContactFrequency:(e,n)=>r.getContactFrequency(n),getConversation:(e,n)=>r.getConversation(n),getCustomMetadata:(e,n)=>r.getCustomMetadata(n),getDocumentShareURL:(e,n)=>r.getDocumentShareURL(n),getFilterRules:r.getFilterRules,getFolder:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"];return(i?d:r).getFolder(n)},getHAB:(e,n)=>{n=n.habRootGroupId;return r.getHAB(n)},getAccountDistributionLists:(e,n)=>{var{attrs:n,ownerOf:i}=n;return r.getAccountDistributionLists(n,i)},getDistributionListMembers:(e,n)=>{var{limit:n,offset:i,dl:t}=n;return r.getDistributionListMembers(n,i,t)},getAppointment:(e,n)=>r.getAppointment(n),getAppointments:(e,n)=>r.search(n),getReminders:(e,n)=>r.search(n),getTasks:(e,n)=>r.getTasks(n),getAvailableLocales:e=>r.getAvailableLocales(),getMailboxMetadata:(e,n)=>r.getMailboxMetadata(n),getMessage:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"];return(i?d:r).getMessage(n)},getMessagesMetadata:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"];return(i?d:r).getMessagesMetadata(n)},getRights:(e,n)=>r.getRights(n),getScratchCodes:r.getScratchCodes,getSearchFolder:r.getSearchFolder,getSMimePublicCerts:(e,n)=>r.getSMimePublicCerts(n),getSMimeCertInfo:r.getSMimeCertInfo,getTrustedDevices:r.getTrustedDevices,getDeviceStatus:r.getDeviceStatus,getWorkingHours:(e,n)=>r.getWorkingHours(n),getPreferences:r.getPreferences,getDataSources:r.getDataSources,getIdentities:r.getIdentities,getImportStatus:r.getImportStatus,getSignatures:r.getSignatures,noop:function(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return r.noop(n,i.fetchOptions)},recoverAccount:(e,n)=>r.recoverAccount(n),relatedContacts:(e,n)=>r.relatedContacts(n),search:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"];return(i?d:r).search(n)},searchCalendarResources:(e,n)=>r.searchCalendarResources(n),searchGal:(e,n)=>r.searchGal(n),shareInfo:(e,n)=>r.shareInfo(n),taskFolders:r.taskFolders,getWhiteBlackList:r.getWhiteBlackList,getAppSpecificPasswords:r.getAppSpecificPasswords,getTag:r.getTag},MailItem:{__resolveType(e){return e.conversationId?"MessageInfo":"Conversation"}},Mutation:{action:function(e,n){let{type:i,...t}=n;n=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local;return(n?d:r).action(i,t)},addMessage:function(e,n){var i=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{})["local"],t=n["message"];return i?d.addMessage(n):r.addMessage(t)},applyFilterRules:(e,n)=>r.applyFilterRules(n),cancelTask:(e,n)=>r.cancelTask(n),itemAction:(e,n)=>r.itemAction(n),login:(e,n)=>r.login(n),logout:r.logout,disableTwoFactorAuth:r.disableTwoFactorAuth,enableTwoFactorAuth:(e,n)=>{n=n.options;return r.enableTwoFactorAuth(n)},messageAction:(e,n)=>r.messageAction(n),changePassword:(e,n)=>r.changePassword(n),modifyProfileImage:(e,n)=>r.modifyProfileImage(n),contactAction:(e,n)=>r.contactAction(n),createAppSpecificPassword:(e,n)=>{n=n.appName;return r.createAppSpecificPassword(n)},conversationAction:(e,n)=>r.conversationAction(n),createFolder:(e,n,i)=>{let{isLocalFolder:t,...a}=n;n=i.local;return n?d.createFolder({isLocalFolder:t,...a}):r.createFolder(a)},createSearchFolder:(e,n)=>r.createSearchFolder(n),createContact:(e,n)=>{n=n.contact;return r.createContact(n)},createContactList:(e,n)=>{n=n.contact;return r.createContact(n)},modifyContact:(e,n)=>{n=n.contact;return r.modifyContact(n)},modifyContactList:(e,n)=>{n=n.contact;return r.modifyContact(n)},createAppointment:(e,n)=>{var{accountName:n,appointment:i}=n;return r.createAppointment(n,i)},snoozeCalendarItem:(e,n)=>{var{appointment:n,task:i}=n;return r.snoozeCalendarItem(n,i)},dismissCalendarItem:(e,n)=>{var{appointment:n,task:i}=n;return r.dismissCalendarItem(n,i)},createAppointmentException:(e,n)=>{var{accountName:n,appointment:i}=n;return r.createAppointmentException(n,i)},modifyAppointment:(e,n)=>{var{accountName:n,appointment:i}=n;return r.modifyAppointment(n,i)},createMountpoint:(e,n)=>r.createMountpoint(n),deleteAppointment:(e,n)=>{n=n.appointment;return r.deleteAppointment(n)},checkCalendar:(e,n)=>r.checkCalendar(n),counterAppointment:(e,n)=>{n=n.counterAppointmentInvite;return r.counterAppointment(n)},createCalendar:(e,n)=>{var{name:n,color:i,url:t,parentFolderId:a}=n;return r.createFolder({name:n,color:i,url:t,view:"appointment",flags:"#",parentFolderId:a})},createSharedCalendar:(e,n)=>{n=n.link;return r.createMountpoint({link:{...n,parentFolderId:1,view:"appointment",flags:"#"}})},saveDocument:(e,n)=>r.saveDocument(n),changeFolderColor:(e,n)=>r.changeFolderColor(n),declineCounterAppointment:(e,n)=>{n=n.counterAppointmentInvite;return r.declineCounterAppointment(n)},folderAction:(e,n)=>{n=n.action;return r.folderAction(n)},documentAction:(e,n)=>{n=n.action;return r.documentAction(n)},forwardAppointment:(e,n)=>{n=n.appointmentInvite;return r.forwardAppointment(n)},forwardAppointmentInvite:(e,n)=>{n=n.appointmentInvite;return r.forwardAppointmentInvite(n)},generateScratchCodes:r.generateScratchCodes,grantRights:(e,n)=>r.grantRights(n.input),sendShareNotification:(e,n)=>{n=n.shareNotification;return r.sendShareNotification(n)},testExternalAccount:(e,n)=>{n=n.externalAccount;return r.testExternalAccount(n)},addExternalAccount:(e,n)=>{n=n.externalAccount;return r.addExternalAccount(n)},modifyExternalAccount:(e,n)=>r.modifyExternalAccount(n),deleteExternalAccount:(e,n)=>r.deleteExternalAccount(n),importExternalAccount:(e,n)=>{n=n.externalAccount;return r.importExternalAccount(n)},purgeRevision:(e,n)=>r.purgeRevision(n),prefEnableOutOfOfficeAlertOnLogin:(e,n)=>{n=n.value;return r.modifyPrefs({zimbraPrefOutOfOfficeStatusAlertOnLogin:n}).then(Boolean)},prefEnableOutOfOfficeReply:(e,n)=>{n=n.value;return r.modifyPrefs({zimbraPrefOutOfOfficeReplyEnabled:n}).then(Boolean)},prefOutOfOfficeFromDate:(e,n)=>{let i=n["value"];return r.modifyPrefs({zimbraPrefOutOfOfficeFromDate:i}).then(()=>i)},prefOutOfOfficeUntilDate:(e,n)=>{let i=n["value"];return r.modifyPrefs({zimbraPrefOutOfOfficeUntilDate:i}).then(()=>i)},prefOutOfOfficeReply:(e,n)=>{let i=n["value"];return r.modifyPrefs({zimbraPrefOutOfOfficeReply:i}).then(()=>i)},createIdentity:(e,n)=>r.createIdentity(n),modifyIdentity:(e,n)=>r.modifyIdentity(n).then(Boolean),deleteIdentity:(e,n)=>r.deleteIdentity(n).then(Boolean),modifyPrefs:(e,n)=>{n=n.prefs;return r.modifyPrefs(n)},modifyProps:(e,n)=>{n=n.props;return r.modifyProps(n)},modifyZimletPrefs:(e,n)=>{n=n.zimlets;return r.modifyZimletPrefs(n)},modifyFilterRules:(e,n)=>{n=n.filters;return r.modifyFilterRules(n)},createSignature:(e,n)=>r.createSignature(n),modifySignature:(e,n)=>r.modifySignature(n),modifySearchFolder:(e,n)=>r.modifySearchFolder(n),deleteSignature:(e,n)=>r.deleteSignature(n),saveDraft:function(e,n){var{message:n,accountName:i}=n;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?d:r).saveDraft(n,i)},sendMessage:function(e,n){var{message:n,accountName:i,sign:t=!1,encrypt:a=!1}=n;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?d:r).sendMessage(n,i,t,a)},saveSMimeCert:(e,n)=>{var{upload:n,password:i}=n;return r.saveSMimeCert(n,i)},sendDeliveryReport:(e,n)=>{n=n.messageId;return r.sendDeliveryReport(n)},uploadMessage:(e,n)=>{n=n.value;return r.uploadMessage(n)},createTask:(e,n)=>{n=n.task;return r.createTask(n)},modifyTask:(e,n)=>{n=n.task;return r.modifyTask(n)},sendInviteReply:(e,n)=>{n=n.inviteReply;return r.sendInviteReply(n)},recoverAccount:(e,n)=>r.recoverAccount(n),resetPassword:(e,n)=>r.resetPassword(n),revokeAppSpecificPassword:(e,n)=>{n=n.appName;return r.revokeAppSpecificPassword(n)},revokeOtherTrustedDevices:r.revokeOtherTrustedDevices,revokeRights:(e,n)=>r.revokeRights(n.input),revokeTrustedDevice:r.revokeTrustedDevice,setCustomMetadata:(e,n)=>r.setCustomMetadata(n),setMailboxMetadata:(e,n)=>r.jsonRequest({name:"SetMailboxMetadata",body:{meta:{section:n.section,_attrs:Fl(n.attrs,coerceBooleanToString)}}}).then(Boolean),setRecoveryAccount:(e,n)=>r.setRecoveryAccount(n),modifyWhiteBlackList:(e,n)=>{n=n.whiteBlackList;return r.modifyWhiteBlackList(n)},createTag:(e,n)=>{n=n.tag;return r.createTag(n)},tagAction:(e,n)=>{n=n.action;return r.action(jv.tag,n)},quarantineDeviceSync:(e,n)=>{n=n.deviceId;r.quarantineDeviceSync(n)},allowDeviceSync:(e,n)=>{n=n.deviceId;r.allowDeviceSync(n)},removeDeviceSync:(e,n)=>{n=n.deviceId;r.removeDeviceSync(n)},blockDeviceSync:(e,n)=>{n=n.deviceId;r.blockDeviceSync(n)},accountOnlyRemoteWipeSync:(e,n)=>{n=n.deviceId;r.accountOnlyRemoteWipeSync(n)},cancelPendingAccountOnlyRemoteWipeSync:(e,n)=>{n=n.deviceId;r.cancelPendingAccountOnlyRemoteWipeSync(n)},remoteWipeSync:(e,n)=>{n=n.deviceId;r.remoteWipeSync(n)},cancelPendingRemoteWipeSync:(e,n)=>{n=n.deviceId;r.cancelPendingRemoteWipeSync(n)}}}});return{client:r,schema:a}}var Ff=function(){function OperationBatcher(e){var n=e.batchDebounce,i=e.batchInterval,t=e.batchMax,a=e.batchHandler,e=e.batchKey;this.queuedRequests=new Map,this.batchDebounce=n,this.batchInterval=i,this.batchMax=t||0,this.batchHandler=a,this.batchKey=e||function(){return""}}return OperationBatcher.prototype.enqueueRequest=function(e){var n=this,i=y({},e),t=!1,a=this.batchKey(e.operation);return i.observable||(i.observable=new f(function(e){n.queuedRequests.has(a)||n.queuedRequests.set(a,[]),t||(n.queuedRequests.get(a).push(i),t=!0),i.next=i.next||[],e.next&&i.next.push(e.next.bind(e)),i.error=i.error||[],e.error&&i.error.push(e.error.bind(e)),i.complete=i.complete||[],e.complete&&i.complete.push(e.complete.bind(e)),1===n.queuedRequests.get(a).length?n.scheduleQueueConsumption(a):n.batchDebounce&&(clearTimeout(n.scheduledBatchTimer),n.scheduleQueueConsumption(a)),n.queuedRequests.get(a).length===n.batchMax&&n.consumeQueue(a)})),i.observable},OperationBatcher.prototype.consumeQueue=function(e){var n,i,t,a,r,d,e=e||"",o=this.queuedRequests.get(e);if(o)return this.queuedRequests.delete(e),e=o.map(function(e){return e.operation}),n=o.map(function(e){return e.forward}),i=[],t=[],a=[],r=[],o.forEach(function(e,n){i.push(e.observable),t.push(e.next),a.push(e.error),r.push(e.complete)}),(this.batchHandler(e,n)||f.of()).subscribe({next:function(e){var n;if(Array.isArray(e)||(e=[e]),t.length!==e.length)return(n=new Error("server returned results with length "+e.length+", expected length of "+t.length)).result=e,d(n);e.forEach(function(n,e){t[e]&&t[e].forEach(function(e){return e(n)})})},error:d=function(n){a.forEach(function(e){e&&e.forEach(function(e){return e(n)})})},complete:function(){r.forEach(function(e){e&&e.forEach(function(e){return e()})})}}),i},OperationBatcher.prototype.scheduleQueueConsumption=function(e){var n=this,i=e||"";this.scheduledBatchTimer=setTimeout(function(){n.queuedRequests.get(i)&&n.queuedRequests.get(i).length&&n.consumeQueue(i)},this.batchInterval)},OperationBatcher}(),Ef=function(o){function BatchLink(e){var n=o.call(this)||this,i=e||{},t=i.batchInterval,a=i.batchMax,r=i.batchHandler,d=i.batchKey;return n.batcher=new Ff({batchDebounce:i.batchDebounce,batchInterval:void 0===t?10:t,batchMax:void 0===a?0:a,batchHandler:void 0===r?function(){return null}:r,batchKey:void 0===d?function(){return""}:d}),e.batchHandler.length<=1&&(n.request=function(e){return n.batcher.enqueueRequest({operation:e})}),n}return __extends(BatchLink,o),BatchLink.prototype.request=function(e,n){return this.batcher.enqueueRequest({operation:e,forward:n})},BatchLink}(Uk);class LocalBatchLink extends Uk{constructor(a){super(),_defineProperty(this,"off",void 0),_defineProperty(this,"on",void 0),_defineProperty(this,"schema",void 0),_defineProperty(this,"batcher",void 0),this.schema=a.schema;const t=new events;this.on=t.on,this.off=t.off;this.batcher=new Ef({batchInterval:a.batchInterval,batchHandler:e=>new f(n=>{t.emit("req",e);let i=!1;Promise.all(e.map(e=>{var n=print(e.query),{operationName:i,variables:t={}}=e;return graphql(this.schema,n,null,e.getContext()||a.context||{},t,i)})).then(e=>(i=!0,t.emit("res",e),n.next(e),n.complete(),e)).catch(e=>{i||t.emit("res",e),n.error(e)})})})}request(e){return this.batcher.request(e)}}function onError(d){return new Uk(function(a,r){return new f(function(n){var e,i,t;try{e=r(a).subscribe({next:function(e){e.errors&&(t=d({graphQLErrors:e.errors,response:e,operation:a,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.next(e)},error:function(e){(t=d({operation:a,networkError:e,graphQLErrors:e&&e.result&&e.result.errors,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.error(e)},complete:function(){t||n.complete.bind(n)()}})}catch(e){d({networkError:e,operation:a,forward:r}),n.error(e)}return function(){e&&e.unsubscribe(),i&&e.unsubscribe()}})})}var Af,Of,Cf,_f,Rf,wf=function(i){function ErrorLink(e){var n=i.call(this)||this;return n.link=onError(e),n}return __extends(ErrorLink,i),ErrorLink.prototype.request=function(e,n){return this.link.request(e,n)},ErrorLink}(Uk);class ZimbraErrorLink extends wf{constructor(){super(e=>{var{graphQLErrors:e,networkError:n}=e;e&&e.map(e=>{let{message:n,originalError:i,...t}=e;e=o(i,"faults.0.Detail.Error.Code","");this.executeHandlers({errorCode:e,message:n,originalError:i,...t})}),n&&this.executeHandlers({message:"[Network error]: "+n})}),_defineProperty(this,"handlers",[]),_defineProperty(this,"executeHandlers",n=>{this.handlers.map(e=>{e(n)})}),_defineProperty(this,"registerHandler",e=>{this.handlers.push(e)}),_defineProperty(this,"unRegisterAllHandlers",()=>{this.handlers=[]}),_defineProperty(this,"unRegisterHandler",e=>{e=this.handlers.findIndex(e);-1!==e&&this.handlers.splice(e,1)})}}const Vf=(e,n)=>{if(e.__typename)return(n=o(e,n))?e.__typename+":"+n:defaultDataIdFromObject(e)},Pf=e=>{switch(e.__typename){case"CalendarItemHitInfo":return e.instances?defaultDataIdFromObject(e)+":"+e.instances.length:""+defaultDataIdFromObject(e);case"MailboxMetadata":return Vf(e,"meta.0.section");case"Folder":return e.local&&null!==e.local?defaultDataIdFromObject(e)+":local":"1"===e.id?e.__typename+`:${e.id}:`+e.uuid:e.id?.includes(":")?e.id+":"+e.absFolderPath:defaultDataIdFromObject(e);case"AutoCompleteMatch":return defaultDataIdFromObject(e)+":"+e.email;case"ContactListMember":return e.type+":"+e.value;case"MessageInfo":return e.part&&null!==e.part?defaultDataIdFromObject(e)+":"+e.part:defaultDataIdFromObject(e);case"SMimeMessage":return defaultDataIdFromObject(e)+":"+e.isSecure;case"Document":return defaultDataIdFromObject(e)+":"+e.version;default:return defaultDataIdFromObject(e)}};function createPossibleTypes(){return(0<arguments.length&&void 0!==arguments[0]?arguments[0]:Object)({MailItem:["Conversation","MessageInfo","MsgWithGroupInfo"]})}const jf={Query:{fields:{accountInfo:{merge:!0},getPreferences:{merge:!0}}},Contact:{fields:{attributes:{merge:!0}}},Conversation:{fields:{messages:{merge:!1},emailAddresses:{merge:!1}}},MessageInfo:{fields:{emailAddresses:{merge:!1}}}};class ZimbraInMemoryCache extends vf{constructor(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};e.possibleTypes&&"function"!=typeof e.possibleTypes||(e.possibleTypes=createPossibleTypes(e.possibleTypes)),super({dataIdFromObject:Pf,typePolicies:jf,...e})}}class SyncOfflineOperations{constructor(e){var n=this,{apolloClient:e,storage:i,storeKey:t="@offlineQueueKey"}=e;if(_defineProperty(this,"apolloClient",void 0),_defineProperty(this,"storage",void 0),_defineProperty(this,"offlineData",void 0),_defineProperty(this,"storeKey",void 0),_defineProperty(this,"addOfflineData",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];e&&0<e.length&&n.storage.setItem(n.storeKey,JSON.stringify(e))}),_defineProperty(this,"clearOfflineData",()=>(this.offlineData=[],Promise.resolve(this.storage.removeItem(this.storeKey)))),_defineProperty(this,"getOfflineData",()=>Promise.resolve(this.storage.getItem(this.storeKey))),_defineProperty(this,"hasOfflineData",()=>!!(this.offlineData&&0<this.offlineData.length)),_defineProperty(this,"init",()=>this.getOfflineData().then(e=>this.offlineData=e&&JSON.parse(e)||[])),_defineProperty(this,"sync",()=>{if(this.hasOfflineData()){const n=[];return Promise.all(this.offlineData.map(e=>this.apolloClient["mutation"in e?"mutate":"query"](e).catch(()=>{n.push(e)}))).catch(e=>console.warn("SyncOfflineOperations::sync ERR:",e)).then(this.clearOfflineData).then(()=>{this.addOfflineData(n)})}}),!e)throw new Error("Apollo Client instance is required when syncing data, please assign value to it");if(!i)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");this.apolloClient=e,this.storage=i,this.storeKey=t,this.offlineData=[]}}function hasSensitiveVariables(e){return!!o(e,"variables.password")}function isMutationOperation(e){e=e.query;return e&&e.definitions&&0<e.definitions.filter(e=>"mutation"===e.operation).length}function deriveOfflineQueue(e){return e.map(e=>{var{query:e,variables:n}=e["operation"];return{[isMutationOperation({query:e})?"mutation":"query"]:e,variables:n}})}class OfflineQueueLink extends Uk{constructor(e){var n,{storage:e,storeKey:i="@offlineQueueKey",isOpen:t=!0}=e;if(super(),_defineProperty(n=this,"isOpen",void 0),_defineProperty(this,"storage",void 0),_defineProperty(this,"operationQueue",void 0),_defineProperty(this,"storeKey",void 0),_defineProperty(this,"close",()=>{this.isOpen=!1}),_defineProperty(this,"dequeue",e=>{e=this.operationQueue.indexOf(e);-1!==e&&(this.operationQueue=[...this.operationQueue.slice(0,e),...this.operationQueue.slice(e+1)]),this.persist()}),_defineProperty(this,"enqueue",e=>{this.operationQueue.push(e),this.persist()}),_defineProperty(this,"getSize",()=>Promise.resolve(this.storage.getItem(this.storeKey)).then(e=>(e||"").length)),_defineProperty(this,"handleCancelAndOfflineQueue",i=>{let t=-1;this.operationQueue.forEach((e,n)=>{i.offlineQuery===e.offlineQuery&&(t=n),i.cancelQuery===e.offlineQuery&&(this.operationQueue=[...this.operationQueue.slice(0,n),...this.operationQueue.slice(n+1)],this.persist())}),-1!==t?(this.operationQueue[t]=i,this.persist()):this.enqueue(i)}),_defineProperty(this,"open",function(){var e=(0<arguments.length&&void 0!==arguments[0]?arguments[0]:{})["apolloClient"];if(e)return n.isOpen=!0,n.retry()}),_defineProperty(this,"persist",()=>Promise.resolve(this.storage.setItem(this.storeKey,JSON.stringify(deriveOfflineQueue(this.operationQueue))))),_defineProperty(this,"purge",()=>Promise.resolve(this.storage.removeItem(this.storeKey))),_defineProperty(this,"retry",()=>new Promise(e=>{let n=this.operationQueue.length;if(!n)return e();const a=()=>{0==--n&&e()};this.operationQueue.forEach(n=>{const{operation:e,forward:i,observer:t}=n;i(e).subscribe({next:e=>{t.next&&t.next(e)},error:e=>{this.dequeue(n),t.error&&t.error(e),a()},complete:()=>{this.dequeue(n),t.complete&&t.complete(),a()}})})})),_defineProperty(this,"sync",e=>{e=e.apolloClient;if(e){const n=new SyncOfflineOperations({apolloClient:e,storage:this.storage,storeKey:this.storeKey});return n.init().then(e=>{if(e&&e.length)return n.sync()})}}),!e)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");this.storage=e,this.storeKey=i,this.operationQueue=[],this.isOpen=t}request(i,t){const{skipQueue:e,cancelQueues:a,offlineQueueName:r,local:n}=i.getContext();return(this.isOpen||n||e||hasSensitiveVariables(i))&&t?t(i):new f(e=>{const n={operation:i,forward:t,observer:e,offlineQuery:r,cancelQuery:a};return r||a?this.handleCancelAndOfflineQueue(n):this.enqueue(n),()=>this.dequeue(n)})}}!function(e){e.conversation="conversation",e.message="message"}(Af=Af||{}),function(e){e.unread="u",e.flagged="f",e.hasAttachment="a",e.replied="r",e.sentByMe="s",e.forwarded="w",e.calendarInvite="v",e.draft="d",e.imapDeleted="x",e.notificationSent="n",e.urgent="!",e.lowPriority="?",e.priority="+"}(Of=Of||{}),function(e){e.update="update",e.delete="delete",e.read="read",e.unread="!read",e.flag="flag",e.unflag="!flag",e.tag="tag",e.untag="!tag",e.move="move",e.spam="spam",e.unspam="!spam",e.trash="trash",e.copy="copy",e.recover="recover",e.rename="rename"}(Cf=Cf||{}),(_f=_f||{}).update="update",(Rf=Rf||{}).priority="priority";var Lf=Object.freeze({__proto__:null,get MailFolderView(){return Af},get MessageFlags(){return Of},get ActionOps(){return Cf},get _MessageActionOps(){return _f},get _ConversationActionOps(){return Rf},get ActionType(){return jv},get ActionResultType(){return Lv},get AccountType(){return mu},get ActionTypeName(){return pu},get AddressType(){return cu},get AlarmAction(){return vu},get AlarmRelatedTo(){return ku},get AutoCompleteMatchType(){return yu},get CalendarItemClass(){return fu},get CalendarItemRecurrenceFrequency(){return Nu},get ConnectionType(){return gu},get ContactType(){return Tu},get ExternalSendersType(){return hu},get FilterMatchCondition(){return Iu},get FolderView(){return Du},get FreeBusyStatus(){return bu},get GalSearchType(){return Su},get GranteeType(){return Fu},get Importance(){return Eu},get InviteCompletionStatus(){return Au},get InviteReplyType(){return Ou},get InviteReplyVerb(){return Cu},get InviteType(){return _u},get LicenseStatus(){return Ru},get Mode(){return wu},get NeedIsMemberType(){return Vu},get ParticipationRole(){return Pu},get ParticipationStatus(){return ju},get PasswordRecoveryAddressStatus(){return Lu},get PrefCalendarInitialView(){return xu},get PrefClientType(){return Bu},get PrefDelegatedSendSaveTarget(){return Mu},get PrefMailSelectAfterDelete(){return zu},get PrefMailSendReadReceipts(){return $u},get ReadingPaneLocation(){return qu},get RecoverAccountOp(){return Uu},get ResetPasswordStatus(){return Gu},get SaveDocumentAction(){return Qu},get SaveDocumentType(){return Hu},get SearchType(){return Wu},get SetRecoveryAccountChannel(){return Ku},get SetRecoveryAccountOp(){return Yu},get ShareInputAction(){return Ju},get SortBy(){return Zu},get Weekday(){return Xu},get ZimletPresence(){return em}});const xf={Contact:Ip,Conversation:$m,Document:bp,FolderEntity:ap,Mailbox:uc,MessageInfo:Mm,Tag:lc};exports.LocalBatchLink=LocalBatchLink,exports.OfflineQueueLink=OfflineQueueLink,exports.SyncOfflineOperations=SyncOfflineOperations,exports.ZimbraBatchClient=ZimbraBatchClient,exports.ZimbraErrorLink=ZimbraErrorLink,exports.ZimbraInMemoryCache=ZimbraInMemoryCache,exports.batchJsonRequest=batchJsonRequest,exports.createZimbraSchema=createZimbraSchema,exports.entities=xf,exports.jsonRequest=jsonRequest,exports.normalize=normalize$1,exports.schema=ak,exports.types=Lf;
20
+ //# sourceMappingURL=zm-api-js-client.js.map