@zimbra/api-client 70.0.0 → 71.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.
@@ -1,2 +1,2 @@
1
- !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@graphql-tools/schema")):"function"==typeof define&&define.amd?define(["exports","@graphql-tools/schema"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).zmApiJsClient={},e.schema)}(this,function(e,t){"use strict";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 _objectSpread2(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$4(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 _typeof$5(e){return(_typeof$5="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties$6(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$6(e,n,i){return n&&_defineProperties$6(e.prototype,n),i&&_defineProperties$6(e,i),e}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 _extends(){return(_extends=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i,t=arguments[n];for(i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e}).apply(this,arguments)}function _inherits$1(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$1(e,n)}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}function _objectWithoutProperties(e,n){if(null==e)return{};var i,t=function _objectWithoutPropertiesLoose(e,n){if(null==e)return{};for(var i,t={},a=Object.keys(e),r=0;r<a.length;r++)0<=n.indexOf(i=a[r])||(t[i]=e[i]);return t}(e,n);if(Object.getOwnPropertySymbols)for(var a=Object.getOwnPropertySymbols(e),r=0;r<a.length;r++)0<=n.indexOf(i=a[r])||Object.prototype.propertyIsEnumerable.call(e,i)&&(t[i]=e[i]);return t}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _createSuper$1(i){var t=function _isNativeReflectConstruct$1(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function _createSuperInternal(){var e,n=_getPrototypeOf$1(i);return function _possibleConstructorReturn$1(e,n){if(n&&("object"==typeof n||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized$1(e)}(this,t?(e=_getPrototypeOf$1(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _slicedToArray(e,n){return function _arrayWithHoles(e){if(Array.isArray(e))return e}(e)||function _iterableToArrayLimit(e,n){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=i){var t,a,r=[],d=!0,o=!1;try{for(i=i.call(e);!(d=(t=i.next()).done)&&(r.push(t.value),!n||r.length!==n);d=!0);}catch(e){o=!0,a=e}finally{try{d||null==i.return||i.return()}finally{if(o)throw a}}return r}}(e,n)||_unsupportedIterableToArray$1(e,n)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _toConsumableArray(e){return function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$1(e)}(e)||function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||_unsupportedIterableToArray$1(e)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _unsupportedIterableToArray$1(e,n){if(e){if("string"==typeof e)return _arrayLikeToArray$1(e,n);var i=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(i="Object"===i&&e.constructor?e.constructor.name:i)||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray$1(e,n):void 0}}function _arrayLikeToArray$1(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}var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i="object"==typeof n&&n&&n.Object===Object&&n,a="object"==typeof self&&self&&self.Object===Object&&self,r=i||a||Function("return this")(),d=r.Symbol,o=Object.prototype,u=o.hasOwnProperty,m=o.toString,s=d?d.toStringTag:void 0;var l=Object.prototype.toString;var p=function getRawTag$1(e){var n=u.call(e,s),i=e[s];try{var t=!(e[s]=void 0)}catch(e){}var a=m.call(e);return t&&(n?e[s]=i:delete e[s]),a},c=function objectToString$1(e){return l.call(e)},k=d?d.toStringTag:void 0;var v=function baseGetTag$7(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":(k&&k in Object(e)?p:c)(e)};var y=function isObject$3(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)},f=v,N=y;var g=function isFunction$2(e){return!!N(e)&&("[object Function]"==(e=f(e))||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e)},T=r["__core-js_shared__"],h=(ue=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||""))?"Symbol(src)_1."+ue:"";var I=Function.prototype.toString;var D=function toSource$2(e){if(null!=e){try{return I.call(e)}catch(e){}try{return e+""}catch(e){}}return""},S=g,b=function isMasked$1(e){return!!h&&h in e},F=y,A=D,E=/^\[object .+?Constructor\]$/,O=Function.prototype,C=Object.prototype,_=RegExp("^"+O.toString.call(C.hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var R=function baseIsNative$1(e){return!(!F(e)||b(e))&&(S(e)?_:E).test(A(e))},w=function getValue$1(e,n){return null==e?void 0:e[n]};function ia(e,n){return n=w(e,n),R(n)?n:void 0}var P=ia,V=function(){try{var e=P(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),j=V;var B=function baseAssignValue$1(e,n,i){"__proto__"==n&&j?j(e,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[n]=i};var L=function createBaseFor$1(u){return function(e,n,i){for(var t=-1,a=Object(e),r=i(e),d=r.length;d--;){var o=r[u?d:++t];if(!1===n(a[o],o,a))break}return e}}();var x=function baseTimes$1(e,n){for(var i=-1,t=Array(e);++i<e;)t[i]=n(i);return t};function ta(e){return null!=e&&"object"==typeof e}var M=v,z=ta;var $=function baseIsArguments$1(e){return z(e)&&"[object Arguments]"==M(e)},q=ta,U=Object.prototype,G=U.hasOwnProperty,W=U.propertyIsEnumerable,H=$(function(){return arguments}())?$:function(e){return q(e)&&G.call(e,"callee")&&!W.call(e,"callee")},Q=Array.isArray,K={exports:{}};(Ne=K).exports=((be=(ge=(be=(ge=K.exports)&&!ge.nodeType&&ge)&&Ne&&!Ne.nodeType&&Ne)&&ge.exports===be?r.Buffer:void 0)?be.isBuffer:void 0)||function stubFalse(){return!1};var Y=/^(?:0|[1-9]\d*)$/;var Z=function isIndex$2(e,n){var i=typeof e;return!!(n=null==n?9007199254740991:n)&&("number"==i||"symbol"!=i&&Y.test(e))&&-1<e&&e%1==0&&e<n};var J=function isLength$3(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=9007199254740991},X=v,ee=J,ne=ta,ie={};ie["[object Float32Array]"]=ie["[object Float64Array]"]=ie["[object Int8Array]"]=ie["[object Int16Array]"]=ie["[object Int32Array]"]=ie["[object Uint8Array]"]=ie["[object Uint8ClampedArray]"]=ie["[object Uint16Array]"]=ie["[object Uint32Array]"]=!0,ie["[object Arguments]"]=ie["[object Array]"]=ie["[object ArrayBuffer]"]=ie["[object Boolean]"]=ie["[object DataView]"]=ie["[object Date]"]=ie["[object Error]"]=ie["[object Function]"]=ie["[object Map]"]=ie["[object Number]"]=ie["[object Object]"]=ie["[object RegExp]"]=ie["[object Set]"]=ie["[object String]"]=ie["[object WeakMap]"]=!1;var te=function baseIsTypedArray$1(e){return ne(e)&&ee(e.length)&&!!ie[X(e)]};var ae,re,de=function baseUnary$2(n){return function(e){return n(e)}},n={exports:{}};re=(ae=(o=(o=(a=n).exports)&&!o.nodeType&&o)&&a&&!a.nodeType&&a)&&ae.exports===o&&i.process,o=function(){try{var e=ae&&ae.require&&ae.require("util").types;return e?e:re&&re.binding&&re.binding("util")}catch(e){}}(),a.exports=o;var T=te,ue=de,O=n.exports,C=O&&O.isTypedArray,U=C?ue(C):T,me=x,se=H,pe=Q,ce=K.exports,ke=Z,ve=U,ye=Object.prototype.hasOwnProperty;var $=function arrayLikeKeys$1(e,n){var i,t=pe(e),a=!t&&se(e),r=!t&&!a&&ce(e),d=!t&&!a&&!r&&ve(e),o=t||a||r||d,u=o?me(e.length,String):[],m=u.length;for(i in e)!n&&!ye.call(e,i)||o&&("length"==i||r&&("offset"==i||"parent"==i)||d&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||ke(i,m))||u.push(i);return u},fe=Object.prototype;var Ne=function overArg$2(n,i){return function(e){return n(i(e))}},ge=Ne(Object.keys,Object),Te=function isPrototype$1(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||fe)},he=ge,Ie=Object.prototype.hasOwnProperty;var De=g,Se=J;var be=function isArrayLike$4(e){return null!=e&&Se(e.length)&&!De(e)},Fe=$,Ae=function baseKeys$1(e){if(!Te(e))return he(e);var n,i=[];for(n in Object(e))Ie.call(e,n)&&"constructor"!=n&&i.push(n);return i},Ee=be;var i=function keys$3(e){return(Ee(e)?Fe:Ae)(e)},Oe=L,Ce=i;a=function baseForOwn$2(e,n){return e&&Oe(e,n,Ce)};var o=function eq$2(e,n){return e===n||e!=e&&n!=n},_e=o;var te=function assocIndexOf$4(e,n){for(var i=e.length;i--;)if(_e(e[i][0],n))return i;return-1},Re=te,we=Array.prototype.splice;var Pe=te;var Ve=te;var je=te;n=function listCacheDelete$1(e){var n=this.__data__;return!((e=Re(n,e))<0)&&(e==n.length-1?n.pop():we.call(n,e,1),--this.size,!0)},O=function listCacheGet$1(e){var n=this.__data__;return(e=Pe(n,e))<0?void 0:n[e][1]},ue=function listCacheHas$1(e){return-1<Ve(this.__data__,e)},C=function listCacheSet$1(e,n){var i=this.__data__,t=je(i,e);return t<0?(++this.size,i.push([e,n])):i[t][1]=n,this};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=function listCacheClear$1(){this.__data__=[],this.size=0},ListCache$4.prototype.delete=n,ListCache$4.prototype.get=O,ListCache$4.prototype.has=ue,ListCache$4.prototype.set=C;var T=ListCache$4,Be=T;x=function stackClear$1(){this.__data__=new Be,this.size=0};ge=function stackDelete$1(e){var n=this.__data__,e=n.delete(e);return this.size=n.size,e};g=function stackGet$1(e){return this.__data__.get(e)};var $=function stackHas$1(e){return this.__data__.has(e)},L=ia(r,"Map"),te=ia(Object,"create"),Le=te;var xe=te,Me=Object.prototype.hasOwnProperty;var ze=te,$e=Object.prototype.hasOwnProperty;var qe=te;n=function hashDelete$1(e){return e=this.has(e)&&delete this.__data__[e],this.size-=e?1:0,e},O=function hashGet$1(e){var n=this.__data__;if(xe){var i=n[e];return"__lodash_hash_undefined__"===i?void 0:i}return Me.call(n,e)?n[e]:void 0},ue=function hashHas$1(e){var n=this.__data__;return ze?void 0!==n[e]:$e.call(n,e)},C=function hashSet$1(e,n){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=qe&&void 0===n?"__lodash_hash_undefined__":n,this};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=function hashClear$1(){this.__data__=Le?Le(null):{},this.size=0},Hash$1.prototype.delete=n,Hash$1.prototype.get=O,Hash$1.prototype.has=ue,Hash$1.prototype.set=C;var Ue=Hash$1,Ge=T,We=L;te=function mapCacheClear$1(){this.size=0,this.__data__={hash:new Ue,map:new(We||Ge),string:new Ue}};var He=function isKeyable$1(e){var n=typeof e;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==e:null===e};var n=function getMapData$4(e,n){return e=e.__data__,He(n)?e["string"==typeof n?"string":"hash"]:e.map},Qe=n;var Ke=n;var Ye=n;var Ze=n;O=function mapCacheDelete$1(e){return e=Qe(this,e).delete(e),this.size-=e?1:0,e},ue=function mapCacheGet$1(e){return Ke(this,e).get(e)},C=function mapCacheHas$1(e){return Ye(this,e).has(e)},n=function mapCacheSet$1(e,n){var i=Ze(this,e),t=i.size;return i.set(e,n),this.size+=i.size==t?0:1,this};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=te,MapCache$3.prototype.delete=O,MapCache$3.prototype.get=ue,MapCache$3.prototype.has=C,MapCache$3.prototype.set=n;var te=MapCache$3,Je=T,Xe=L,en=te;var nn=T,O=ge,ue=g,C=$,n=function stackSet$1(e,n){var i=this.__data__;if(i instanceof Je){var t=i.__data__;if(!Xe||t.length<199)return t.push([e,n]),this.size=++i.size,this;i=this.__data__=new en(t)}return i.set(e,n),this.size=i.size,this};function Stack$2(e){e=this.__data__=new nn(e);this.size=e.size}Stack$2.prototype.clear=x,Stack$2.prototype.delete=O,Stack$2.prototype.get=ue,Stack$2.prototype.has=C,Stack$2.prototype.set=n;T=Stack$2;var tn=te,ge=function setCacheHas$1(e){return this.__data__.has(e)};function SetCache$2(e){var n=-1,i=null==e?0:e.length;for(this.__data__=new tn;++n<i;)this.add(e[n])}SetCache$2.prototype.add=SetCache$2.prototype.push=function setCacheAdd$1(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},SetCache$2.prototype.has=ge;g=SetCache$2;var $=function cacheHas$2(e,n){return e.has(n)},an=g,rn=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},dn=$;x=function equalArrays$2(e,n,i,t,a,r){var d=1&i,o=e.length;if(o!=(m=n.length)&&!(d&&o<m))return!1;var u=r.get(e),m=r.get(n);if(u&&m)return u==n&&m==e;var s=-1,l=!0,p=2&i?new an:void 0;for(r.set(e,n),r.set(n,e);++s<o;){var c,k=e[s],v=n[s];if(void 0!==(c=t?d?t(v,k,s,n,e,r):t(k,v,s,e,n,r):c)){if(c)continue;l=!1;break}if(p){if(!rn(n,function(e,n){if(!dn(p,n)&&(k===e||a(k,e,i,t,r)))return p.push(n)})){l=!1;break}}else if(k!==v&&!a(k,v,i,t,r)){l=!1;break}}return r.delete(e),r.delete(n),l};function bc(e){var i=-1,t=Array(e.size);return e.forEach(function(e,n){t[++i]=[n,e]}),t}function cc(e){var n=-1,i=Array(e.size);return e.forEach(function(e){i[++n]=e}),i}var on=r.Uint8Array,un=o,mn=x,O=d?d.prototype:void 0,sn=O?O.valueOf:void 0;ue=function equalByTag$1(e,n,i,t,a,r,d){switch(i){case"[object DataView]":if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case"[object ArrayBuffer]":return e.byteLength==n.byteLength&&r(new on(e),new on(n))?!0:!1;case"[object Boolean]":case"[object Date]":case"[object Number]":return un(+e,+n);case"[object Error]":return e.name==n.name&&e.message==n.message;case"[object RegExp]":case"[object String]":return e==n+"";case"[object Map]":var o=bc;case"[object Set]":o=o||cc;if(e.size!=n.size&&!(1&t))return!1;var u=d.get(e);if(u)return u==n;t|=2,d.set(e,n);o=mn(o(e),o(n),t,a,r,d);return d.delete(e),o;case"[object Symbol]":if(sn)return sn.call(e)==sn.call(n)}return!1};var C=function arrayPush$3(e,n){for(var i=-1,t=n.length,a=e.length;++i<t;)e[a+i]=n[i];return e},ln=C,pn=Q;var cn=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},kn=Object.prototype.propertyIsEnumerable,vn=Object.getOwnPropertySymbols,yn=function baseGetAllKeys$1(e,n,i){return n=n(e),pn(e)?n:ln(n,i(e))},fn=vn?function(n){return null==n?[]:(n=Object(n),cn(vn(n),function(e){return kn.call(n,e)}))}:function stubArray$1(){return[]},Nn=i;var gn=function getAllKeys$1(e){return yn(e,Nn,fn)},Tn=Object.prototype.hasOwnProperty;var n=function equalObjects$1(e,n,i,t,a,r){var d=1&i,o=gn(e),u=o.length;if(u!=gn(n).length&&!d)return!1;for(var m=u;m--;){var s=o[m];if(!(d?s in n:Tn.call(n,s)))return!1}var l=r.get(e),p=r.get(n);if(l&&p)return l==n&&p==e;var c=!0;r.set(e,n),r.set(n,e);for(var k=d;++m<u;){var v,y=e[s=o[m]],f=n[s];if(!(void 0===(v=t?d?t(f,y,s,n,e,r):t(y,f,s,e,n,r):v)?y===f||a(y,f,i,t,r):v)){c=!1;break}k=k||"constructor"==s}return!c||k||(l=e.constructor)!=(p=n.constructor)&&"constructor"in e&&"constructor"in n&&!("function"==typeof l&&l instanceof l&&"function"==typeof p&&p instanceof p)&&(c=!1),r.delete(e),r.delete(n),c},ge=ia(r,"DataView"),o=L,O=ia(r,"Promise"),L=ia(r,"Set"),r=ia(r,"WeakMap"),hn=v,In=D,Dn="[object Map]",Sn="[object Promise]",bn="[object Set]",Fn="[object WeakMap]",An="[object DataView]",En=In(ge),On=In(o),Cn=In(O),_n=In(L),Rn=In(r),D=hn;(ge&&D(new ge(new ArrayBuffer(1)))!=An||o&&D(new o)!=Dn||O&&D(O.resolve())!=Sn||L&&D(new L)!=bn||r&&D(new r)!=Fn)&&(D=function(e){var n=hn(e),e="[object Object]"==n?e.constructor:void 0,e=e?In(e):"";if(e)switch(e){case En:return An;case On:return Dn;case Cn:return Sn;case _n:return bn;case Rn:return Fn}return n});var wn=T,Pn=x,Vn=ue,jn=n,Bn=D,Ln=Q,xn=K.exports,Mn=U,zn="[object Arguments]",$n="[object Array]",qn="[object Object]",Un=Object.prototype.hasOwnProperty;var Gn=function baseIsEqualDeep$1(e,n,i,t,a,r){var d=Ln(e),o=Ln(n),u=d?$n:Bn(e),m=o?$n:Bn(n),s=(u=u==zn?qn:u)==qn,o=(m=m==zn?qn:m)==qn;if((m=u==m)&&xn(e)){if(!xn(n))return!1;s=!(d=!0)}if(m&&!s)return r=r||new wn,d||Mn(e)?Pn(e,n,i,t,a,r):Vn(e,n,u,i,t,a,r);if(!(1&i)){s=s&&Un.call(e,"__wrapped__"),o=o&&Un.call(n,"__wrapped__");if(s||o)return a(s?e.value():e,o?n.value():n,i,t,r=r||new wn)}return!!m&&(r=r||new wn,jn(e,n,i,t,a,r))},Wn=ta;var O=function baseIsEqual$2(e,n,i,t,a){return e===n||(null==e||null==n||!Wn(e)&&!Wn(n)?e!=e&&n!=n:Gn(e,n,i,t,baseIsEqual$2,a))},Hn=T,Qn=O;var Kn=y;var L=function isStrictComparable$2(e){return e==e&&!Kn(e)},Yn=L,Zn=i;var r=function matchesStrictComparable$2(n,i){return function(e){return null!=e&&(e[n]===i&&(void 0!==i||n in Object(e)))}},Jn=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 u=(o=i[a])[0],m=e[u],s=o[1];if(d&&o[2]){if(void 0===m&&!(u in e))return!1}else{var l,p=new Hn;if(!(void 0===(l=t?t(m,s,u,e,n,p):l)?Qn(s,m,3,t,p):l))return!1}}return!0},Xn=function getMatchData$1(e){for(var n=Zn(e),i=n.length;i--;){var t=n[i],a=e[t];n[i]=[t,a,Yn(a)]}return n},ei=r;var x=function baseMatches$1(n){var i=Xn(n);return 1==i.length&&i[0][2]?ei(i[0][0],i[0][1]):function(e){return e===n||Jn(e,n,i)}},ni=v,ii=ta;var ue=function isSymbol$3(e){return"symbol"==typeof e||ii(e)&&"[object Symbol]"==ni(e)},ti=Q,ai=ue,di=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,oi=/^\w*$/;var n=function isKey$3(e,n){if(ti(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!ai(e))||(oi.test(e)||!di.test(e)||null!=n&&e in Object(n))},ui=te;function memoize$1(t,a){if("function"!=typeof t||null!=a&&"function"!=typeof a)throw new TypeError("Expected a function");function Bo(){var e=arguments,n=a?a.apply(this,e):e[0],i=Bo.cache;return i.has(n)?i.get(n):(e=t.apply(this,e),Bo.cache=i.set(n,e)||i,e)}return Bo.cache=new(memoize$1.Cache||ui),Bo}memoize$1.Cache=ui;var mi=memoize$1;var si=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,li=/\\(\\)?/g,D=function memoizeCapped$1(e){var n=(e=mi(e,function(e){return 500===n.size&&n.clear(),e})).cache;return e}(function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(si,function(e,n,i,t){a.push(i?t.replace(li,"$1"):n||e)}),a});var K=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},pi=K,ci=Q,ki=ue,U=d?d.prototype:void 0,vi=U?U.toString:void 0;var yi=function baseToString$1(e){if("string"==typeof e)return e;if(ci(e))return pi(e,baseToString$1)+"";if(ki(e))return vi?vi.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};var fi=Q,Ni=n,gi=D,Ti=function toString$3(e){return null==e?"":yi(e)};var T=function castPath$2(e,n){return fi(e)?e:Ni(e,n)?[e]:gi(Ti(e))},hi=ue;var y=function toKey$4(e){if("string"==typeof e||hi(e))return e;var n=e+"";return"0"==n&&1/e==-1/0?"-0":n},Di=T,Si=y;var i=function baseGet$2(e,n){for(var i=0,t=(n=Di(n,e)).length;null!=e&&i<t;)e=e[Si(n[i++])];return i&&i==t?e:void 0},bi=i;var Fi=function get$1(e,n,i){return void 0===(n=null==e?void 0:bi(e,n))?i:n};var Ai=T,Ei=H,Oi=Q,Ci=Z,_i=J,Ri=y;function a3(e,n){return null!=e&&n in Object(e)}var wi=function hasPath$1(e,n,i){for(var t=-1,a=(n=Ai(n,e)).length,r=!1;++t<a;){var d=Ri(n[t]);if(!(r=null!=e&&i(e,d)))break;e=e[d]}return r||++t!=a?r:!!(a=null==e?0:e.length)&&_i(a)&&Ci(d,a)&&(Oi(e)||Ei(e))};var Pi=O,Vi=Fi,ji=function hasIn$1(e,n){return null!=e&&wi(e,n,a3)},Bi=n,Li=L,xi=r,Mi=y;te=function identity$4(e){return e};var zi=i;var $i=function baseProperty$1(n){return function(e){return null==e?void 0:e[n]}},qi=function basePropertyDeep$1(n){return function(e){return zi(e,n)}},Gi=n,Wi=y;var Qi=x,Yi=function baseMatchesProperty$1(i,t){return Bi(i)&&Li(t)?xi(Mi(i),t):function(e){var n=Vi(e,i);return void 0===n&&n===t?ji(e,i):Pi(t,n,3)}},Zi=te,Xi=Q,et=function property$1(e){return Gi(e)?$i(Wi(e)):qi(e)};var U=function baseIteratee$3(e){return"function"==typeof e?e:null==e?Zi:"object"==typeof e?Xi(e)?Yi(e[0],e[1]):Qi(e):et(e)},nt=B,it=a,tt=U;var at,rt=function mapValues(e,t){var a={};return t=tt(t),it(e,function(e,n,i){nt(a,n,t(e,n,i))}),a},D=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=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}(n),this._batchScheduleFn=function getValidBatchScheduleFn(e){e=e&&e.batchScheduleFn;if(void 0===e)return dt;if("function"==typeof e)return e;throw new TypeError("batchScheduleFn must be a function: "+e)}(n),this._cacheKeyFn=function getValidCacheKeyFn(e){e=e&&e.cacheKeyFn;if(void 0===e)return function(e){return e};if("function"==typeof e)return e;throw new TypeError("cacheKeyFn must be a function: "+e)}(n),this._cacheMap=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}(n),this._batch=null}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=function getCurrentBatch(e){var n=e._batch;if(null!==n&&!n.hasDispatched&&n.keys.length<e._maxBatchSize&&(!n.cacheHits||n.cacheHits.length<e._maxBatchSize))return n;var i={hasDispatched:!1,keys:[],callbacks:[]};return e._batch=i,e._batchScheduleFn(function(){return function dispatchBatch(n,t){if(t.hasDispatched=true,0!==t.keys.length){var e=n._batchLoadFn(t.keys);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){return failedDispatch(n,t,e)})}else resolveCacheHits(t)}(e,i)}),i}(this),n=this._cacheMap,t=this._cacheKeyFn(e);if(n){var a=n.get(t);if(a){var r=i.cacheHits||(i.cacheHits=[]);return new Promise(function(e){r.push(function(){return e(a)})})}}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}(),dt="object"==typeof process&&"function"==typeof process.nextTick?function(e){(at=at||Promise.resolve()).then(function(){return process.nextTick(e)})}:setImmediate||setTimeout;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 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 ot=D,ut=Q;var mt=function castArray(){if(!arguments.length)return[];var e=arguments[0];return ut(e)?e:[e]},ue=Ne(Object.getPrototypeOf,Object),st=v,lt=ue,pt=ta,T=Function.prototype,Z=Object.prototype,ct=T.toString,kt=Z.hasOwnProperty,vt=ct.call(Object);var yt=v,ft=ta,Nt=function isPlainObject$1(e){return!(!pt(e)||"[object Object]"!=st(e))&&(null===(e=lt(e))||"function"==typeof(e=kt.call(e,"constructor")&&e.constructor)&&e instanceof e&&ct.call(e)==vt)};var gt=function isError(e){if(!ft(e))return!1;var n=yt(e);return"[object Error]"==n||"[object DOMException]"==n||"string"==typeof e.message&&"string"==typeof e.name&&!Nt(e)};var Tt=be;J=function createBaseEach$1(r,d){return function(e,n){if(null==e)return e;if(!Tt(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}}(a);function le(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}function oe(e,t,a,r,n){return n(e,function(e,n,i){a=r?(r=!1,e):t(a,e,n,i)}),a}var ht=J,It=U,Dt=Q;var St=function reduce(e,n,i){var t=Dt(e)?le:oe,a=arguments.length<3;return t(e,It(n),i,a,ht)};function _normalize(e,r,n){var d=2<arguments.length&&void 0!==n&&n;return St(e,function(e,n,i){var t=function normalizeKey(e,n,i){return"string"==typeof(n=(2<arguments.length&&void 0!==i&&i?n.inverseKey:n.key)(e))?{key:n}:Array.isArray(n)?{key:n[0],nestedSchema:n[1]}:n instanceof bt?{key:e,nestedSchema:n}:{key:e}}(i,r,d),i=t.key,a=t.nestedSchema,t=_typeof$5(n);return Array.isArray(n)?e[i]=n.map(function(e){return a?_normalize(e,a,d):e}):e[i]="object"===t&&null!==n&&a?_normalize(n,a,d):n,e},{})}var bt=function(){function Entity(e){_classCallCheck$1(this,Entity),_defineProperty$4(this,"inverseMapping",{}),_defineProperty$4(this,"mapping",{}),this.addMapping(e),this.key=this.key.bind(this),this.inverseKey=this.inverseKey.bind(this)}return _createClass$6(Entity,[{key:"addMapping",value:function addMapping(e){this.mapping=_objectSpread2(_objectSpread2({},this.mapping),e),this.inverseMapping=this.initInverseMapping(this.mapping)}},{key:"initInverseMapping",value:function initInverseMapping(e){var t=this;return St(e,function(e,n,i){return Array.isArray(n)?e[n[0]]=[i,n[1]]:"object"!==_typeof$5(n)||n instanceof Entity?"string"==typeof n?e[n]=i:e[i]=n:e[i]=t.initInverseMapping(n),e},1<arguments.length&&void 0!==arguments[1]?arguments[1]:{})}},{key:"inverseKey",value:function inverseKey(e){return this.inverseMapping[e]}},{key:"key",value:function key(e){return this.mapping[e]}}]),Entity}();function normalize$1(n){return function(e){return Array.isArray(e)?e.map(function(e){return _normalize(e,n)}):_normalize(e,n)}}function denormalize(n){return function(e){return Array.isArray(e)?e.map(function(e){return _normalize(e,n,!0)}):_normalize(e,n,!0)}}O=new bt({cd:"contentDisposition",ci:"contentId",cl:"contentLocation",ct:"contentType",s:"size",part:"part",mid:"messageId",content:"content"}),L=new bt({w:"weeks",d:"days",h:"hours",m:"minutes",s:"seconds",related:"relatedTo",neg:"negative"}),r=new bt({rel:["relative",L]}),i=new bt({ival:"intervalCount"}),n=new bt({num:"number"}),y=new bt({d:"date"}),x=new bt({modaylist:"dayList"}),B=new bt({molist:"monthList"}),D=new bt({freq:"frequency",interval:["interval",i],count:["count",n],until:["until",y],bymonthday:["bymonthday",x],bymonth:["bymonth",B]}),Ne=new bt({rule:["rule",D]}),ue=new bt({add:["add",Ne]}),T=new bt({a:"email"}),Z=new bt({trigger:r,at:["attendees",T]}),v=new bt({d:"date",tz:"timezone",tzoDue:"timezoneDue",u:"utc"}),a=new bt({ptst:"participationStatus",a:"address",d:"name",cutype:"calendarUserType"}),L=new bt({ptst:"participationStatus",at:"attendee"}),i=new bt({a:"address",d:"name"}),n={d:"date",sd:"senderDate",f:"flags",l:"folderId",md:"changeDate",ms:"modifiedSequence",rev:"revision",s:"size",sf:"sortField",t:"tags",tn:"tagNames",part:"part"},y=_objectSpread2(_objectSpread2({},n),{},{cid:"conversationId",fr:"excerpt"}),x={compNum:"componentNum",calItemId:"calendarItemId",fb:"freeBusy",fba:"freeBusyActual",fr:"excerpt",isOrg:"isOrganizer",invId:"inviteId",loc:"location",or:["organizer",i],ridZ:"utcRecurrenceId"},B=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),x),{},{alarm:["alarms",Z],at:["attendees",a],completed:"completedDateTime",desc:"description",descHtml:"htmlDescription",e:["end",v],ex:"isException",recur:["recurrence",ue],s:["start",v],exceptId:["exceptId",v],seq:"sequence"})),D=new bt({reply:["reply",L]}),Ne=new bt({stdoff:"timezoneStdOffset",dayoff:"timezoneDaylightOffset"}),r=new bt({seq:"sequenceNumber",compNum:"componentNum",recurId:"recurrenceId",tz:["tz",Ne],comp:["components",B],replies:["replies",D],mp:["mimeParts",O]}),T=new bt({comp:["components",B],replies:["replies",D],mp:["mimeParts",O]}),i=new bt({a:"address",p:"name",d:"displayName",t:"type"}),Z=new bt({mid:"messageId",part:"part"}),a=new bt({aid:"attachmentId",doc:"documents",mp:["existingAttachments",Z]});O.addMapping({mp:["mimeParts",O],attach:["attachments",a]});var ue=_objectSpread2(_objectSpread2({},y),{},{e:["emailAddresses",i],inv:["invitations",T],mp:["mimeParts",O],shr:"share",su:"subject",origid:"origId",attach:["attachments",a],rt:"replyType"}),v=new bt(_objectSpread2(_objectSpread2({},ue),{},{id:"id",aid:"attachmentId",irt:"inReplyTo",rt:"replyType",did:"draftId",idnt:"entityId"})),Ft=new bt({m:["message",v]}),At=new bt(_objectSpread2({},ue)),L=new bt({inv:["invitations",r]}),Et=new bt(_objectSpread2(_objectSpread2({},ue),{},{n:"numMessages",m:["messages",At],u:"unread"})),Ne=new bt(_objectSpread2(_objectSpread2({},ue),{},{n:"numMessages",m:["messagesMetaData",At],u:"unread"})),Ot=new bt({rev:"revision",comp:"componentNum",m:["message",At],apptId:"appointmentId",calItemId:"calendarItemId",invId:"inviteId"}),Ct=new bt({rev:"revision",comp:"componentNum",m:["message",At],invId:"inviteId"}),B=new bt({d:"date",tz:"timezone"}),_t=new bt({inst:["instanceDate",B],id:"inviteId",comp:"componentNum",s:"start",m:["message",At]}),D=new bt({rid:"sharedItemId",zid:"ownerZimbraId",f:"flags",l:"parentFolderId"}),Rt=new bt({link:D}),Z={d:"address",gt:"granteeType",zid:"zimbraId",pw:"password"},T=new bt(_objectSpread2(_objectSpread2({},Z),{},{perm:"permissions"})),a=new bt({grant:T}),v=new bt({a:"address",t:"type",p:"personalName"}),ue=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),x),{},{otherAtt:"otherAttendees",s:"start",ptst:"participationStatus",dur:"duration",ex:"isException"})),D=new bt({compNum:"componentNum",invId:"inviteId",loc:"location"}),wt=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),x),{},{recur:"isRecurring",ptst:"participationStatus",dur:"duration",tzo:"timezoneOffset",otherAtt:"otherAttendees",inst:["instances",ue],inv:["invitations",r],alarmData:["alarmData",D],sf:"sortField"})),D=new bt({sf:"sortField"}),Pt=new bt({u:"unread",l:"parentFolderId",f:"flags",n:"nonFolderItemCount",s:"nonFolderItemCountTotal",rev:"revision",acl:a,perm:"permissions",rid:"sharedItemId",zid:"ownerZimbraId"});Pt.addMapping({folder:["folders",Pt],link:["linkedFolders",Pt]});var Vt=new bt({_attrs:"attributes"}),jt=new bt({_attrs:"attributes"}),O=new bt({e:["emailAddresses",i],mp:["mimeParts",O],su:"subject"}),Bt=new bt({m:["message",O],exceptId:["exceptId",B]}),Lt=new bt({m:["message",O]}),xt=new bt({s:"start",e:"end"}),Mt=new bt({t:["tentative",xt],f:["free",xt],b:["busy",xt],u:["unavailable",xt],n:["nodata",xt]}),zt=new bt({l:"folderId",tcon:"constraints",tn:"tagNames",f:"flags",zid:"zimbraId",d:"address",grant:T}),$t=new bt({t:"type"}),T=new bt({l:"folderId"}),qt=new bt({match:T}),Ut=new bt({e:["address",v]});new bt({name:"accountName",l:"folderId"});var T=new bt({ct:"contentType",s:"size"}),v={d:"date",l:"folderId",rev:"revision",sf:"sortField",t:"tags",tn:"tagNames",_attrs:["attributes",new bt({image:T})]},T=new bt({cn:["contacts",new bt(_objectSpread2({},v))]}),Gt=new bt({_attrs:"attributes"}),Wt=new bt(_objectSpread2(_objectSpread2({},v),{},{m:["members",T]})),Ht=new bt({cn:["contacts",Wt]});new bt({alarm:"alarm",inst:["instances",ue]});var Qt,n=new bt(_objectSpread2(_objectSpread2({},n),{},{acl:a,luuid:"folderUuid",mdver:"metadataVersion",meta:"metaData",descEnabled:"descriptionEnabled",ver:"version",leb:"lastEditedAccount",cr:"revisonCreator",cd:"revisedCreationDate",loid:"lockOwnerId",ct:"contentType",f:"flags"})),a=new bt({id:"messageId",part:"attachmentPart"}),Kt=new bt({l:"folderId",name:"name",ver:"version",ct:"contentType",descEnabled:"descriptionEnabled",m:["messageData",a]}),Yt=new bt({m:["messages",At],c:["conversations",Ne],cn:["contacts",Wt],appt:["appointments",wt],doc:["documents",n],hit:D}),a=new bt({l:"city",st:"state",co:"country"}),Ne=new bt({_attrs:["_attrs",a]}),Zt=new bt({calresource:["calresource",Ne]}),Jt=new bt({appt:["appointment",L]}),D=new bt({a:"address"}),a=new bt({a:"address",su:"subject"}),Ne=new bt({actionKeep:"keep",actionDiscard:"discard",actionFileInto:"fileInto",actionFlag:"flag",actionTag:"tag",actionRedirect:["redirect",D],actionReply:"reply",actionNotify:["notify",a],actionStop:"stop"}),L=new bt({d:"date"}),D=new bt({imp:"importance"}),a=new bt({s:"size"}),a=new bt({condition:"allOrAny",addressBookTest:"addressBook",addressTest:"address",attachmentTest:"attachment",bodyTest:"body",bulkTest:"bulk",contactRankingTest:"contactRanking",conversationTest:"conversation",dateTest:["date",L],facebookTest:"facebook",flaggedTest:"flag",headerExistsTest:"headerExists",headerTest:"header",importanceTest:["importance",D],inviteTest:"invite",linkedinTest:"linkedin",listTest:"list",meTest:"me",mimeHeaderTest:"mimeHeader",sizeTest:["size",a],twitterTest:"twitter",communityRequestsTest:"communityRequests",communityContentTest:"communityContent",communityConnectionsTest:"communityConnections"}),Xt=new bt({filterActions:["actions",Ne],filterTests:["conditions",a]}),ea=new bt({compNum:"componentNum",m:["message",At],rt:"replyType",exceptId:["exceptId",B]}),Ne=new bt({cid:"contentId"}),na=new bt({signature:Ne}),a=new bt({l:"parentFolderId"}),aa=new bt({tr:"traverseMountpoints",folder:a}),B=new bt({l:"folderId"}),ra=new bt({item:["item",B]}),da=new bt({_content:"content"}),Ne=new bt({n:"name",_content:"content"}),oa=new bt({l:"folderId",tn:"tagNames",a:["attributes",Ne],m:"memberOps"}),a=new bt({_content:"content"}),B=new bt({content:["content",a],d:"date",f:"flags",l:"folderId",t:"tags",tn:"tagNames"}),ua=new bt({m:["message",B]}),Ne=new bt({addr:"emailAddress"}),a=new bt({d:"displayName",email:["email",Ne]}),B=new bt({target:["target",a]}),ma=new bt({targets:["targets",B]}),Ne=new bt(_objectSpread2(_objectSpread2({},Z),{},{chkgt:"checkGrantee"})),sa=new bt({ace:["access",Ne]}),la=new bt({doc:["document",Kt]}),pa=new bt({ace:"access"}),ca=new bt({pw:"password"}),ka=new bt({u:"unread"}),a=new bt({s:"used"}),B=new bt({_content:"content"}),Z=new bt({property:["property",B]}),Ne=new bt({property:["property",B]}),va=new bt({global:["global",Z],host:["host",Ne],property:["property",B]}),B=new bt({d:"address",zid:"zimbraId"}),ya=new bt({action:["action",B]});(B=Qt=Qt||{}).Account="urn:zimbraAccount",B.Admin="urn:zimbraAdmin",B.Mail="urn:zimbraMail",B.All="urn:zimbra",B.Sync="urn:zimbraSync";var fa,Na,ga,Ta,ha,Ia,Da,Sa,ba,Fa,Aa,Ea,Oa,Ca,_a,Ra,wa,Pa,Va,ja,Ba,La,xa,Ma,za,$a,qa,Ua,Ga,Wa,Ha,Qa,Ka,Ya,Za,Ja,Xa,er,nr,ir,tr,ar,rr,dr,or=["_jsns"],ur=["body"],mr=["requests"],sr="/@zimbra",lr="/service/soap";function soapCommandBody(e){return _objectSpread2({_jsns:e.namespace||Qt.Mail},e.body)}function parseJSON(e){if(e.ok)return _responseParseHandler(e);if(-1!==[502,503,504].indexOf(e.status))throw function networkError(e){var n="Network request failed with status ".concat(e.status).concat(e.statusText?'- "'.concat(e.statusText,'"'):""),i=new Error(n);return i.message=n,i.response=e,i.parseError=e.parseError,i}(e);return _responseParseHandler(e).then(function(e){throw faultError(e,[Fi(e.parsed,"Body.Fault")])})}function _responseParseHandler(n){try{return n.json().then(function(e){return n.parsed=e,n})}catch(e){return n.parseError=e,Promise.resolve(n)}}function faultError(e,n){var i=new Error("Fault error: ".concat(n?function faultReasonText(e){return e=0<arguments.length&&void 0!==e?e:[],(e=!Array.isArray(e)?[e]:e).map(function(e){return Fi(e,"Reason.Text")}).filter(Boolean).join(", ")}(n):"Unknown Error"));return i.response=e,i.parseError=e.parseError,i.faults=n,i}function batchJsonRequest(e){var n=e.requests,i=_objectWithoutProperties(e,mr),e=function batchBody(e){return St(e,function(e,n){var i="".concat(n.name,"Request"),n=soapCommandBody(n);return e[i]?e[i].push(n):e[i]=[n],e},{})}(n);return jsonRequest(_objectSpread2(_objectSpread2({},i),{},{name:"Batch",namespace:Qt.All,body:e})).then(function(e){return function batchResponse(e,n){var i=n.body,a=_objectWithoutProperties(i,or),r=_objectWithoutProperties(n,ur),d={};return _objectSpread2(_objectSpread2({},r),{},{requests:St(e,function(e,n){var i=a["".concat(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},[])})}(n,e)})}function jsonRequest(e){var n=_objectSpread2(_objectSpread2({},e),{},{credentials:e.credentials||"include",headers:e.headers||{},origin:void 0!==e.origin?e.origin:sr,soapPathname:e.soapPathname||lr,namespace:e.namespace||Qt.Mail}),i="".concat(n.name,"Request"),t="".concat(n.name,"Response"),a="".concat(n.origin).concat(n.soapPathname,"/").concat(i),r={context:{_jsns:Qt.All,authTokenControl:{voidOnExpired:!0}}};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=".concat(e.authToken));var d,i=_defineProperty$4({},i,soapCommandBody(n));return e.fetchOptions&&(d={signal:e.fetchOptions.signal}),(fa||fetch)(a,_objectSpread2({method:"POST",credentials:n.credentials,body:JSON.stringify({Body:i,Header:r}),headers:n.headers},d)).then(parseJSON).then(function(e){var n=Fi(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$5(e)?n(e):Array.isArray(e)?e.map(function(e){return mapValuesDeep(e,n)}):rt(e,function(e){return mapValuesDeep(e,n)})}(B=Na=Na||{}).Imap="imap",B.Pop3="pop3",(B=ga=ga||{}).ContactAction="ContactAction",B.ConvAction="ConvAction",B.DistributionList="DistributionList",B.FolderAction="FolderAction",B.ItemAction="ItemAction",B.MsgAction="MsgAction",B.TagAction="TagAction",(B=Ta=Ta||{}).B="b",B.C="c",B.F="f",B.N="n",B.R="r",B.Rf="rf",B.S="s",B.T="t",(B=ha=ha||{}).Audio="AUDIO",B.Display="DISPLAY",B.Email="EMAIL",B.None="NONE",B.Procedure="PROCEDURE",B.XYahooCalendarActionIm="X_YAHOO_CALENDAR_ACTION_IM",B.XYahooCalendarActionMobile="X_YAHOO_CALENDAR_ACTION_MOBILE",(B=Ia=Ia||{}).End="END",B.Start="START",(B=Da=Da||{}).Contact="contact",B.Gal="gal",B.RankingTable="rankingTable",(B=Sa=Sa||{}).Con="CON",B.Pri="PRI",B.Pub="PUB",(B=ba=ba||{}).Dai="DAI",B.Hou="HOU",B.Min="MIN",B.Mon="MON",B.Sec="SEC",B.Wee="WEE",B.Yea="YEA",(B=Fa=Fa||{}).Cleartext="cleartext",B.Ssl="ssl",B.Tls="tls",B.TlsIsAvailable="tls_is_available",(B=Aa=Aa||{}).C="C",B.G="G",B.I="I",(B=Ea=Ea||{}).Allof="allof",B.Anyof="anyof",(B=Oa=Oa||{}).Appointment="appointment",B.Chat="chat",B.Comment="comment",B.Contact="contact",B.Conversation="conversation",B.Document="document",B.Folder="folder",B.Message="message",B.Note="note",B.Remote="remote",B.Search="search",B.Tag="tag",B.Task="task",B.Unknown="unknown",B.Virtual="virtual",B.Wiki="wiki",(B=Ca=Ca||{}).B="B",B.F="F",B.O="O",B.T="T",(B=_a=_a||{}).Account="account",B.All="all",B.Group="group",B.Resource="resource",(B=Ra=Ra||{}).All="all",B.Cos="cos",B.Dom="dom",B.Egp="egp",B.Grp="grp",B.Guest="guest",B.Key="key",B.Pub="pub",B.Usr="usr",(B=wa=wa||{}).High="high",B.Low="low",B.Normal="normal",(B=Pa=Pa||{}).Canc="CANC",B.Comp="COMP",B.Conf="CONF",B.Deferred="DEFERRED",B.Inpr="INPR",B.Need="NEED",B.Tent="TENT",B.Waiting="WAITING",(B=Va=Va||{}).R="r",B.W="w",(B=ja=ja||{}).Accept="ACCEPT",B.Decline="DECLINE",B.Tentative="TENTATIVE",(B=Ba=Ba||{}).Appt="appt",B.Task="task",(B=La=La||{}).ActivationGracePeriod="ACTIVATION_GRACE_PERIOD",B.Expired="EXPIRED",B.Invalid="INVALID",B.InFuture="IN_FUTURE",B.LicenseGracePeriod="LICENSE_GRACE_PERIOD",B.NotActivated="NOT_ACTIVATED",B.NotInstalled="NOT_INSTALLED",B.Ok="OK",(B=xa=xa||{}).Html="html",B.Text="text",(B=Ma=Ma||{}).All="all",B.DirectOnly="directOnly",B.None="none",(B=za=za||{}).Non="NON",B.Opt="OPT",B.Req="REQ",(B=$a=$a||{}).Ac="AC",B.Co="CO",B.De="DE",B.Df="DF",B.Dg="DG",B.In="IN",B.Ne="NE",B.Te="TE",B.Wa="WA",(B=qa=qa||{}).Pending="pending",B.Verified="verified",(B=Ua=Ua||{}).Day="day",B.List="list",B.Month="month",B.Week="week",B.WorkWeek="workWeek",B.Year="year",(B=Ga=Ga||{}).Advanced="advanced",B.Modern="modern",B.Standard="standard",B.Zimbrax="zimbrax",(B=Wa=Wa||{}).Both="both",B.None="none",B.Owner="owner",B.Sender="sender",(B=Ha=Ha||{}).Adaptive="adaptive",B.Next="next",B.Previous="previous",(B=Qa=Qa||{}).Always="always",B.Never="never",B.Prompt="prompt",(B=Ka=Ka||{}).Bottom="bottom",B.Off="off",B.Right="right",(B=Ya=Ya||{}).GetRecoveryAccount="getRecoveryAccount",B.SendRecoveryCode="sendRecoveryCode",(B=Za=Za||{}).Disabled="disabled",B.Enabled="enabled",B.Suspended="suspended",(Ja=Ja||{}).Create="create",(B=Xa=Xa||{}).Document="document",B.Presentation="presentation",B.Spreadsheet="spreadsheet",(B=er=er||{}).Appointment="appointment",B.Contact="contact",B.Conversation="conversation",B.Document="document",B.Message="message",B.Task="task",B.Wiki="wiki",(nr=nr||{}).Email="email",(B=ir=ir||{}).ResendCode="resendCode",B.Reset="reset",B.SendCode="sendCode",B.ValidateCode="validateCode",(B=tr=tr||{}).Edit="edit",B.Expire="expire",B.Revoke="revoke",(B=ar=ar||{}).AttachAsc="attachAsc",B.AttachDesc="attachDesc",B.DateAsc="dateAsc",B.DateDesc="dateDesc",B.FlagAsc="flagAsc",B.FlagDesc="flagDesc",B.NameAsc="nameAsc",B.NameDesc="nameDesc",B.None="none",B.PriorityAsc="priorityAsc",B.PriorityDesc="priorityDesc",B.RcptAsc="rcptAsc",B.RcptDesc="rcptDesc",B.ReadAsc="readAsc",B.ReadDesc="readDesc",B.SizeAsc="sizeAsc",B.SizeDesc="sizeDesc",B.SubjAsc="subjAsc",B.SubjDesc="subjDesc",(B=rr=rr||{}).Fr="FR",B.Mo="MO",B.Sa="SA",B.Su="SU",B.Th="TH",B.Tu="TU",B.We="WE",(B=dr=dr||{}).Disabled="disabled",B.Enabled="enabled",B.Mandatory="mandatory";var pr=te;function A5(e,n){for(var i=-1,t=null==e?0:e.length;++i<t&&!1!==n(e[i],i,e););return e}var cr=J,kr=function castFunction$1(e){return"function"==typeof e?e:pr},vr=Q;var yr,fr=function forEach$1(e,n){return(vr(e)?A5:cr)(e,kr(n))};function normalizeEmailAddresses(e){if(!e.emailAddresses)return e;for(var n=0;n<e.emailAddresses.length;n++){var i=e.emailAddresses[n],t=yr[i.type];(e[t]||(e[t]=[])).push(function parseAddress(e){if("string"!=typeof e)return e;var n=e.match(/(['"])(.*?)\1\s*<(.+)>/);return n?{address:n[3],name:n[2]}:{address:e}}(i))}return e}function normalizeType(e){return String(e).replace(/^\s*(.*?)\s*;.+$/i,"$1").toLowerCase()}function getAttachmentUrl(e,n){var i=n.origin,t=n.jwtToken,a=e.messageId,n=e.mid,e=e.part;return"".concat(void 0===i?"":i,"/service/home/~/?auth=").concat(t?"jwt":"co","&id=").concat(encodeURIComponent(a||n),"&part=").concat(encodeURIComponent(e)).concat(t?"&zjwt=".concat(t):"")}function normalizeMimeParts(m,e){function Uu(e,n){return(e=_extends({},e)).messageId=e.messageId||m.id,e.url=getAttachmentUrl(e,{origin:i,jwtToken:t}),e.contentDisposition||"attachments"===n&&(e.contentDisposition="attachment"),e.contentId=e.contentId?function normalizeCid(e){return e.replace(/[<>]/g,"")}(e.contentId):~normalizeType(e.contentType).indexOf("image/")&&"inline"===e.contentDisposition?"AUTO-GEN-CID-".concat(e.messageId,"-").concat(e.part,"-").concat(e.size):void 0,e}var i=e.origin,t=e.jwtToken,s=e.isDesktop;return function reduceMimeParts(e,n,i){var t=e.mimeParts;if(t&&t.length)for(var a=0;a<t.length;a++)i=n(t[a],a,i),"message/rfc822"!==t[a].contentType&&reduceMimeParts(t[a],n,i);return i}(m,function(e,n,i){var t,a,r=!1,d=normalizeType(e.contentType),o=normalizeType(e.contentDisposition),u=e.content||"";return r&&(i.body=u),"attachment"!==o&&(t="text/html"===d?"html":"text/plain"===d&&"text",~d.indexOf("image/")&&"inline"===o&&!e.contentId?(a=Uu(e),i.text=(i.text||i.html||"").concat('<br /><div><img src="cid:'.concat(a.contentId,'" /></div><br />')),i.html=i.text):e.filename&&t&&"inline"===o?(i.inlineAttachments||(i.inlineAttachments=[])).concat(Uu(e)):!t||i[t]&&"inline"===o||(i[t]="html"!==t&&"text"!==t||!i[t]?u:i[t].concat(u),r=!0)),r||"multipart"===d.split("/")[0]||(o="inline"===o?"inlineAttachments":"attachments","application/pkcs7-signature"!==e.contentType&&"application/x-pkcs7-signature"!==e.contentType&&(i[o]||(i[o]=[])).push(Uu(e,o)),s&&(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(function(e){return e.contentId&&!e.contentDisposition})&&m.attachments.forEach(function(e){delete e.contentId,delete e.contentLocation}),m}(J=yr=yr||{}).f="from",J.t="to",J.c="cc",J.b="bcc",J.s="sender",J.r="replyTo";var Nr=H,gr=Q,Tr=d?d.isConcatSpreadable:void 0;function M5(e){return gr(e)||Nr(e)||!!(Tr&&e&&e[Tr])}var hr=C;d=function baseFlatten$2(e,n,i,t,a){var r=-1,d=e.length;for(i=i||M5,a=a||[];++r<d;){var o=e[r];0<n&&i(o)?1<n?baseFlatten$2(o,n-1,i,t,a):hr(a,o):t||(a[a.length]=o)}return a};var Ir=C,Dr=d,Sr=function copyArray$1(e,n){var i=-1,t=e.length;for(n=n||Array(t);++i<t;)n[i]=e[i];return n},br=Q;var Fr=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 Ir(br(i)?Sr(i):[i],Dr(n,1))};function Y5(e){return e!=e}var Ar=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},Er=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 Or=function baseIndexOf$1(e,n,i){return n==n?Er(e,n,i):Ar(e,Y5,i)};function dg(e,n){return!!(null==e?0:e.length)&&-1<Or(e,n,0)}function eg(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 Cr=g,_r=K,Rr=de,wr=$;de=function baseDifference$1(e,n,i,t){var a=-1,r=dg,d=!0,o=e.length,u=[],m=n.length;if(!o)return u;i&&(n=_r(n,Rr(i))),t?(r=eg,d=!1):200<=n.length&&(r=wr,d=!1,n=new Cr(n));e:for(;++a<o;){var s=e[a],l=null==i?s:i(s),s=t||0!==s?s:0;if(d&&l==l){for(var p=m;p--;)if(n[p]===l)continue e;u.push(s)}else r(n,l,t)||u.push(s)}return u};var Pr=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)},Vr=Math.max;$=function overRest$1(r,d,o){return d=Vr(void 0===d?r.length-1:d,0),function(){for(var e=arguments,n=-1,i=Vr(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),Pr(r,this,a)}};var jr=function constant$1(e){return function(){return e}},Br=V,Lr=Date.now;var V=function shortOut$1(i){var t=0,a=0;return function(){var e=Lr(),n=16-(e-a);if(a=e,0<n){if(800<=++t)return arguments[0]}else t=0;return i.apply(void 0,arguments)}}(Br?function(e,n){return Br(e,"toString",{configurable:!0,enumerable:!1,value:jr(n),writable:!0})}:te),xr=te,Mr=$,zr=V;var $r=be,qr=ta;var Ur=de,Gr=d,Wr=U,Hr=function isArrayLikeObject$1(e){return qr(e)&&$r(e)},Qr=function last$1(e){var n=null==e?0:e.length;return n?e[n-1]:void 0},Kr=function baseRest$1(e,n){return zr(Mr(e,n,xr),e+"")}(function(e,n){var i=Qr(n);return Hr(i)&&(i=void 0),Hr(e)?Ur(e,Gr(n,1,Hr,!0),Wr(i)):[]}),Yr=["attributes"],Zr=["firstName","phoneticFirstName","middleName","lastName","phoneticLastName","fullName","maidenName","namePrefix","nameSuffix","email","email2","workEmail","workEmail2","homeEmail","homeEmail2","phone","phone2","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","userCertificate","assistantPhone","callbackPhone","carPhone","otherCity","otherCountry","otherFax","otherPostalCode","otherState","otherStreet","otherURL","fileAs","type"];function createContactBody(e){var n=e.attributes,e=_objectWithoutProperties(e,Yr),i=[];return fr(n,function(e,n){return"other"!==n?i.push(_defineProperty$4({name:n},"image"===n?"aid":"content",e)):fr(e,function(e){return i.push({name:e.key,_content:e.value})})}),{cn:denormalize(oa)(_objectSpread2(_objectSpread2({},e),{},{attributes:i}))}}function normalizeOtherAttr(e){return e.map(function(n){var i=[],e=n._attrs.nickname;e&&(n._attrs.nickname=Array.isArray(e)?e[0]:e);var t=n._attrs.userCertificate;t&&(n._attrs.userCertificate=Array.isArray(t)?t[0]:t),Object.keys(n._attrs).filter(function(e){return!Zr.includes(e)}).forEach(function(e){return"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})&&delete n._attrs[e]});e=i.filter(function(e){return e.key.match("custom\\d+")}).sort(function(e,n){return Number(e.key.match(/(\d+)/g)[0])-Number(n.key.match(/(\d+)/g)[0])}),t=Kr(i,e,"key").sort(function(e,n){return e.key.localeCompare(n.key)});return _objectSpread2(_objectSpread2({},n),{},{_attrs:_objectSpread2(_objectSpread2({},n._attrs),{},{other:Fr(e,t)})})})}var Jr,Xr,ed=["zimbraPrefMailTrustedSenderList"],nd=6;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)})}}}(U=Ed=Ed||{}).all="all",U.account="account",U.resource="resource",U.group="group",(Ed=Id=Id||{}).all="all",Ed.directOnly="directOnly",Ed.none="none",(U=Jr=Jr||{}).contact="ContactAction",U.conversation="ConvAction",U.distributionList="DistributionList",U.folder="FolderAction",U.item="ItemAction",U.message="MsgAction",U.tag="TagAction",U.document="DocumentAction",(Id=Xr=Xr||{}).ConvAction="Conversation",Id.MsgAction="MessageInfo",(Ed=zu=zu||{}).send="sendCode",Ed.validate="validateCode",Ed.resend="resendCode",Ed.reset="reset",(fo=fo||{}).email="email",U=No=No||{};function b6(){var n=this;_classCallCheck$1(this,b6),_defineProperty$4(this,"emitter",void 0),_defineProperty$4(this,"events",{notify:"notify",refresh:"refresh"}),_defineProperty$4(this,"processedSequences",new Map),_defineProperty$4(this,"sequenceNo",0),_defineProperty$4(this,"addNotifyHandler",function(e){e&&n.emitter.on(n.events.notify,e)}),_defineProperty$4(this,"addRefreshHandler",function(e){e&&n.emitter.on(n.events.refresh,e)}),_defineProperty$4(this,"getSequenceNumber",function(){return n.sequenceNo}),_defineProperty$4(this,"handleNotifications",function(e){e&&e.seq&&!n.processedSequences.has(e.seq)&&(n.sequenceNo<e.seq&&(n.sequenceNo=e.seq),n.processedSequences.set(e.seq,!0),n.emitter&&n.emitter.emit(n.events.notify,e))}),_defineProperty$4(this,"handleRefresh",function(e){console.info("[Cache] refresh received",e,new Date),n.sequenceNo=0,n.processedSequences.clear(),n.emitter&&n.emitter.emit(n.events.refresh,e)}),_defineProperty$4(this,"removeNotifyHandler",function(e){e&&n.emitter.off(n.events.notify,e)}),_defineProperty$4(this,"removeRefreshHandler",function(e){e&&n.emitter.off(n.events.refresh,e)}),_defineProperty$4(this,"setSequenceNumber",function(e){return n.sequenceNo=e}),this.emitter=new events}var id=["ids","id"],td=["accountType"],ad=["flags","fetchIfExists","parentFolderId"],rd=["attrs"],dd=["zimbraPrefWhenSentToAddresses","zimbraPrefWhenInFolderIds"],od=["_attrs"],ud=["parentFolderId"],md=["id"],sd=["id","ids"],ld=["identity"],pd=["zimbraPrefWhenInFolderIds","zimbraPrefWhenSentToAddresses"],cd=["_attrs"],kd=["attrs"],vd=["accountType"];function s6(e){return e.map(function(e){return(e=fd(normalize$1(Vt)(e))).habGroup&&(e.habGroups=_toConsumableArray(s6(e.habGroup))),e})}function t6(e){var n=Fi(e,"folders")||[],i=Fi(e,"view");return i&&i!==Oa.Message||(e=_objectSpread2(_objectSpread2({},e),{},{unreadDescendent:yd(e)}),n&&(e=_objectSpread2(_objectSpread2({},e),{},{folders:n.map(t6)}))),e}var yd=function hasUnreadDescendent(e){var n=Fi(e,"unreadDescendent");if(0<e[e.id===nd||"Outbox"===e.name?"nonFolderItemCount":"unread"]||n)return!0;n=Fi(e,"folders")||[],e=0;return e<n.length&&hasUnreadDescendent(n[e])},fd=function updateGroupName(e){return _objectSpread2(_objectSpread2({},e),{},{name:Fi(e,"attributes.displayName")})};function updateAbsoluteFolderPath(n,i,e){return e.map(function(e){return e.absFolderPath="USER_ROOT"===n?"".concat(i).concat(e.absFolderPath):e.absFolderPath.replace("/".concat(n),i),e.folders&&(e.folders=updateAbsoluteFolderPath(n,i,e.folders)),e})}function convertStringAndArrayValues(e){e=[].concat(e).filter(Boolean);return e.length?e:""}function u6(){var u=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck$1(this,u6),_defineProperty$4(this,"localStoreClient",void 0),_defineProperty$4(this,"notifier",void 0),_defineProperty$4(this,"origin",void 0),_defineProperty$4(this,"sessionId",void 0),_defineProperty$4(this,"soapPathname",void 0),_defineProperty$4(this,"authToken",void 0),_defineProperty$4(this,"batchDataLoader",void 0),_defineProperty$4(this,"csrfToken",void 0),_defineProperty$4(this,"customFetch",void 0),_defineProperty$4(this,"dataLoader",void 0),_defineProperty$4(this,"jwtToken",void 0),_defineProperty$4(this,"sessionHandler",void 0),_defineProperty$4(this,"userAgent",void 0),_defineProperty$4(this,"accountInfo",function(){return u.jsonRequest({name:"GetInfo",namespace:Qt.Account,body:{sections:"mbox,attrs,zimlets,props"}}).then(function(e){return _objectSpread2(_objectSpread2(_objectSpread2({},e),{},{attrs:_objectSpread2(_objectSpread2({},mapValuesDeep(e.attrs._attrs,coerceStringToBoolean)),{},{zimbraMailAlias:[].concat(Fi(e,"attrs._attrs.zimbraMailAlias",[]))})},Fi(e,"license.attr")&&{license:{status:e.license.status,attr:mapValuesDeep(e.license.attr,coerceStringToBoolean)}}),{},{zimlets:{zimlet:Fi(e,"zimlets.zimlet")&&Fi(e,"zimlets.zimlet").map(function(e){var n=e.zimletConfig;return _objectSpread2({zimlet:e.zimlet,zimletContext:e.zimletContext},n&&{zimletConfig:normalize$1(va)(n)})})}})})}),_defineProperty$4(this,"accountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"AccountOnlyRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"action",function(e,n){var i=n.ids,t=n.id,n=_objectWithoutProperties(n,id);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:t||[i].join(",")},denormalize(zt)(n))},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"addExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,td);return u.jsonRequest({name:"CreateDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return Fi(e,"".concat(n,".0.id"))})}),_defineProperty$4(this,"addMessage",function(e){var n=Fi(e,"message"),i=n.folderId,e=n.content,n=n.meta;try{var t=JSON.parse(n),a=t.flags,r=t.tags,d=t.tagNames,o=t.date}catch(e){}return u.jsonRequest({name:"AddMsg",body:denormalize(ua)({message:{folderId:i,content:{_content:e},flags:a,tags:r,tagNames:d,date:o}}),singleRequest:!0}).then(normalize$1(At))}),_defineProperty$4(this,"allowDeviceSync",function(e){return u.jsonRequest({name:"AllowDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"applyFilterRules",function(e){return u.jsonRequest({name:"ApplyFilterRules",body:{filterRules:{filterRule:e.filterRules},m:{ids:e.ids}}}).then(function(e){e=Fi(e,"m[0].ids");return e?e.split(","):[]})}),_defineProperty$4(this,"attach",function(e,n){return u.localStoreClient.attach({files:e,message:n})}),_defineProperty$4(this,"autoComplete",function(e){return u.jsonRequest({name:"AutoComplete",body:denormalize($t)(e)}).then(normalize$1(qt))}),_defineProperty$4(this,"autoCompleteGAL",function(e){return u.jsonRequest({name:"AutoCompleteGal",namespace:Qt.Account,body:e}).then(function(e){return normalize$1(Ht)(e)})}),_defineProperty$4(this,"blockDeviceSync",function(e){return u.jsonRequest({name:"BlockDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingAccountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingAccountOnlyRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelTask",function(e){return u.jsonRequest({name:"CancelTask",body:{comp:"0",id:e.inviteId},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"changeFolderColor",function(e){return u.action(Jr.folder,{id:e.id,op:"color",color:e.color})}),_defineProperty$4(this,"changePassword",function(e){var n=e.dryRun;return u.jsonRequest({name:"ChangePassword",namespace:Qt.Account,body:{account:{by:"name",_content:e.username},oldPassword:e.password,password:e.loginNewPassword,dryRun:void 0!==n&&n},singleRequest:!0})}),_defineProperty$4(this,"checkCalendar",function(e){return u.action(Jr.folder,{id:e.id,op:e.value?"check":"!check"})}),_defineProperty$4(this,"clientInfo",function(e){return u.jsonRequest({name:"ClientInfo",body:{domain:[{by:e.by,_content:e.domain}]},singleRequest:!0,namespace:Qt.Account}).then(function(e){return normalize$1(Gt)(e)})}),_defineProperty$4(this,"contactAction",function(e){return u.action(Jr.contact,e)}),_defineProperty$4(this,"conversationAction",function(e){return u.action(Jr.conversation,e)}),_defineProperty$4(this,"counterAppointment",function(e){return u.jsonRequest({name:"CounterAppointment",body:denormalize(Ct)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointment",function(e,n){return u.jsonRequest({name:"CreateAppointment",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointmentException",function(e,n){return u.jsonRequest({name:"CreateAppointmentException",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppSpecificPassword",function(e){return u.jsonRequest({name:"CreateAppSpecificPassword",namespace:Qt.Account,body:{appName:{_content:e}},singleRequest:!0}).then(function(e){return normalize$1(ca)(e)})}),_defineProperty$4(this,"createContact",function(e){return u.jsonRequest({name:"CreateContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn)[0])})}),_defineProperty$4(this,"createFolder",function(e){var n=e.flags,i=e.fetchIfExists,t=e.parentFolderId,e=_objectWithoutProperties(e,ad);return u.jsonRequest({name:"CreateFolder",body:{folder:_objectSpread2(_objectSpread2({},e),{},{f:n,fie:i,l:t})},singleRequest:!0}).then(function(e){return normalize$1(Pt)(e.folder[0])})}),_defineProperty$4(this,"createIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,rd);return u.jsonRequest({name:"CreateIdentity",namespace:Qt.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},rt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0}).then(function(e){var n=mapValuesDeep(e,coerceStringToBoolean),i=Fi(n,"identity.0"),t=i._attrs,a=t.zimbraPrefWhenSentToAddresses,e=t.zimbraPrefWhenInFolderIds,t=_objectWithoutProperties(t,dd),i=_objectWithoutProperties(i,od);return _objectSpread2(_objectSpread2({},n),{},{identity:[_objectSpread2(_objectSpread2({},i),{},{_attrs:_objectSpread2(_objectSpread2(_objectSpread2({},t),a&&{zimbraPrefWhenSentToAddresses:[].concat(a).filter(Boolean)}),e&&{zimbraPrefWhenInFolderIds:[].concat(e).filter(Boolean)})})]})})}),_defineProperty$4(this,"createMountpoint",function(e){return u.jsonRequest({name:"CreateMountpoint",body:denormalize(Rt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createSearchFolder",function(e){var n=e.parentFolderId,e=_objectWithoutProperties(e,ud);return u.jsonRequest({name:"CreateSearchFolder",body:{search:_objectSpread2(_objectSpread2({},e),{},{l:n})},singleRequest:!0}).then(function(e){return normalize$1(Pt)(e.search[0])})}),_defineProperty$4(this,"createSignature",function(e){return u.jsonRequest({name:"CreateSignature",namespace:Qt.Account,body:denormalize(na)(e),singleRequest:!0})}),_defineProperty$4(this,"createTag",function(e){return u.jsonRequest({name:"CreateTag",body:{tag:_objectSpread2({},e)},singleRequest:!0}).then(function(e){e=e.tag;return normalize$1(ka)((void 0===e?[]:e)[0])})}),_defineProperty$4(this,"createTask",function(e){return u.jsonRequest({name:"CreateTask",body:_objectSpread2({},denormalize(Ot)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"declineCounterAppointment",function(e){return u.jsonRequest({name:"DeclineCounterAppointment",body:denormalize(Ct)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteAppointment",function(e){return u.jsonRequest({name:"CancelAppointment",body:denormalize(_t)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteExternalAccount",function(e){return u.jsonRequest({name:"DeleteDataSource",body:{dsrc:{id:e.id}},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteIdentity",function(e){return u.jsonRequest({name:"DeleteIdentity",namespace:Qt.Account,body:{identity:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteSignature",function(e){return u.jsonRequest({name:"DeleteSignature",namespace:Qt.Account,body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"disableTwoFactorAuth",function(){return u.jsonRequest({name:"DisableTwoFactorAuth",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"discoverRights",function(){return u.jsonRequest({name:"DiscoverRights",namespace:Qt.Account,body:{right:[{_content:"sendAs"},{_content:"sendOnBehalfOf"}]}}).then(function(e){return normalize$1(ma)(e)})}),_defineProperty$4(this,"dismissCalendarItem",function(e,n){return u.jsonRequest({name:"DismissCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"documentAction",function(e){return u.documentActionResponse(Jr.document,e)}),_defineProperty$4(this,"documentActionResponse",function(e,n){var i=n.id,n=_objectWithoutProperties(n,md);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:[i].join(",")},denormalize(zt)(n))},singleRequest:!0}).then(normalize$1(ya))}),_defineProperty$4(this,"downloadAttachment",function(e){var n=e.id,i=e.part;return u.download({url:"/service/home/~/?auth=co&id=".concat(n,"&part=").concat(i)}).then(function(e){e=e.content;return{id:"".concat(n,"_").concat(i),content:e}})}),_defineProperty$4(this,"downloadDocument",function(e){var n=e.id;return u.download({url:e.url}).then(function(e){return{id:n,content:e.content}})}),_defineProperty$4(this,"downloadMessage",function(e){var n=e.id;return u.download({isSecure:e.isSecure,url:"/service/home/~/?auth=co&id=".concat(n)}).then(function(e){return{id:n,content:e.content}})}),_defineProperty$4(this,"enableTwoFactorAuth",function(e){var n=e.password,i=e.authToken,t=e.twoFactorCode,a=e.csrfTokenSecured;return u.jsonRequest({name:"EnableTwoFactorAuth",body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({name:{_content:e.name}},n&&{password:{_content:n}}),i&&{authToken:{_content:i}}),t&&{twoFactorCode:{_content:t}}),{},{csrfTokenSecured:a}),namespace:Qt.Account,singleRequest:!0})}),_defineProperty$4(this,"folderAction",function(e){return u.action(Jr.folder,e)}),_defineProperty$4(this,"forwardAppointment",function(e){return u.jsonRequest({name:"ForwardAppointment",body:denormalize(Bt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"forwardAppointmentInvite",function(e){return u.jsonRequest({name:"ForwardAppointmentInvite",body:denormalize(Lt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"freeBusy",function(e){var n=e.names;return u.jsonRequest({name:"GetFreeBusy",body:{s:e.start,e:e.end,name:n.join(",")}}).then(function(e){return normalize$1(Mt)(e.usr)})}),_defineProperty$4(this,"generateScratchCodes",function(e){return u.jsonRequest({name:"GenerateScratchCodes",namespace:Qt.Account,body:{account:{by:"name",_content:e}},singleRequest:!0})}),_defineProperty$4(this,"getAppointment",function(e){return u.jsonRequest({name:"GetAppointment",body:e}).then(function(e){return normalize$1(Jt)(e)})}),_defineProperty$4(this,"getAppSpecificPasswords",function(){return u.jsonRequest({name:"GetAppSpecificPasswords",namespace:Qt.Account})}),_defineProperty$4(this,"getAttachmentUrl",function(e){return getAttachmentUrl(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getAvailableLocales",function(){return u.jsonRequest({name:"GetAvailableLocales",namespace:Qt.Account}).then(function(e){return e.locale})}),_defineProperty$4(this,"getContact",function(e){var n=e.id,i=e.ids,e=_objectWithoutProperties(e,sd);return u.jsonRequest({name:"GetContacts",body:_objectSpread2({cn:{id:n||(i||[]).join(",")}},e)}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn))})}),_defineProperty$4(this,"getContactFrequency",function(e){return u.jsonRequest({name:"GetContactFrequency",body:e}).then(function(e){return e.data=e.data.map(function(e){return e.by=e.spec[0].range,e}),e})}),_defineProperty$4(this,"getContactProfileImageUrl",function(e){return function getContactProfileImageUrl(e,n){var i=n.origin;return(n=getAttachmentUrl(e,{origin:void 0===i?"":i,jwtToken:n.jwtToken}))?"".concat(n):""}(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getConversation",function(e){return u.jsonRequest({name:"GetConv",body:{c:rt(e,coerceBooleanToInt)}}).then(function(e){e=normalize$1(Et)(e.c[0]);return e.messages=e.messages.map(u.normalizeMessage),e})}),_defineProperty$4(this,"getCustomMetadata",function(e){return u.jsonRequest({name:"GetCustomMetadata",body:{id:e.id,meta:{section:e.section}}}).then(function(e){return e.meta&&(e.meta=e.meta.map(function(e){return e._attrs||(e._attrs={}),e=function normalizeCustomMetaDataAttrs(n){var i=[];return Object.keys(n._attrs).forEach(function(e){return"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})}),_objectSpread2(_objectSpread2({},n),{},{_attrs:i})}(e)})),mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getDataSources",function(){return u.jsonRequest({name:"GetDataSources"}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getDeviceStatus",function(){return u.jsonRequest({name:"GetDeviceStatus",namespace:Qt.Sync}).then(function(e){return Fi(e,"device")||[]})}),_defineProperty$4(this,"getDistributionListMembers",function(e,n,i){return u.jsonRequest({name:"GetDistributionListMembers",body:{dl:{_content:i},limit:e,offset:n},namespace:Qt.Account}).then(function(e){return normalize$1(jt)(Fi(e,"groupMembers.0.groupMember")||[])})}),_defineProperty$4(this,"getDocumentShareURL",function(e){return u.jsonRequest({name:"GetDocumentShareURL",body:denormalize(ra)(e),singleRequest:!0}).then(function(e){return normalize$1(da)(e)})}),_defineProperty$4(this,"getFilterRules",function(){return u.jsonRequest({name:"GetFilterRules"}).then(function(e){return normalize$1(Xt)(Fi(e,"filterRules.0.filterRule")||[])})}),_defineProperty$4(this,"getFolder",function(e){return u.jsonRequest({name:"GetFolder",body:denormalize(aa)(e)}).then(function(e){var n=normalize$1(Pt)(e),e=Fi(n,"folders.0",{});return e.folders&&(e.folders=e.folders.map(t6),e.folders=e.folders.map(function(e){return e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n=e.oname,i=e.folders;return n&&i&&(e.folders=updateAbsoluteFolderPath(n,e.absFolderPath,i)),e})),e})),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(t6)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n,i,t,a,r;return e.view&&e.view!==Oa.Message&&e.view!==Oa.Contact&&e.view!==Oa.Document||(n=e.absFolderPath,i=e.oname,t=e.folders,a=e.ownerZimbraId,r=e.sharedItemId,e.view===Oa.Contact&&(e.userId=e.id,e.id="".concat(a,":").concat(r)),i&&t&&(e.folders=updateAbsoluteFolderPath(i,n,t))),e})),n})}),_defineProperty$4(this,"getHAB",function(e){return u.jsonRequest({name:"GetHAB",body:{habRootGroupId:e},namespace:Qt.Account}).then(function(e){e=Fi(e,"ou.0");return _objectSpread2(_objectSpread2({},e),{},{habGroups:_toConsumableArray(s6(e.habGroup))})})}),_defineProperty$4(this,"getIdentities",function(){return u.jsonRequest({name:"GetIdentities",namespace:Qt.Account}).then(function(e){var n=e.identity,e=_objectWithoutProperties(e,ld),n=n.map(function(e){var n=e._attrs,i=n.zimbraPrefWhenInFolderIds,t=n.zimbraPrefWhenSentToAddresses,n=_objectWithoutProperties(n,pd);return _objectSpread2(_objectSpread2({},_objectWithoutProperties(e,cd)),{},{_attrs:_objectSpread2(_objectSpread2({},n),{},{zimbraPrefWhenInFolderIds:[].concat(i).filter(Boolean),zimbraPrefWhenSentToAddresses:[].concat(t).filter(Boolean)})})});return mapValuesDeep(_objectSpread2(_objectSpread2({},e),{},{identity:n}),coerceStringToBoolean)})}),_defineProperty$4(this,"getImportStatus",function(){return u.jsonRequest({name:"GetImportStatus"})}),_defineProperty$4(this,"getMailboxMetadata",function(e){return u.jsonRequest({name:"GetMailboxMetadata",body:{meta:{section:e.section}}}).then(function(e){return e.meta=e.meta.map(function(e){return e._attrs||(e._attrs={}),e}),mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getMessage",function(e){var n=e.raw,i=e.ridZ,t=e.part;return u.jsonRequest({name:"GetMsg",body:{m:_objectSpread2(_objectSpread2({id:e.id,html:!1!==e.html&&!0!==n?1:0,header:e.header,read:!0===e.read?1:void 0,needExp:1,neuter:0,max:e.max||25e4,raw:n?1:0},i&&{ridZ:i}),t&&{part:t})}}).then(function(e){return e&&e.m?u.normalizeMessage(e.m[0]):null})}),_defineProperty$4(this,"getMessagesMetadata",function(e){e=e.ids;return u.jsonRequest({name:"GetMsgMetadata",body:{m:{ids:e.join(",")}}}).then(function(e){return e.m.map(u.normalizeMessage)})}),_defineProperty$4(this,"getPreferences",function(){return u.jsonRequest({name:"GetPrefs",namespace:Qt.Account}).then(function(e){var n,i=mapValuesDeep(e._attrs,coerceStringToBoolean);for(n in i)-1!==ed.indexOf(n)&&(i[n]="string"==typeof i[n]?mt(i[n]):i[n]);return i})}),_defineProperty$4(this,"getProfileImageUrl",function(e){return function getProfileImageUrl(e,n){var i=n.origin,n=n.jwtToken;return"".concat(void 0===i?"":i,"/service/home/~/?max_width=100&max_height=100&auth=").concat(n?"jwt":"co","&id=").concat(encodeURIComponent(e)).concat(n?"&zjwt=".concat(n):"")}(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getRights",function(e){return u.jsonRequest({name:"GetRights",namespace:Qt.Account,body:denormalize(pa)(e)}).then(normalize$1(sa))}),_defineProperty$4(this,"getScratchCodes",function(e){return u.jsonRequest({name:"GetScratchCodes",namespace:Qt.Account,body:{account:{by:"name",_content:e}}})}),_defineProperty$4(this,"getSearchFolder",function(){return u.jsonRequest({name:"GetSearchFolder"}).then(function(e){return e.search?{folders:normalize$1(Pt)(e.search)}:{}})}),_defineProperty$4(this,"getSignatures",function(){return u.jsonRequest({name:"GetSignatures",namespace:Qt.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getSMimePublicCerts",function(e){return u.jsonRequest({name:"GetSMIMEPublicCerts",body:{store:{_content:e.store},email:{_content:e.contactAddr}},namespace:Qt.Account})}),_defineProperty$4(this,"getTag",function(){return u.jsonRequest({name:"GetTag",namespace:Qt.Mail}).then(function(e){e=e.tag;return(void 0===e?[]:e).map(normalize$1(ka))})}),_defineProperty$4(this,"getTasks",function(e){return u.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Yt)(e);return _objectSpread2(_objectSpread2({},e),{},{tasks:e.task?e.task.map(normalize$1(wt)):[]})})}),_defineProperty$4(this,"getTrustedDevices",function(){return u.jsonRequest({name:"GetTrustedDevices",namespace:Qt.Account})}),_defineProperty$4(this,"getWhiteBlackList",function(){return u.jsonRequest({name:"GetWhiteBlackList",namespace:Qt.Account})}),_defineProperty$4(this,"getWorkingHours",function(e){var n=e.start,i=e.end,e=e.names;return u.jsonRequest({name:"GetWorkingHours",body:_objectSpread2({name:e.join(",")},denormalize(xt)({start:n,end:i}))}).then(function(e){return normalize$1(Mt)(e.usr)})}),_defineProperty$4(this,"grantRights",function(e){return u.jsonRequest({name:"GrantRights",namespace:Qt.Account,body:denormalize(sa)(e)}).then(normalize$1(sa))}),_defineProperty$4(this,"importExternalAccount",function(e){return u.jsonRequest({name:"ImportData",body:_defineProperty$4({},e.accountType,{id:e.id})}).then(Boolean)}),_defineProperty$4(this,"itemAction",function(e){return u.action(Jr.item,e)}),_defineProperty$4(this,"jsonRequest",function(e){return u[e.singleRequest?"dataLoader":"batchDataLoader"].load(e)}),_defineProperty$4(this,"login",function(e){var n=e.password,i=e.recoveryCode,t=e.twoFactorCode,a=e.deviceTrusted;return u.jsonRequest({name:"Auth",singleRequest:!0,body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({tokenType:e.tokenType,csrfTokenSecured:e.csrfTokenSecured,persistAuthTokenCookie:e.persistAuthTokenCookie,account:{by:"name",_content:e.username}},n&&{password:n}),i&&{recoveryCode:{verifyAccount:!0,_content:i}}),t&&{twoFactorCode:t}),a&&{deviceTrusted:a}),namespace:Qt.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"logout",function(){return u.jsonRequest({name:"EndSession",body:{logoff:!0},namespace:Qt.Account}).then(Boolean)}),_defineProperty$4(this,"messageAction",function(e){return u.action(Jr.message,e)}),_defineProperty$4(this,"modifyAppointment",function(e,n){return u.jsonRequest({name:"ModifyAppointment",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(function(e){return normalize$1(Ot)(e)})}),_defineProperty$4(this,"modifyContact",function(e){return u.jsonRequest({name:"ModifyContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn)[0])})}),_defineProperty$4(this,"modifyExternalAccount",function(e){return u.jsonRequest({name:"ModifyDataSource",body:_defineProperty$4({},e.type,_objectSpread2({id:e.id},mapValuesDeep(e.attrs,coerceBooleanToString))),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyFilterRules",function(e){return u.jsonRequest({name:"ModifyFilterRules",body:{filterRules:[{filterRule:denormalize(Xt)(e)}]},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,kd);return u.jsonRequest({name:"ModifyIdentity",namespace:Qt.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},rt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0})}),_defineProperty$4(this,"modifyPrefs",function(e){var n,i=mapValuesDeep(e,coerceBooleanToString);for(n in i)-1!==ed.indexOf(n)&&(i[n]=i[n]instanceof Array&&0===i[n].length?"":i[n]);return u.jsonRequest({name:"ModifyPrefs",namespace:Qt.Account,body:{_attrs:i},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyProfileImage",function(e){var n=e.contentType;return u.jsonRequest({name:"ModifyProfileImage",body:{_content:e.content},singleRequest:!0,headers:{"Content-Type":n}})}),_defineProperty$4(this,"modifyProps",function(e){return u.jsonRequest({name:"ModifyProperties",namespace:Qt.Account,body:{prop:mapValuesDeep(e,coerceBooleanToString)},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifySearchFolder",function(e){return u.jsonRequest({name:"ModifySearchFolder",body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifySignature",function(e){return u.jsonRequest({name:"ModifySignature",namespace:Qt.Account,body:denormalize(na)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyTask",function(e){return u.jsonRequest({name:"ModifyTask",body:_objectSpread2({},denormalize(Ot)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyWhiteBlackList",function(e){return u.jsonRequest({name:"ModifyWhiteBlackList",namespace:Qt.Account,body:_objectSpread2({},e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyZimletPrefs",function(e){return u.jsonRequest({name:"ModifyZimletPrefs",namespace:Qt.Account,body:{zimlet:e},singleRequest:!0})}),_defineProperty$4(this,"noop",function(e,n){return u.jsonRequest({name:"NoOp",body:{wait:e.wait,limitToOneBlocked:e.limitToOneBlocked},singleRequest:!0,fetchOptions:n}).then(function(e){return e})}),_defineProperty$4(this,"quarantineDeviceSync",function(e){return u.jsonRequest({name:"QuarantineDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"recoverAccount",function(e){return u.jsonRequest({name:"RecoverAccount",body:{channel:e.channel,email:e.email,op:e.op}})}),_defineProperty$4(this,"relatedContacts",function(e){return u.jsonRequest({name:"GetRelatedContacts",body:{targetContact:{cn:e.email}}}).then(function(e){return e.relatedContacts.relatedContact})}),_defineProperty$4(this,"remoteWipeSync",function(e){return u.jsonRequest({name:"RemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"removeDeviceSync",function(e){return u.jsonRequest({name:"RemoveDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"resetPassword",function(e){return u.jsonRequest({name:"ResetPassword",namespace:Qt.Account,body:{password:e.password,dryRun:e.dryRun,getPasswordRules:e.getPasswordRules,cancelResetPassword:e.cancelResetPassword},singleRequest:!0})}),_defineProperty$4(this,"resolve",function(e){return"".concat(u.origin).concat(e)}),_defineProperty$4(this,"revokeAppSpecificPassword",function(e){return u.jsonRequest({name:"RevokeAppSpecificPassword",namespace:Qt.Account,body:{appName:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeOtherTrustedDevices",function(){return u.jsonRequest({name:"RevokeOtherTrustedDevices",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeRights",function(e){return u.jsonRequest({name:"RevokeRights",namespace:Qt.Account,body:denormalize(sa)(e),singleRequest:!0}).then(normalize$1(sa))}),_defineProperty$4(this,"revokeTrustedDevice",function(){return u.jsonRequest({name:"RevokeTrustedDevice",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"saveDocument",function(e){return u.jsonRequest({name:"SaveDocument",body:denormalize(la)(e),singleRequest:!0}).then(function(e){return{document:e.doc.map(function(e){return normalize$1(Kt)(e)})}})}),_defineProperty$4(this,"saveDraft",function(e,n){return u.jsonRequest({name:"SaveDraft",body:denormalize(Ft)({message:e}),singleRequest:!0,accountName:n}).then(function(e){e=e.m;return{message:e&&e.map(u.normalizeMessage)}})}),_defineProperty$4(this,"search",function(e){return u.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Yt)(e);return e.messages&&(e.messages=e.messages.map(u.normalizeMessage)),e})}),_defineProperty$4(this,"searchCalendarResources",function(e){return u.jsonRequest({name:"SearchCalendarResources",body:e,namespace:Qt.Account}).then(normalize$1(Zt))}),_defineProperty$4(this,"searchGal",function(e){return u.jsonRequest({name:"SearchGal",body:e,namespace:Qt.Account}).then(normalize$1(Yt))}),_defineProperty$4(this,"sendDeliveryReport",function(e){return u.jsonRequest({name:"SendDeliveryReport",body:{mid:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"sendInviteReply",function(e){return u.jsonRequest({name:"SendInviteReply",body:_objectSpread2({},denormalize(ea)(e)),singleRequest:!0}).then(function(e){return normalize$1(wt)(e)})}),_defineProperty$4(this,"sendMessage",function(e,n){return u.jsonRequest({name:"SendMsg",body:denormalize(Ft)({message:e}),singleRequest:!0,accountName:n}).then(normalize$1(Ft))}),_defineProperty$4(this,"sendShareNotification",function(e){return u.jsonRequest({name:"SendShareNotification",body:_objectSpread2({},denormalize(Ut)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"setCsrfToken",function(e){u.csrfToken=e}),_defineProperty$4(this,"setCustomMetadata",function(e){return u.jsonRequest({name:"SetCustomMetadata",body:function setCustomMetaDataBody(e){var n=e.id,i=e.section,t=[];return fr(e.attrs,function(e){return t.push(_defineProperty$4({},e.key,e.value))}),{id:n,meta:{section:i,_attrs:t}}}(e.customMetaData)}).then(Boolean)}),_defineProperty$4(this,"setJwtToken",function(e){u.jwtToken=e}),_defineProperty$4(this,"setRecoveryAccount",function(e){return u.jsonRequest({name:"SetRecoveryAccount",body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"setUserAgent",function(e){u.userAgent=e}),_defineProperty$4(this,"shareInfo",function(e){return u.jsonRequest({name:"GetShareInfo",body:_objectSpread2(_objectSpread2({},e),{},{_jsns:"urn:zimbraAccount"})}).then(function(e){return e.share})}),_defineProperty$4(this,"snoozeCalendarItem",function(e,n){return u.jsonRequest({name:"SnoozeCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"taskFolders",function(){return u.jsonRequest({name:"GetFolder",body:{view:Oa.Task,tr:!0}}).then(function(e){return normalize$1(Pt)(e.folder[0].folder)})}),_defineProperty$4(this,"testExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,vd);return u.jsonRequest({name:"TestDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return mapValuesDeep(Fi(e,"".concat(n,".0")),coerceStringToBoolean)})}),_defineProperty$4(this,"uploadMessage",function(e){return(u.customFetch||fetch)("".concat(u.origin,"/service/upload?fmt=raw"),{method:"POST",body:e,headers:_objectSpread2(_objectSpread2({"Content-Disposition":"".concat("attachment",'; filename="').concat("message.eml",'"'),"Content-Type":"message/rfc822"},u.authToken&&{Cookie:"ZM_AUTH_TOKEN=".concat(u.authToken)}),u.csrfToken&&{"X-Zimbra-Csrf-Token":u.csrfToken}),credentials:"include"}).then(function(e){if(e.ok)return e.text().then(function(e){if(!e)return null;var n=_slicedToArray(e.match(/^([^,]+),([^,]+),'(.*)'/)||[],4),i=n[1],e=n[2],e=void 0===e?void 0:e,n=n[3];return e&&"'null'"!==e?null:200==+(void 0===i?"":i)?void 0===n?"":n:void 0})})}),_defineProperty$4(this,"batchDataHandler",function(e){return batchJsonRequest(_objectSpread2({requests:e},u.getAdditionalRequestOptions())).then(function(e){var n=Fi(e,"header.context.session.id"),i=Fi(e,"header.context.notify.0"),t=Fi(e,"header.context.refresh");return u.checkAndUpdateSessionId(n),u.notifier&&(i&&u.notifier.handleNotifications(i),t&&u.notifier.handleRefresh(t)),e.requests.map(function(e,n){return gt(e)?e:e.body})})}),_defineProperty$4(this,"checkAndUpdateSessionId",function(e){e&&u.sessionId!==e&&(u.sessionHandler&&u.sessionHandler.writeSessionId(e),u.sessionId=e)}),_defineProperty$4(this,"dataHandler",function(e){return jsonRequest(_objectSpread2(_objectSpread2({},e[0]),u.getAdditionalRequestOptions("Auth"!==e[0].name))).then(function(e){var n=Fi(e,"header.context.session.id"),i=Fi(e,"header.context.notify.0"),t=Fi(e,"header.context.refresh");return u.checkAndUpdateSessionId(n),u.notifier&&(i&&u.notifier.handleNotifications(i),t&&u.notifier.handleRefresh(t)),gt(e)?[e]:[e.body]})}),_defineProperty$4(this,"download",function(e){var n=e.isSecure,e=e.url;return fetch("".concat(u.origin).concat(e),{headers:_objectSpread2(_objectSpread2({},n&&{"X-Zimbra-Encoding":"x-base64"}),u.csrfToken&&{"X-Zimbra-Csrf-Token":u.csrfToken}),credentials:"include"}).then(function(e){if(e.ok)return e.text().then(function(e){if(e)return{content:e}})})}),_defineProperty$4(this,"getAdditionalRequestOptions",function(){return _objectSpread2(_objectSpread2(_objectSpread2({jwtToken:u.jwtToken},(!(0<arguments.length&&void 0!==arguments[0])||arguments[0])&&{csrfToken:u.csrfToken}),u.authToken&&{authToken:u.authToken}),{},{sessionId:u.sessionId||u.sessionHandler&&u.sessionHandler.readSessionId(),origin:u.origin,userAgent:u.userAgent},void 0!==u.notifier.getSequenceNumber()&&{sessionSeq:u.notifier.getSequenceNumber()})}),_defineProperty$4(this,"normalizeMessage",function(e){return function normalizeMessage(e,n){var i=n.origin,t=n.jwtToken,n=n.isDesktop;return(e=normalize$1(At)(e)).attributes=e.attributes&&mapValuesDeep(e.attributes,coerceStringToBoolean),normalizeEmailAddresses(normalizeMimeParts(e,{origin:i,jwtToken:t,isDesktop:n}))}(e,{origin:u.origin,jwtToken:u.jwtToken,isDesktop:u.localStoreClient})}),this.sessionHandler=e.sessionHandler,this.userAgent=e.userAgent,this.jwtToken=e.jwtToken,this.csrfToken=e.csrfToken,this.authToken=e.authToken,this.origin=void 0!==e.zimbraOrigin?e.zimbraOrigin:sr,this.soapPathname=e.soapPathname||lr,this.localStoreClient=e.localStoreClient,this.customFetch=e.customFetch,this.notifier=new b6,this.batchDataLoader=new ot(this.batchDataHandler,{cache:!1}),this.dataLoader=new ot(this.dataHandler,{batch:!1,cache:!1}),this.customFetch&&function setCustomFetch(e){fa=e}(this.customFetch)}var Nd={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:"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:"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:U.get="getRecoveryAccount"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:U.send="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:"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:"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:"zimbraFeatureResetPasswordStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordStatus"}},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:"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:"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:"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:"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:"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:"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:"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:"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:"zimbraFeatureMailForwardingInFiltersEnabled"},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:"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:"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:"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:"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:"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:"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:"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:"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:"NonNullType",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:"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:"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:"phone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"phone2"},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:"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:"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:"phone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"phone2"},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:"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:"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:"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:"existingAttachments"},type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ExistingAttachmentInput"}}},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:"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:"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:"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:"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:"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:"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:"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:"sortField"},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:"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:"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:"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:"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:"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:"discoverRights"},arguments:[],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:"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:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DlGroupMember"}}},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:"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:[]}],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:[]}],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:"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:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SendMessageResponse"}},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:70491}};Nd.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 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\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}\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}\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\tzimbraFeatureResetPasswordStatus: ResetPasswordStatus\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\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\tautoSendTime: Float\n\tlocal: Boolean\n\tpart: String\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}\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}\n\ntype DlAttrs {\n\tcommonName: String\n\tdisplayName: String\n\tlastName: String\n}\n\ntype DlGroupMember {\n\tname: String\n\tattributes: DlAttrs\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}\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\tzimbraFeatureMailForwardingInFiltersEnabled: 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\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\tzimbraFeatureAppSpecificPasswordsEnabled: Boolean\n\tzimbraFeatureMailPriorityEnabled: Boolean\n\tzimbraFileUploadMaxSize: Float\n\tzimbraFileUploadMaxSizePerFile: Float\n\tzimbraMailAttachmentMaxSize: Float\n\tzimbraMtaMaxMessageSize: Float\n\tzimbraMailAlias: [String]\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\tzimbraTrialExpirationDate: String\n\tzimbraTrialConvertAtExpiration: Boolean\n\tzimbraHierarchicalAddressBookRoot: String\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\tzimbraPrefShowAllNewMailNotifications: Boolean\n\tzimbraPrefDefaultCalendarId: ID\n\tzimbraPrefDeleteInviteOnReply: 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\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}\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}\n\ntype OtherContactAttribute {\n\tkey: String\n\tvalue: String\n}\n\ntype ContactAttributes {\n\tfirstName: String\n\tphoneticFirstName: 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\tphone: String\n\tphone2: 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}\n\ninput OtherContactAttributeInput {\n\tkey: String\n\tvalue: String\n}\n\ninput ContactAttrsInput {\n\tfirstName: String\n\tphoneticFirstName: 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\tphone: String\n\tphone2: 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}\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}\n\ninput ExistingAttachmentInput {\n\tmessageId: ID\n\tpart: String\n}\n\ninput DocumentInput {\n\tid: ID\n}\n\ninput AttachmentInput {\n\tattachmentId: String\n\tdocuments: [DocumentInput]\n\texistingAttachments: [ExistingAttachmentInput]\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 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}\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}\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 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\tzimbraPrefHtmlEditorDefaultFontColor: String\n\tzimbraPrefHtmlEditorDefaultFontFamily: String\n\tzimbraPrefHtmlEditorDefaultFontSize: String\n\tzimbraPrefMailToasterEnabled: 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}\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\tsortField: 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}\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 SMimeMessage {\n\tid: ID\n\tcontent: String\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\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\tdiscoverRights: 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\tgetDistributionListMembers(\n\t\tlimit: Int\n\t\toffset: Int\n\t\tdl: String\n\t): [DlGroupMember]\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\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): 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): 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\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): SendMessageResponse\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}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var gd=function(e,n){return(gd=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)};var Td,hd="Invariant Violation",Id=Object.setPrototypeOf,Dd=void 0===Id?function(e,n){return e.__proto__=n,e}:Id,Sd=(function __extends$1(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}gd(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}(InvariantError,Td=Error),InvariantError);function InvariantError(e){e=Td.call(this,"number"==typeof(e=void 0===e?hd:e)?hd+": "+e+" (see https://github.com/apollographql/invariant-packages)":e)||this;return e.framesToPop=1,e.name=hd,Dd(e,InvariantError.prototype),e}function invariant$1(e,n){if(!e)throw new Sd(n)}var bd=["debug","log","warn","error","silent"],Fd=bd.indexOf("log");function wrapConsoleMethod(e){return function(){if(bd.indexOf(e)>=Fd)return(console[e]||console.log).apply(console,arguments)}}function maybe$1(e){try{return e()}catch(e){}}(zu=invariant$1=invariant$1||{}).debug=wrapConsoleMethod("debug"),zu.log=wrapConsoleMethod("log"),zu.warn=wrapConsoleMethod("warn"),zu.error=wrapConsoleMethod("error");var Ad=maybe$1(function(){return globalThis})||maybe$1(function(){return window})||maybe$1(function(){return self})||maybe$1(function(){return global})||maybe$1(function(){return Function("return this")()}),Ed="__",Od=[Ed,Ed].join("DEV");var Cd=function getDEV(){try{return Boolean(__DEV__)}catch(e){return Object.defineProperty(Ad,Od,{value:"production"!==maybe$1(function(){return process.env.NODE_ENV}),enumerable:!1,configurable:!0,writable:!0}),Ad[Od]}}();function maybe(e){try{return e()}catch(e){}}var _d=maybe(function(){return globalThis})||maybe(function(){return window})||maybe(function(){return self})||maybe(function(){return global})||maybe(function(){return Function("return this")()}),Rd=!1;function remove(){Rd&&(delete _d.process,Rd=!1)}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(e){return"object"==_typeof$4(e)&&null!==e}!function install(){!_d||maybe(function(){return process.env.NODE_ENV})||maybe(function(){return process})||(Object.defineProperty(_d,"process",{value:{env:{NODE_ENV:"production"}},configurable:!0,enumerable:!1,writable:!0}),Rd=!0)}();var wd="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator",Pd="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 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),d=n.column+(1===n.line?i:0),n="".concat(e.name,":").concat(r,":").concat(d,"\n"),i=t.split(/\r\n|[\n\r]/g),o=i[a];if(120<o.length){for(var e=Math.floor(d/80),t=d%80,u=[],m=0;m<o.length;m+=80)u.push(o.slice(m,m+80));return n+printPrefixedLines([["".concat(r),u[0]]].concat(u.slice(1,e+1).map(function(e){return["",e]}),[[" ",whitespace(t-1)+"^"],["",u[e+1]]]))}return n+printPrefixedLines([["".concat(r-1),i[a-1]],["".concat(r),o],["",whitespace(d-1)+"^"],["".concat(r+1),i[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 function leftPad(e,n){return whitespace(e-n.length)+n}(i,e[0])+(n?" | "+n:" |")}).join("\n")}function whitespace(e){return Array(e+1).join(" ")}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 _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 _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 function _wrapNativeSuper(e){if(null===e||!function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(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);t=new(Function.bind.apply(e,t));return i&&_setPrototypeOf(t,i.prototype),t}).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 _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 Vd=function(){!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)}(GraphQLError,_wrapNativeSuper(Error));var l=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))}}(GraphQLError);function GraphQLError(e,n,i,t,a,r,d){!function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,GraphQLError);var o=l.call(this,e),u=Array.isArray(n)?0!==n.length?n:void 0:n?[n]:void 0,n=i;!n&&u&&(n=null===(s=u[0].loc)||void 0===s?void 0:s.source);var m,s=t;(s=!s&&u?u.reduce(function(e,n){return n.loc&&e.push(n.loc.start),e},[]):s)&&0===s.length&&(s=void 0),t&&i?m=t.map(function(e){return getLocation(i,e)}):u&&(m=u.reduce(function(e,n){return n.loc&&e.push(getLocation(n.loc.source,n.loc.start)),e},[]));t=d;return null!=t||null==r||isObjectLike(d=r.extensions)&&(t=d),Object.defineProperties(_assertThisInitialized(o),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==m&&void 0!==m?m:void 0,enumerable:null!=m},path:{value:null!=a?a:void 0,enumerable:null!=a},nodes:{value:null!=u?u:void 0},source:{value:null!==n&&void 0!==n?n:void 0},positions:{value:null!==s&&void 0!==s?s:void 0},originalError:{value:r},extensions:{value:null!==t&&void 0!==t?t:void 0,enumerable:null!=t}}),null!=r&&r.stack?(Object.defineProperty(_assertThisInitialized(o),"stack",{value:r.stack,writable:!0,configurable:!0}),_possibleConstructorReturn(o)):(Error.captureStackTrace?Error.captureStackTrace(_assertThisInitialized(o),GraphQLError):Object.defineProperty(_assertThisInitialized(o),"stack",{value:Error().stack,writable:!0,configurable:!0}),o)}return function _createClass$5(e,n,i){n&&_defineProperties$5(e.prototype,n),i&&_defineProperties$5(e,i)}(GraphQLError,[{key:"toString",value:function toString(){return 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"+function printLocation(e){return printSourceLocation(e.source,getLocation(e.source,e.start))}(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}(this)}},{key:Pd,get:function get(){return"Object"}}]),GraphQLError}();function syntaxError(e,n,i){return new Vd("Syntax Error: ".concat(i),void 0,e,[n])}var jd=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(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}var Bd="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;function defineInspect(e){var n=e.prototype.toJSON;"function"==typeof n||invariant(0),e.prototype.inspect=n,Bd&&(e.prototype[Bd]=n)}var Ld=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}();defineInspect(Ld);var xd=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(xd);var Md=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 zd=10,$d=2;function inspect(e){return formatValue(e,[])}function formatValue(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":function formatObjectValue(e,n){if(-1!==n.indexOf(e))return"[Circular]";var i=[].concat(n,[e]),n=function getCustomFn(e){var n=e[String(Bd)];if("function"==typeof n)return n;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==n){n=n.call(e);if(n!==e)return"string"==typeof n?n:formatValue(n,i)}else if(Array.isArray(e))return function formatArray(e,n){if(0===e.length)return"[]";if($d<n.length)return"[Array]";for(var i=Math.min(zd,e.length),t=e.length-i,a=[],r=0;r<i;++r)a.push(formatValue(e[r],n));1==t?a.push("... 1 more item"):1<t&&a.push("... ".concat(t," more items"));return"["+a.join(", ")+"]"}(e,i);return function formatObject(n,i){var e=Object.keys(n);if(0===e.length)return"{}";if($d<i.length)return"["+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}(n)+"]";return"{ "+e.map(function(e){return e+": "+formatValue(n[e],i)}).join(", ")+" }"}(e,i)}(e,n);default:return String(e)}}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 qd="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.prototype[Symbol.toStringTag];if(i===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(n=e.constructor)||void 0===n?void 0:n.name)){e=inspect(e);throw new Error("Cannot use ".concat(i,' "').concat(e,'" 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)}}var Ud=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(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 function _createClass$4(e,n,i){n&&_defineProperties$4(e.prototype,n),i&&_defineProperties$4(e,i)}(Source,[{key:Pd,get:function get(){return"Source"}}]),Source}();var Gd=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(e){var n=e.split(/\r\n|[\n\r]/g),i=function getBlockStringIndentation(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)&&void 0!==n?n:0}(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(n[a]);)++a;for(var r=n.length;a<r&&isBlank(n[r-1]);)--r;return n.slice(a,r).join("\n")}function isBlank(e){for(var n=0;n<e.length;++n)if(" "!==e[n]&&"\t"!==e[n])return;return 1}var Wd=function(){function Lexer(e){var n=new xd(Md.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!==Md.EOF)do{var e,n=null!==(e=n.next)&&void 0!==e?e:n.next=function readToken(e,n){var i=e.source,t=i.body,a=t.length,r=n.end;for(;r<a;){var d=t.charCodeAt(r),o=e.line,u=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 xd(Md.BANG,r,r+1,o,u,n);case 35:return function readComment(e,n,i,t,a){var r,d=e.body,o=n;for(;r=d.charCodeAt(++o),!isNaN(r)&&(31<r||9===r););return new xd(Md.COMMENT,n,o,i,t,a,d.slice(n+1,o))}(i,r,o,u,n);case 36:return new xd(Md.DOLLAR,r,r+1,o,u,n);case 38:return new xd(Md.AMP,r,r+1,o,u,n);case 40:return new xd(Md.PAREN_L,r,r+1,o,u,n);case 41:return new xd(Md.PAREN_R,r,r+1,o,u,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new xd(Md.SPREAD,r,r+3,o,u,n);break;case 58:return new xd(Md.COLON,r,r+1,o,u,n);case 61:return new xd(Md.EQUALS,r,r+1,o,u,n);case 64:return new xd(Md.AT,r,r+1,o,u,n);case 91:return new xd(Md.BRACKET_L,r,r+1,o,u,n);case 93:return new xd(Md.BRACKET_R,r,r+1,o,u,n);case 123:return new xd(Md.BRACE_L,r,r+1,o,u,n);case 124:return new xd(Md.PIPE,r,r+1,o,u,n);case 125:return new xd(Md.BRACE_R,r,r+1,o,u,n);case 34:return 34===t.charCodeAt(r+1)&&34===t.charCodeAt(r+2)?function readBlockString(e,n,i,t,a,r){var d=e.body,o=n+3,u=o,m=0,s="";for(;o<d.length&&!isNaN(m=d.charCodeAt(o));){if(34===m&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2))return s+=d.slice(u,o),new xd(Md.BLOCK_STRING,n,o+3,i,t,a,dedentBlockStringValue(s));if(m<32&&9!==m&&10!==m&&13!==m)throw syntaxError(e,o,"Invalid character within String: ".concat(printCharCode(m),"."));10===m?(++o,++r.line,r.lineStart=o):13===m?(10===d.charCodeAt(o+1)?o+=2:++o,++r.line,r.lineStart=o):92===m&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2)&&34===d.charCodeAt(o+3)?(s+=d.slice(u,o)+'"""',u=o+=4):++o}throw syntaxError(e,o,"Unterminated string.")}(i,r,o,u,n,e):function readString(e,n,i,t,a){var r=e.body,d=n+1,o=d,u=0,m="";for(;d<r.length&&!isNaN(u=r.charCodeAt(d))&&10!==u&&13!==u;){if(34===u)return m+=r.slice(o,d),new xd(Md.STRING,n,d+1,i,t,a,m);if(u<32&&9!==u)throw syntaxError(e,d,"Invalid character within String: ".concat(printCharCode(u),"."));if(++d,92===u){switch(m+=r.slice(o,d-1),u=r.charCodeAt(d)){case 34:m+='"';break;case 47:m+="/";break;case 92:m+="\\";break;case 98:m+="\b";break;case 102:m+="\f";break;case 110:m+="\n";break;case 114:m+="\r";break;case 116:m+="\t";break;case 117:var s=function uniCharCode(e,n,i,t){return char2hex(e)<<12|char2hex(n)<<8|char2hex(i)<<4|char2hex(t)}(r.charCodeAt(d+1),r.charCodeAt(d+2),r.charCodeAt(d+3),r.charCodeAt(d+4));if(s<0){var l=r.slice(d+1,d+5);throw syntaxError(e,d,"Invalid character escape sequence: \\u".concat(l,"."))}m+=String.fromCharCode(s),d+=4;break;default:throw syntaxError(e,d,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}o=++d}}throw syntaxError(e,d,"Unterminated string.")}(i,r,o,u,n);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return function readNumber(e,n,i,t,a,r){var d=e.body,o=i,u=n,i=!1;45===o&&(o=d.charCodeAt(++u));if(48===o){if(48<=(o=d.charCodeAt(++u))&&o<=57)throw syntaxError(e,u,"Invalid number, unexpected digit after 0: ".concat(printCharCode(o),"."))}else u=readDigits(e,u,o),o=d.charCodeAt(u);46===o&&(i=!0,o=d.charCodeAt(++u),u=readDigits(e,u,o),o=d.charCodeAt(u));69!==o&&101!==o||(i=!0,43!==(o=d.charCodeAt(++u))&&45!==o||(o=d.charCodeAt(++u)),u=readDigits(e,u,o),o=d.charCodeAt(u));if(46===o||function isNameStart(e){return 95===e||65<=e&&e<=90||97<=e&&e<=122}(o))throw syntaxError(e,u,"Invalid number, expected digit but got: ".concat(printCharCode(o),"."));return new xd(i?Md.FLOAT:Md.INT,n,u,t,a,r,d.slice(n,u))}(i,r,d,o,u,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 function readName(e,n,i,t,a){var r=e.body,d=r.length,o=n+1,u=0;for(;o!==d&&!isNaN(u=r.charCodeAt(o))&&(95===u||48<=u&&u<=57||65<=u&&u<=90||97<=u&&u<=122);)++o;return new xd(Md.NAME,n,o,i,t,a,r.slice(n,o))}(i,r,o,u,n)}throw syntaxError(i,r,function unexpectedCharacterMessage(e){if(e<32&&9!==e&&10!==e&&13!==e)return"Cannot contain the invalid character ".concat(printCharCode(e),".");return 39!==e?"Cannot parse the unexpected character ".concat(printCharCode(e),"."):"Unexpected single quote character ('), did you mean to use a double quote (\")?"}(d))}return new xd(Md.EOF,a,a,e.line,1+r-e.lineStart,n)}(this,n)}while(n.kind===Md.COMMENT);return n},Lexer}();function printCharCode(e){return isNaN(e)?Md.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}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 char2hex(e){return 48<=e&&e<=57?e-48:65<=e&&e<=70?e-55:97<=e&&e<=102?e-87:-1}function parse(e,n){return new Hd(e,n).parseDocument()}var Hd=function(){function Parser(e,n){e=function isSource(e){return qd(e,Ud)}(e)?e:new Ud(e);this._lexer=new Wd(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken(Md.NAME);return{kind:jd.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:jd.DOCUMENT,definitions:this.many(Md.SOF,this.parseDefinition,Md.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek(Md.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(Md.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},e.parseOperationDefinition=function parseOperationDefinition(){var e=this._lexer.token;if(this.peek(Md.BRACE_L))return{kind:jd.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var n,i=this.parseOperationType();return this.peek(Md.NAME)&&(n=this.parseName()),{kind:jd.OPERATION_DEFINITION,operation:i,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},e.parseOperationType=function parseOperationType(){var e=this.expectToken(Md.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(Md.PAREN_L,this.parseVariableDefinition,Md.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:jd.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(Md.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(Md.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(Md.DOLLAR),{kind:jd.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:jd.SELECTION_SET,selections:this.many(Md.BRACE_L,this.parseSelection,Md.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek(Md.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken(Md.COLON)?(e=i,this.parseName()):i;return{kind:jd.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(Md.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany(Md.PAREN_L,e?this.parseConstArgument:this.parseArgument,Md.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken(Md.COLON),{kind:jd.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:jd.ARGUMENT,name:this.parseName(),value:(this.expectToken(Md.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token;this.expectToken(Md.SPREAD);var n=this.expectOptionalKeyword("on");return!n&&this.peek(Md.NAME)?{kind:jd.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:jd.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?void 0:e.experimentalFragmentVariables)?{kind:jd.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:jd.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 Md.BRACKET_L:return this.parseList(e);case Md.BRACE_L:return this.parseObject(e);case Md.INT:return this._lexer.advance(),{kind:jd.INT,value:n.value,loc:this.loc(n)};case Md.FLOAT:return this._lexer.advance(),{kind:jd.FLOAT,value:n.value,loc:this.loc(n)};case Md.STRING:case Md.BLOCK_STRING:return this.parseStringLiteral();case Md.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:jd.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:jd.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:jd.NULL,loc:this.loc(n)};default:return{kind:jd.ENUM,value:n.value,loc:this.loc(n)}}case Md.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:jd.STRING,value:e.value,block:e.kind===Md.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:jd.LIST,values:this.any(Md.BRACKET_L,function item(){return n.parseValueLiteral(e)},Md.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:jd.OBJECT,fields:this.any(Md.BRACE_L,function item(){return n.parseObjectField(e)},Md.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken(Md.COLON),{kind:jd.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek(Md.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken(Md.AT),{kind:jd.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken(Md.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(Md.BRACKET_R),{kind:jd.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken(Md.BANG)?{kind:jd.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:jd.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===Md.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(Md.STRING)||this.peek(Md.BLOCK_STRING)},e.parseDescription=function parseDescription(){if(this.peekDescription())return this.parseStringLiteral()},e.parseSchemaDefinition=function parseSchemaDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");var i=this.parseDirectives(!0),t=this.many(Md.BRACE_L,this.parseOperationTypeDefinition,Md.BRACE_R);return{kind:jd.SCHEMA_DEFINITION,description:n,directives:i,operationTypes:t,loc:this.loc(e)}},e.parseOperationTypeDefinition=function parseOperationTypeDefinition(){var e=this._lexer.token,n=this.parseOperationType();this.expectToken(Md.COLON);var i=this.parseNamedType();return{kind:jd.OPERATION_TYPE_DEFINITION,operation:n,type:i,loc:this.loc(e)}},e.parseScalarTypeDefinition=function parseScalarTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");var i=this.parseName(),t=this.parseDirectives(!0);return{kind:jd.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();this.expectKeyword("type");var i=this.parseName(),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:jd.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?void 0:e.allowLegacySDLImplementsInterfaces))return this.delimitedMany(Md.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken(Md.AMP);n.push(this.parseNamedType()),this.expectOptionalToken(Md.AMP)||this.peek(Md.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(Md.BRACE_L)&&this._lexer.lookahead().kind===Md.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(Md.BRACE_L,this.parseFieldDefinition,Md.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs();this.expectToken(Md.COLON);var a=this.parseTypeReference(),r=this.parseDirectives(!0);return{kind:jd.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany(Md.PAREN_L,this.parseInputValueDef,Md.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName();this.expectToken(Md.COLON);var t,a=this.parseTypeReference();this.expectOptionalToken(Md.EQUALS)&&(t=this.parseValueLiteral(!0));var r=this.parseDirectives(!0);return{kind:jd.INPUT_VALUE_DEFINITION,description:n,name:i,type:a,defaultValue:t,directives:r,loc:this.loc(e)}},e.parseInterfaceTypeDefinition=function parseInterfaceTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");var i=this.parseName(),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:jd.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();this.expectKeyword("union");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseUnionMemberTypes();return{kind:jd.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken(Md.EQUALS)?this.delimitedMany(Md.PIPE,this.parseNamedType):[]},e.parseEnumTypeDefinition=function parseEnumTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseEnumValuesDefinition();return{kind:jd.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany(Md.BRACE_L,this.parseEnumValueDefinition,Md.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:jd.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();this.expectKeyword("input");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseInputFieldsDefinition();return{kind:jd.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany(Md.BRACE_L,this.parseInputValueDef,Md.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===Md.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;this.expectKeyword("extend"),this.expectKeyword("schema");var n=this.parseDirectives(!0),i=this.optionalMany(Md.BRACE_L,this.parseOperationTypeDefinition,Md.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:jd.SCHEMA_EXTENSION,directives:n,operationTypes:i,loc:this.loc(e)}},e.parseScalarTypeExtension=function parseScalarTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var n=this.parseName(),i=this.parseDirectives(!0);if(0===i.length)throw this.unexpected();return{kind:jd.SCALAR_TYPE_EXTENSION,name:n,directives:i,loc:this.loc(e)}},e.parseObjectTypeExtension=function parseObjectTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var n=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:jd.OBJECT_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInterfaceTypeExtension=function parseInterfaceTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var n=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:jd.INTERFACE_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseUnionTypeExtension=function parseUnionTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseUnionMemberTypes();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.UNION_TYPE_EXTENSION,name:n,directives:i,types:t,loc:this.loc(e)}},e.parseEnumTypeExtension=function parseEnumTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseEnumValuesDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.ENUM_TYPE_EXTENSION,name:n,directives:i,values:t,loc:this.loc(e)}},e.parseInputObjectTypeExtension=function parseInputObjectTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseInputFieldsDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.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();this.expectKeyword("directive"),this.expectToken(Md.AT);var i=this.parseName(),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var r=this.parseDirectiveLocations();return{kind:jd.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany(Md.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==Gd[n.value])return n;throw this.unexpected(e)},e.loc=function loc(e){var n;if(!0!==(null===(n=this._options)||void 0===n?void 0:n.noLocation))return new Ld(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!==Md.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===Md.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 function isPunctuatorTokenKind(e){return e===Md.BANG||e===Md.DOLLAR||e===Md.AMP||e===Md.PAREN_L||e===Md.PAREN_R||e===Md.SPREAD||e===Md.COLON||e===Md.EQUALS||e===Md.AT||e===Md.BRACKET_L||e===Md.BRACKET_R||e===Md.BRACE_L||e===Md.PIPE||e===Md.BRACE_R}(e)?'"'.concat(e,'"'):e}var Qd={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"]},Kd=Object.freeze({});function visit(e,n,i){var t=2<arguments.length&&void 0!==i?i:Qd,a=void 0,r=Array.isArray(e),d=[e],o=-1,u=[],m=void 0,s=void 0,l=void 0,p=[],c=[],k=e;do{var v=++o===d.length,y=v&&0!==u.length;if(v){if(s=0===c.length?void 0:p[p.length-1],m=l,l=c.pop(),y){if(r)m=m.slice();else{for(var f={},N=0,g=Object.keys(m);N<g.length;N++){var T=g[N];f[T]=m[T]}m=f}for(var h=0,I=0;I<u.length;I++){var D=u[I][0],S=u[I][1];r&&(D-=h),r&&null===S?(m.splice(D,1),h++):m[D]=S}}o=a.index,d=a.keys,u=a.edits,r=a.inArray,a=a.prev}else{if(s=l?r?o:d[o]:void 0,null==(m=l?l[s]:k))continue;l&&p.push(s)}var b=void 0;if(!Array.isArray(m)){if(!isNode(m))throw new Error("Invalid AST Node: ".concat(inspect(m),"."));var F=getVisitFn(n,m.kind,v);if(F){if((b=F.call(n,m,s,l,p,c))===Kd)break;if(!1===b){if(!v){p.pop();continue}}else if(void 0!==b&&(u.push([s,b]),!v)){if(!isNode(b)){p.pop();continue}m=b}}}void 0===b&&y&&u.push([s,m]),v?p.pop():(a={inArray:r,index:o,keys:d,edits:u,prev:a},d=(r=Array.isArray(m))?m:null!==(v=t[m.kind])&&void 0!==v?v:[],o=-1,u=[],l&&c.push(l),l=m)}while(void 0!==a);return k=0!==u.length?u[u.length-1][1]:k}function getVisitFn(e,n,i){var t=e[n];if(t){if(!i&&"function"==typeof t)return t;t=i?t.leave:t.enter;return"function"==typeof t?t:void 0}e=i?e.leave:e.enter;if(e){if("function"==typeof e)return e;n=e[n];return"function"==typeof n?n:void 0}}var Yd=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}},Zd=Object.values||function(n){return Object.keys(n).map(function(e){return n[e]})};function locatedError(e,n,i){var t=e instanceof Error?e:new Error("Unexpected error value: "+inspect(e));return Array.isArray(t.path)?t:new Vd(t.message,null!==(e=t.nodes)&&void 0!==e?e:n,t.source,t.positions,i,t)}var Jd=/^[_a-zA-Z][_a-zA-Z0-9]*$/;var Xd=Object.entries||function(n){return Object.keys(n).map(function(e){return[e,n[e]]})};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=Xd(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=Xd(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 eo=5;function didYouMean(e,n){var n="string"==typeof e?[e,n]:[void 0,e],e=n[0],i=" Did you mean ";e&&(i+=e+" ");var t=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,eo),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-no,isDigit(a=e.charCodeAt(++i))&&0<d;);for(var o=0;o=10*o+r-no,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 no=48,io=57;function isDigit(e){return!isNaN(e)&&no<=e&&e<=io}function suggestionList(e,n){for(var t=Object.create(null),i=new to(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 to=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;i.length<t.length&&(k=i,i=t,t=k);var a=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 u=1;u<=a;u++){for(var m=d[(u-1)%3],s=d[u%3],l=s[0]=u,p=1;p<=r;p++){var c=Math.min(m[p]+1,s[p-1]+1,m[p-1]+(i[u-1]===t[p-1]?0:1));(c=1<u&&1<p&&i[u-1]===t[p-2]&&i[u-2]===t[p-1]?Math.min(c,d[(u-2)%3][p-2]+1):c)<l&&(l=c),s[p]=c}if(n<l)return}var k=d[a%3][r];return k<=n?k: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:ao})}var ao={Name:function Name(e){return e.value},Variable:function Variable(e){return"$"+e.name},Document:function Document(e){return join(e.definitions,"\n\n")+"\n"},OperationDefinition:function OperationDefinition(e){var n=e.operation,i=e.name,t=wrap$1("(",join(e.variableDefinitions,", "),")"),a=join(e.directives," "),e=e.selectionSet;return i||a||t||"query"!==n?join([n,join([i,t]),a,e]," "):e},VariableDefinition:function VariableDefinition(e){var n=e.directives;return e.variable+": "+e.type+wrap$1(" = ",e.defaultValue)+wrap$1(" ",join(n," "))},SelectionSet:function SelectionSet(e){return block(e.selections)},Field:function Field(e){var n=e.name,i=e.arguments,t=e.directives,a=e.selectionSet,e=wrap$1("",e.alias,": ")+n,n=e+wrap$1("(",join(i,", "),")");return 80<n.length&&(n=e+wrap$1("(\n",indent(join(i,"\n")),"\n)")),join([n,join(t," "),a]," ")},Argument:function Argument(e){return e.name+": "+e.value},FragmentSpread:function FragmentSpread(e){return"..."+e.name+wrap$1(" ",join(e.directives," "))},InlineFragment:function InlineFragment(e){var n=e.directives,i=e.selectionSet;return join(["...",wrap$1("on ",e.typeCondition),join(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$1("(",join(i,", "),")")," ")+"on ".concat(n," ").concat(wrap$1("",join(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?function printBlockString(e,n,i){var t=1<arguments.length&&void 0!==n?n:"",a=2<arguments.length&&void 0!==i&&i,n=-1===e.indexOf("\n"),i=!n||'"'===e[e.length-1]||"\\"===e[e.length-1]||a,a="";return!i||n&&(" "===e[0]||"\t"===e[0])||(a+="\n"+t),a+=t?e.replace(/\n/g,"\n"+t):e,i&&(a+="\n"),'"""'+a.replace(/"""/g,'\\"""')+'"""'}(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(e.values,", ")+"]"},ObjectValue:function ObjectValue(e){return"{"+join(e.fields,", ")+"}"},ObjectField:function ObjectField(e){return e.name+": "+e.value},Directive:function Directive(e){return"@"+e.name+wrap$1("(",join(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(function(e){var n=e.operationTypes;return join(["schema",join(e.directives," "),block(n)]," ")}),OperationTypeDefinition:function OperationTypeDefinition(e){return e.operation+": "+e.type},ScalarTypeDefinition:addDescription(function(e){return join(["scalar",e.name,join(e.directives," ")]," ")}),ObjectTypeDefinition:addDescription(function(e){var n=e.directives,i=e.fields;return join(["type",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")}),FieldDefinition:addDescription(function(e){var n=e.arguments,i=e.type,t=e.directives;return e.name+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+": "+i+wrap$1(" ",join(t," "))}),InputValueDefinition:addDescription(function(e){var n=e.directives;return join([e.name+": "+e.type,wrap$1("= ",e.defaultValue),join(n," ")]," ")}),InterfaceTypeDefinition:addDescription(function(e){var n=e.directives,i=e.fields;return join(["interface",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")}),UnionTypeDefinition:addDescription(function(e){var n=e.types;return join(["union",e.name,join(e.directives," "),n&&0!==n.length?"= "+join(n," | "):""]," ")}),EnumTypeDefinition:addDescription(function(e){var n=e.values;return join(["enum",e.name,join(e.directives," "),block(n)]," ")}),EnumValueDefinition:addDescription(function(e){return join([e.name,join(e.directives," ")]," ")}),InputObjectTypeDefinition:addDescription(function(e){var n=e.fields;return join(["input",e.name,join(e.directives," "),block(n)]," ")}),DirectiveDefinition:addDescription(function(e){var n=e.arguments,i=e.repeatable,t=e.locations;return"directive @"+e.name+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+(i?" repeatable":"")+" on "+join(t," | ")}),SchemaExtension:function SchemaExtension(e){var n=e.operationTypes;return join(["extend schema",join(e.directives," "),block(n)]," ")},ScalarTypeExtension:function ScalarTypeExtension(e){return join(["extend scalar",e.name,join(e.directives," ")]," ")},ObjectTypeExtension:function ObjectTypeExtension(e){var n=e.directives,i=e.fields;return join(["extend type",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")},InterfaceTypeExtension:function InterfaceTypeExtension(e){var n=e.directives,i=e.fields;return join(["extend interface",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")},UnionTypeExtension:function UnionTypeExtension(e){var n=e.types;return join(["extend union",e.name,join(e.directives," "),n&&0!==n.length?"= "+join(n," | "):""]," ")},EnumTypeExtension:function EnumTypeExtension(e){var n=e.values;return join(["extend enum",e.name,join(e.directives," "),block(n)]," ")},InputObjectTypeExtension:function InputObjectTypeExtension(e){var n=e.fields;return join(["extend input",e.name,join(e.directives," "),block(n)]," ")}};function addDescription(n){return function(e){return join([e.description,n(e)],"\n")}}function join(e,n){var n=1<arguments.length&&void 0!==n?n:"";return null!==(n=null==e?void 0:e.filter(function(e){return e}).join(n))&&void 0!==n?n:""}function block(e){return wrap$1("{\n",indent(join(e,"\n")),"\n}")}function wrap$1(e,n,i){return null!=n&&""!==n?e+n+(2<arguments.length&&void 0!==i?i:""):""}function indent(e){return wrap$1(" ",e.replace(/\n/g,"\n "))}function isMultiline(e){return-1!==e.indexOf("\n")}function hasMultilineItems(e){return null!=e&&e.some(isMultiline)}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 isScalarType(e){return qd(e,ro)}function isObjectType(e){return qd(e,oo)}function isInterfaceType(e){return qd(e,uo)}function isUnionType(e){return qd(e,mo)}function isEnumType(e){return qd(e,so)}function isInputObjectType(e){return qd(e,lo)}function isListType(e){return qd(e,GraphQLList)}function isNonNullType(e){return qd(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=function assertType(e){if(!isType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL type."));return e}(e)}function GraphQLNonNull(e){if(!(this instanceof GraphQLNonNull))return new GraphQLNonNull(e);this.ofType=function assertNullableType(e){if(function isNullableType(e){return isType(e)&&!isNonNullType(e)}(e))return e;throw new Error("Expected ".concat(inspect(e)," to be a GraphQL nullable type."))}(e)}function isWrappingType(e){return isListType(e)||isNonNullType(e)}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,Pd,{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,Pd,{get:function get(){return"GraphQLNonNull"}}),defineInspect(GraphQLNonNull);var ro=function(){function GraphQLScalarType(e){var n,i=null!==(n=e.parseValue)&&void 0!==n?n:identityFunc;this.name=e.name,this.description=e.description,this.specifiedByUrl=e.specifiedByUrl,this.serialize=null!==(n=e.serialize)&&void 0!==n?n:identityFunc,this.parseValue=i,this.parseLiteral=null!==(n=e.parseLiteral)&&void 0!==n?n:function(e,n){return i(function valueFromASTUntyped(e,n){switch(e.kind){case jd.NULL:return null;case jd.INT:return parseInt(e.value,10);case jd.FLOAT:return parseFloat(e.value);case jd.STRING:case jd.ENUM:case jd.BOOLEAN:return e.value;case jd.LIST:return e.values.map(function(e){return valueFromASTUntyped(e,n)});case jd.OBJECT:return keyValMap(e.fields,function(e){return e.name.value},function(e){return valueFromASTUntyped(e.value,n)});case jd.VARIABLE:return null==n?void 0:n[e.name.value]}invariant(0,"Unexpected value node: "+inspect(e))}(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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLScalarType,[{key:Pd,get:function get(){return"GraphQLScalarType"}}]),GraphQLScalarType}();defineInspect(ro);var oo=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(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:Pd,get:function get(){return"GraphQLObjectType"}}]),GraphQLObjectType}();function defineInterfaces(e){var n=null!==(n=resolveThunk(e.interfaces))&&void 0!==n?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(e.resolve),"."));var i=null!==(i=e.args)&&void 0!==i?i:{};isPlainObj(i)||devAssert(0,"".concat(t.name,".").concat(n," args must be an object with argument names as keys."));i=Xd(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(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(oo);var uo=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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInterfaceType,[{key:Pd,get:function get(){return"GraphQLInterfaceType"}}]),GraphQLInterfaceType}();defineInspect(uo);var mo=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=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}.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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLUnionType,[{key:Pd,get:function get(){return"GraphQLUnionType"}}]),GraphQLUnionType}();defineInspect(mo);var so=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=function defineEnumValues(i,e){return isPlainObj(e)||devAssert(0,"".concat(i," values must be an object with value names as keys.")),Xd(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(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}})}(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 Vd('Enum "'.concat(this.name,'" cannot represent value: ').concat(inspect(e)));return n.name},e.parseValue=function parseValue(e){if("string"!=typeof e){var n=inspect(e);throw new Vd('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(n,".")+didYouMeanEnumValue(this,n))}n=this.getValue(e);if(null==n)throw new Vd('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!==jd.ENUM){var i=print(e);throw new Vd('Enum "'.concat(this.name,'" cannot represent non-enum value: ').concat(i,".")+didYouMeanEnumValue(this,i),e)}i=this.getValue(e.value);if(null!=i)return i.value;i=print(e);throw new Vd('Value "'.concat(i,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,i),e)},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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLEnumType,[{key:Pd,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})))}defineInspect(so);var lo=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=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}})}.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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInputObjectType,[{key:Pd,get:function get(){return"GraphQLInputObjectType"}}]),GraphQLInputObjectType}();function isRequiredInputField(e){return isNonNullType(e.type)&&void 0===e.defaultValue}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(lo);var po=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[wd];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 u=e.length;if("number"==typeof u&&0<=u&&u%1==0){for(var m=[],s=0;s<u;++s)Object.prototype.hasOwnProperty.call(e,s)&&m.push(n.call(i,e[s],s));return m}return[]},co=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)};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,n){var i=1<arguments.length&&void 0!==n?n:function(e){return e};if(null==e||"object"!==_typeof(e))return null;if(Array.isArray(e))return e.map(i);n=e[wd];if("function"==typeof n){for(var t,a=n.call(e),r=[],d=0;!(t=a.next()).done;++d)r.push(i(t.value,d));return r}var o=e.length;if("number"==typeof o&&0<=o&&o%1==0){for(var u=[],m=0;m<o;++m){if(!Object.prototype.hasOwnProperty.call(e,m))return null;u.push(i(e[String(m)],m))}return u}return null}var ko=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},vo=2147483647,yo=-2147483648;var fo=new ro({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:function serializeInt(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;if("string"==typeof(e=n)&&""!==n&&(e=Number(n)),!ko(e))throw new Vd("Int cannot represent non-integer value: ".concat(inspect(n)));if(vo<e||e<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: "+inspect(n));return e},parseValue:function coerceInt(e){if(!ko(e))throw new Vd("Int cannot represent non-integer value: ".concat(inspect(e)));if(vo<e||e<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: ".concat(e));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.INT)throw new Vd("Int cannot represent non-integer value: ".concat(print(e)),e);var n=parseInt(e.value,10);if(vo<n||n<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: ".concat(e.value),e);return n}});var No=new ro({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:function serializeFloat(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;if("string"==typeof(e=n)&&""!==n&&(e=Number(n)),!co(e))throw new Vd("Float cannot represent non numeric value: ".concat(inspect(n)));return e},parseValue:function coerceFloat(e){if(!co(e))throw new Vd("Float cannot represent non numeric value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.FLOAT&&e.kind!==jd.INT)throw new Vd("Float cannot represent non numeric value: ".concat(print(e)),e);return parseFloat(e.value)}});function serializeObject(e){if(isObjectLike(e)){if("function"==typeof e.valueOf){var n=e.valueOf();if(!isObjectLike(n))return n}if("function"==typeof e.toJSON)return e.toJSON()}return e}var go=new ro({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:function serializeString(e){var n=serializeObject(e);if("string"==typeof n)return n;if("boolean"==typeof n)return n?"true":"false";if(co(n))return n.toString();throw new Vd("String cannot represent value: ".concat(inspect(e)))},parseValue:function coerceString(e){if("string"!=typeof e)throw new Vd("String cannot represent a non string value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.STRING)throw new Vd("String cannot represent a non string value: ".concat(print(e)),e);return e.value}});var To=new ro({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:function serializeBoolean(e){if("boolean"==typeof(e=serializeObject(e)))return e;if(co(e))return 0!==e;throw new Vd("Boolean cannot represent a non boolean value: ".concat(inspect(e)))},parseValue:function coerceBoolean(e){if("boolean"!=typeof e)throw new Vd("Boolean cannot represent a non boolean value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.BOOLEAN)throw new Vd("Boolean cannot represent a non boolean value: ".concat(print(e)),e);return e.value}});var ho=new ro({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:function serializeID(e){var n=serializeObject(e);if("string"==typeof n)return n;if(ko(n))return String(n);throw new Vd("ID cannot represent value: ".concat(inspect(e)))},parseValue:function coerceID(e){if("string"==typeof e)return e;if(ko(e))return e.toString();throw new Vd("ID cannot represent value: ".concat(inspect(e)))},parseLiteral:function parseLiteral(e){if(e.kind!==jd.STRING&&e.kind!==jd.INT)throw new Vd("ID cannot represent a non-string and non-integer value: "+print(e),e);return e.value}}),U=Object.freeze([go,fo,No,To,ho]);var Io=/^-?(?:0|[1-9][0-9]*)$/,Do=new oo({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:go,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(Fo))),resolve:function resolve(e){return Zd(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new GraphQLNonNull(Fo),resolve:function resolve(e){return e.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:Fo,resolve:function resolve(e){return e.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:Fo,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(So))),resolve:function resolve(e){return e.getDirectives()}}}}}),So=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},isRepeatable:{type:new GraphQLNonNull(To),resolve:function resolve(e){return e.isRepeatable}},locations:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(bo))),resolve:function resolve(e){return e.locations}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Eo))),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){return n.includeDeprecated?e.args:e.args.filter(function(e){return null==e.deprecationReason})}}}}}),bo=new so({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:Gd.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:Gd.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:Gd.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:Gd.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:Gd.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:Gd.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:Gd.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:Gd.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:Gd.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:Gd.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:Gd.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:Gd.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:Gd.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:Gd.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:Gd.UNION,description:"Location adjacent to a union definition."},ENUM:{value:Gd.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:Gd.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:Gd.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:Gd.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),Fo=new oo({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(_o),resolve:function resolve(e){return isScalarType(e)?Co.SCALAR:isObjectType(e)?Co.OBJECT:isInterfaceType(e)?Co.INTERFACE:isUnionType(e)?Co.UNION:isEnumType(e)?Co.ENUM:isInputObjectType(e)?Co.INPUT_OBJECT:isListType(e)?Co.LIST:isNonNullType(e)?Co.NON_NULL:void invariant(0,'Unexpected type: "'.concat(inspect(e),'".'))}},name:{type:go,resolve:function resolve(e){return void 0!==e.name?e.name:void 0}},description:{type:go,resolve:function resolve(e){return void 0!==e.description?e.description:void 0}},specifiedByUrl:{type:go,resolve:function resolve(e){return void 0!==e.specifiedByUrl?e.specifiedByUrl:void 0}},fields:{type:new GraphQLList(new GraphQLNonNull(Ao)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isObjectType(e)||isInterfaceType(e)){e=Zd(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},interfaces:{type:new GraphQLList(new GraphQLNonNull(Fo)),resolve:function resolve(e){if(isObjectType(e)||isInterfaceType(e))return e.getInterfaces()}},possibleTypes:{type:new GraphQLList(new GraphQLNonNull(Fo)),resolve:function resolve(e,n,i,t){t=t.schema;if(isAbstractType(e))return t.getPossibleTypes(e)}},enumValues:{type:new GraphQLList(new GraphQLNonNull(Oo)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isEnumType(e)){e=e.getValues();return n?e:e.filter(function(e){return null==e.deprecationReason})}}},inputFields:{type:new GraphQLList(new GraphQLNonNull(Eo)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isInputObjectType(e)){e=Zd(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},ofType:{type:Fo,resolve:function resolve(e){return void 0!==e.ofType?e.ofType:void 0}}}}}),Ao=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Eo))),args:{includeDeprecated:{type:To,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(Fo),resolve:function resolve(e){return e.type}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Eo=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},type:{type:new GraphQLNonNull(Fo),resolve:function resolve(e){return e.type}},defaultValue:{type:go,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function resolve(e){e=function astFromValue(e,n){if(isNonNullType(n)){var i=astFromValue(e,n.ofType);return(null==i?void 0:i.kind)===jd.NULL?null:i}if(null===e)return{kind:jd.NULL};if(void 0===e)return null;if(isListType(n)){var t=n.ofType,a=safeArrayFrom(e);if(null==a)return astFromValue(e,t);for(var r=[],d=0;d<a.length;d++){var o=astFromValue(a[d],t);null!=o&&r.push(o)}return{kind:jd.LIST,values:r}}if(isInputObjectType(n)){if(!isObjectLike(e))return null;for(var u=[],m=0,s=Zd(n.getFields());m<s.length;m++){var l=s[m],p=astFromValue(e[l.name],l.type);p&&u.push({kind:jd.OBJECT_FIELD,name:{kind:jd.NAME,value:l.name},value:p})}return{kind:jd.OBJECT,fields:u}}if(isLeafType(n)){var c=n.serialize(e);if(null==c)return null;if("boolean"==typeof c)return{kind:jd.BOOLEAN,value:c};if("number"==typeof c&&co(c))return i=String(c),Io.test(i)?{kind:jd.INT,value:i}:{kind:jd.FLOAT,value:i};if("string"==typeof c)return isEnumType(n)?{kind:jd.ENUM,value:c}:n===ho&&Io.test(c)?{kind:jd.INT,value:c}:{kind:jd.STRING,value:c};throw new TypeError("Cannot convert value to AST: ".concat(inspect(c),"."))}invariant(0,"Unexpected input type: "+inspect(n))}(e.defaultValue,e.type);return e?print(e):null}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Oo=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Co=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),_o=new so({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:Co.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:Co.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:Co.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:Co.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:Co.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:Co.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:Co.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:Co.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Ro={name:"__schema",type:new GraphQLNonNull(Do),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},wo={name:"__type",type:Fo,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new GraphQLNonNull(go),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},Po={name:"__typename",type:new GraphQLNonNull(go),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},Vo=Object.freeze([Do,So,bo,Fo,Ao,Eo,Oo,_o]);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 isDirective(e){return qd(e,jo)}var jo=function(){function GraphQLDirective(e){this.name=e.name,this.description=e.description,this.locations=e.locations,this.isRepeatable=null!==(n=e.isRepeatable)&&void 0!==n&&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)&&void 0!==n?n:{};isObjectLike(n)&&!Array.isArray(n)||devAssert(0,"@".concat(e.name," args must be an object with argument names as keys.")),this.args=Xd(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()},function _createClass$2(e,n,i){n&&_defineProperties$2(e.prototype,n),i&&_defineProperties$2(e,i)}(GraphQLDirective,[{key:Pd,get:function get(){return"GraphQLDirective"}}]),GraphQLDirective}();defineInspect(jo);var Lo=new jo({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[Gd.FIELD,Gd.FRAGMENT_SPREAD,Gd.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(To),description:"Included when true."}}}),xo=new jo({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[Gd.FIELD,Gd.FRAGMENT_SPREAD,Gd.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(To),description:"Skipped when true."}}}),Mo=new jo({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[Gd.FIELD_DEFINITION,Gd.ARGUMENT_DEFINITION,Gd.INPUT_FIELD_DEFINITION,Gd.ENUM_VALUE],args:{reason:{type:go,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:"No longer supported"}}}),Id=new jo({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[Gd.SCALAR],args:{url:{type:new GraphQLNonNull(go),description:"The URL that specifies the behaviour of this scalar."}}}),zo=Object.freeze([Lo,xo,Mo,Id]);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 assertSchema(e){if(!function isSchema(e){return qd(e,$o)}(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL schema."));return e}var $o=function(){function GraphQLSchema(e){var n;this.__validationErrors=!0===e.assumeValid?[]:void 0,isObjectLike(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(e.types),".")),!e.directives||Array.isArray(e.directives)||devAssert(0,'"directives" must be Array if provided but got: '+"".concat(inspect(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)&&void 0!==n?n:zo;var 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 u=o[d];if(isDirective(u))for(var m=0,s=u.args;m<s.length;m++)collectReferencedTypes(s[m].type,i)}collectReferencedTypes(Do,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var l=0,p=po(i);l<p.length;l++){var c=p[l];if(null!=c){var k=c.name;if(k||devAssert(0,"One of the provided types for building the Schema is missing a name."),void 0!==this._typeMap[k])throw new Error('Schema must contain uniquely named types but contains multiple types named "'.concat(k,'".'));if(isInterfaceType(this._typeMap[k]=c))for(var v=0,y=c.getInterfaces();v<y.length;v++){var f,N=y[v];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 u=0,m=r.interfaces;u<m.length;u++)i[m[u].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 Yd(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:Zd(this.getTypeMap()),directives:this.getDirectives().slice(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!==(e=this.extensionASTNodes)&&void 0!==e?e:[],assumeValid:void 0!==this.__validationErrors}},function _createClass$1(e,n,i){n&&_defineProperties$1(e.prototype,n),i&&_defineProperties$1(e,i)}(GraphQLSchema,[{key:Pd,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=Zd(e.getFields());d<o.length;d++){var u=o[d];collectReferencedTypes(u.type,n);for(var m=0,s=u.args;m<s.length;m++)collectReferencedTypes(s[m].type,n)}}else if(isInputObjectType(e))for(var l=0,p=Zd(e.getFields());l<p.length;l++)collectReferencedTypes(p[l].type,n);return n}function validateSchema(e){if(assertSchema(e),e.__validationErrors)return e.__validationErrors;var n=new qo(e);!function validateRootTypes(e){var n=e.schema,i=n.getQueryType();i?isObjectType(i)||e.reportError("Query root type must be Object type, it cannot be ".concat(inspect(i),"."),null!==(t=getOperationTypeNode(n,"query"))&&void 0!==t?t:i.astNode):e.reportError("Query root type must be provided.",n.astNode);var t=n.getMutationType();t&&!isObjectType(t)&&e.reportError("Mutation root type must be Object type if provided, it cannot be "+"".concat(inspect(t),"."),null!==(i=getOperationTypeNode(n,"mutation"))&&void 0!==i?i:t.astNode);t=n.getSubscriptionType();t&&!isObjectType(t)&&e.reportError("Subscription root type must be Object type if provided, it cannot be "+"".concat(inspect(t),"."),null!==(n=getOperationTypeNode(n,"subscription"))&&void 0!==n?n:t.astNode)}(n),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(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?void 0:d.type])}}else e.reportError("Expected directive but got: ".concat(inspect(t),"."),null==t?void 0:t.astNode)}}(n),function validateTypes(e){for(var n=function createInputObjectCircularRefsValidator(d){var o=Object.create(null),u=[],m=Object.create(null);return function detectCycleRecursive(e){if(o[e.name])return;o[e.name]=!0;m[e.name]=u.length;var n=Zd(e.getFields());for(var i=0;i<n.length;i++){var t,a,r=n[i];isNonNullType(r.type)&&isInputObjectType(r.type.ofType)&&(a=m[(t=r.type.ofType).name],u.push(r),void 0===a?detectCycleRecursive(t):(r=u.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}))),u.pop())}m[e.name]=void 0}}(e),i=e.schema.getTypeMap(),t=0,a=Zd(i);t<a.length;t++){var r=a[t];isNamedType(r)?(function isIntrospectionType(n){return Vo.some(function(e){return n.name===e.name})}(r)||validateName(e,r),isObjectType(r)||isInterfaceType(r)?(validateFields(e,r),validateInterfaces(e,r)):isUnionType(r)?function validateUnionMembers(e,n){var i=n.getTypes();0===i.length&&e.reportError("Union type ".concat(n.name," must define one or more member types."),getAllNodes(n));for(var t=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(r),"."),getUnionMemberTypeNodes(n,String(r))))}}(e,r):isEnumType(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)}}(e,r):isInputObjectType(r)&&(function validateInputFields(e,n){var i=Zd(n.getFields());0===i.length&&e.reportError("Input Object type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t,a=0;a<i.length;a++){var r=i[a];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(r.type),"."),null===(t=r.astNode)||void 0===t?void 0:t.type),isRequiredInputField(r)&&null!=r.deprecationReason&&e.reportError("Required input field ".concat(n.name,".").concat(r.name," cannot be deprecated."),[getDeprecatedDirectiveNode(r.astNode),null===(r=r.astNode)||void 0===r?void 0:r.type])}}(e,r),n(r))):e.reportError("Expected GraphQL named type but got: ".concat(inspect(r),"."),r.astNode)}}(n);n=n.getErrors();return 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 qo=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 Vd(e,n))},e.addError=function addError(e){this._errors.push(e)},e.getErrors=function getErrors(){return this._errors},SchemaValidationContext}();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 validateName(e,n){var i=function isValidNameError(e){return"string"==typeof e||devAssert(0,"Expected name to be a string."),1<e.length&&"_"===e[0]&&"_"===e[1]?new Vd('Name "'.concat(e,'" must not begin with "__", which is reserved by GraphQL introspection.')):Jd.test(e)?void 0:new Vd('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(e,'" does not.'))}(n.name);i&&e.addError(locatedError(i,n.astNode))}function validateFields(e,n){var i=Zd(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(r.type),"."),null===(a=r.astNode)||void 0===a?void 0:a.type);for(var d=0,o=r.args;d<o.length;d++){var u,m=o[d],s=m.name;validateName(e,m),isInputType(m.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name,"(").concat(s,":) must be Input ")+"Type but got: ".concat(inspect(m.type),"."),null===(u=m.astNode)||void 0===u?void 0:u.type),isRequiredArgument(m)&&null!=m.deprecationReason&&e.reportError("Required argument ".concat(n.name,".").concat(r.name,"(").concat(s,":) cannot be deprecated."),[getDeprecatedDirectiveNode(m.astNode),null===(m=m.astNode)||void 0===m?void 0:m.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?i[r.name]?e.reportError("Type ".concat(n.name," can only implement ").concat(r.name," once."),getAllImplementsInterfaceNodes(n,r)):(i[r.name]=!0,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)))}}(e,n,r),function validateTypeImplementsInterface(t,a,r){for(var e,n=a.getFields(),i=0,d=Zd(r.getFields());i<d.length;i++){var o=d[i],u=o.name,m=n[u];if(m){isTypeSubTypeOf(t.schema,m.type,o.type)||t.reportError("Interface field ".concat(r.name,".").concat(u," expects type ")+"".concat(inspect(o.type)," but ").concat(a.name,".").concat(u," ")+"is type ".concat(inspect(m.type),"."),[null===(e=o.astNode)||void 0===e?void 0:e.type,null===(e=m.astNode)||void 0===e?void 0:e.type]);for(var s=function _loop(e,n){var n=n[e],i=n.name,e=Yd(m.args,function(e){return e.name===i});if(!e)return t.reportError("Interface field argument ".concat(r.name,".").concat(u,"(").concat(i,":) expected but ").concat(a.name,".").concat(u," does not provide it."),[n.astNode,m.astNode]),"continue";!function isEqualType(e,n){return e===n||(isNonNullType(e)&&isNonNullType(n)||!(!isListType(e)||!isListType(n)))&&isEqualType(e.ofType,n.ofType)}(n.type,e.type)&&t.reportError("Interface field argument ".concat(r.name,".").concat(u,"(").concat(i,":) ")+"expects type ".concat(inspect(n.type)," but ")+"".concat(a.name,".").concat(u,"(").concat(i,":) is type ")+"".concat(inspect(e.type),"."),[null===(n=n.astNode)||void 0===n?void 0:n.type,null===(e=e.astNode)||void 0===e?void 0:e.type])},l=0,p=o.args;l<p.length;l++)s(l,p);for(var c=function _loop2(e,n){var e=n[e],i=e.name;!Yd(o.args,function(e){return e.name===i})&&isRequiredArgument(e)&&t.reportError("Object field ".concat(a.name,".").concat(u," includes required argument ").concat(i," that is missing from the Interface field ").concat(r.name,".").concat(u,"."),[e.astNode,o.astNode])},k=0,v=m.args;k<v.length;k++)c(k,v)}else t.reportError("Interface field ".concat(r.name,".").concat(u," expected but ").concat(a.name," does not provide it."),[o.astNode].concat(getAllNodes(a)))}}(e,n,r)):e.reportError("Type ".concat(n.name," cannot implement itself because it would create a circular reference."),getAllImplementsInterfaceNodes(n,r)):e.reportError("Type ".concat(inspect(n)," must only implement Interface types, ")+"it cannot implement ".concat(inspect(r),"."),getAllImplementsInterfaceNodes(n,r))}}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]))&&void 0!==r?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){var n;return null==e||null===(n=e.directives)||void 0===n?void 0:n.find(function(e){return e.name.value===Mo.name})}function typeFromAST(e,n){var i;return n.kind===jd.LIST_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLList(i):n.kind===jd.NON_NULL_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLNonNull(i):n.kind===jd.NAMED_TYPE?e.getType(n.name.value):void invariant(0,"Unexpected type node: "+inspect(n))}var Uo=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 jd.SELECTION_SET:var t=getNamedType(this.getType());this._parentTypeStack.push(isCompositeType(t)?t:void 0);break;case jd.FIELD:var a,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 jd.DIRECTIVE:this._directive=i.getDirective(n.name.value);break;case jd.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 jd.INLINE_FRAGMENT:case jd.FRAGMENT_DEFINITION:var r=n.typeCondition,r=r?typeFromAST(i,r):getNamedType(this.getType());this._typeStack.push(isOutputType(r)?r:void 0);break;case jd.VARIABLE_DEFINITION:var d=typeFromAST(i,n.type);this._inputTypeStack.push(isInputType(d)?d:void 0);break;case jd.ARGUMENT:var o,u,d=null!==(d=this.getDirective())&&void 0!==d?d:this.getFieldDef();d&&(o=Yd(d.args,function(e){return e.name===n.name.value}))&&(u=o.type),this._argument=o,this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(isInputType(u)?u:void 0);break;case jd.LIST:var m=getNullableType(this.getInputType()),m=isListType(m)?m.ofType:m;this._defaultValueStack.push(void 0),this._inputTypeStack.push(isInputType(m)?m:void 0);break;case jd.OBJECT_FIELD:var s,m=getNamedType(this.getInputType());isInputObjectType(m)&&(s=m.getFields()[n.name.value])&&(p=s.type),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(isInputType(p)?p:void 0);break;case jd.ENUM:var l,p=getNamedType(this.getInputType());isEnumType(p)&&(l=p.getValue(n.value)),this._enumValue=l}},e.leave=function leave(e){switch(e.kind){case jd.SELECTION_SET:this._parentTypeStack.pop();break;case jd.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case jd.DIRECTIVE:this._directive=null;break;case jd.OPERATION_DEFINITION:case jd.INLINE_FRAGMENT:case jd.FRAGMENT_DEFINITION:this._typeStack.pop();break;case jd.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case jd.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case jd.LIST:case jd.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case jd.ENUM:this._enumValue=null}},TypeInfo}();function getFieldDef$1(e,n,i){i=i.name.value;return i===Ro.name&&e.getQueryType()===n?Ro:i===wo.name&&e.getQueryType()===n?wo:i===Po.name&&isCompositeType(n)?Po: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){n=n.apply(a,arguments);return void 0!==n&&(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 isTypeDefinitionNode(e){return e.kind===jd.SCALAR_TYPE_DEFINITION||e.kind===jd.OBJECT_TYPE_DEFINITION||e.kind===jd.INTERFACE_TYPE_DEFINITION||e.kind===jd.UNION_TYPE_DEFINITION||e.kind===jd.ENUM_TYPE_DEFINITION||e.kind===jd.INPUT_OBJECT_TYPE_DEFINITION}function isTypeExtensionNode(e){return e.kind===jd.SCALAR_TYPE_EXTENSION||e.kind===jd.OBJECT_TYPE_EXTENSION||e.kind===jd.INTERFACE_TYPE_EXTENSION||e.kind===jd.UNION_TYPE_EXTENSION||e.kind===jd.ENUM_TYPE_EXTENSION||e.kind===jd.INPUT_OBJECT_TYPE_EXTENSION}function KnownTypeNamesRule(d){for(var e=d.getSchema(),o=e?e.getTypeMap():Object.create(null),u=Object.create(null),n=0,i=d.getDocument().definitions;n<i.length;n++){var t=i[n];isTypeDefinitionNode(t)&&(u[t.name.value]=!0)}var m=Object.keys(o).concat(Object.keys(u));return{NamedType:function NamedType(e,n,i,t,a){var r=e.name.value;o[r]||u[r]||((i=null!=(i=null!==(a=a[2])&&void 0!==a?a:i)&&function isSDLNode(e){return!Array.isArray(e)&&(function isTypeSystemDefinitionNode(e){return e.kind===jd.SCHEMA_DEFINITION||isTypeDefinitionNode(e)||e.kind===jd.DIRECTIVE_DEFINITION}(e)||function isTypeSystemExtensionNode(e){return e.kind===jd.SCHEMA_EXTENSION||isTypeExtensionNode(e)}(e))}(i))&&function isStandardTypeName(e){return-1!==Go.indexOf(e)}(r)||(i=suggestionList(r,i?Go.concat(m):m),d.reportError(new Vd('Unknown type "'.concat(r,'".')+didYouMean(i),e))))}}}var Go=[].concat(U,Vo).map(function(e){return e.name});function KnownDirectivesRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];u[t.name]=t.locations}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===jd.DIRECTIVE_DEFINITION&&(u[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=u[r];d?(a=function getDirectiveLocationForASTPath(e){var n=e[e.length-1];switch(Array.isArray(n)&&invariant(0),n.kind){case jd.OPERATION_DEFINITION:return function getDirectiveLocationForOperation(e){switch(e){case"query":return Gd.QUERY;case"mutation":return Gd.MUTATION;case"subscription":return Gd.SUBSCRIPTION}invariant(0,"Unexpected operation: "+inspect(e))}(n.operation);case jd.FIELD:return Gd.FIELD;case jd.FRAGMENT_SPREAD:return Gd.FRAGMENT_SPREAD;case jd.INLINE_FRAGMENT:return Gd.INLINE_FRAGMENT;case jd.FRAGMENT_DEFINITION:return Gd.FRAGMENT_DEFINITION;case jd.VARIABLE_DEFINITION:return Gd.VARIABLE_DEFINITION;case jd.SCHEMA_DEFINITION:case jd.SCHEMA_EXTENSION:return Gd.SCHEMA;case jd.SCALAR_TYPE_DEFINITION:case jd.SCALAR_TYPE_EXTENSION:return Gd.SCALAR;case jd.OBJECT_TYPE_DEFINITION:case jd.OBJECT_TYPE_EXTENSION:return Gd.OBJECT;case jd.FIELD_DEFINITION:return Gd.FIELD_DEFINITION;case jd.INTERFACE_TYPE_DEFINITION:case jd.INTERFACE_TYPE_EXTENSION:return Gd.INTERFACE;case jd.UNION_TYPE_DEFINITION:case jd.UNION_TYPE_EXTENSION:return Gd.UNION;case jd.ENUM_TYPE_DEFINITION:case jd.ENUM_TYPE_EXTENSION:return Gd.ENUM;case jd.ENUM_VALUE_DEFINITION:return Gd.ENUM_VALUE;case jd.INPUT_OBJECT_TYPE_DEFINITION:case jd.INPUT_OBJECT_TYPE_EXTENSION:return Gd.INPUT_OBJECT;case jd.INPUT_VALUE_DEFINITION:return e[e.length-3].kind===jd.INPUT_OBJECT_TYPE_DEFINITION?Gd.INPUT_FIELD_DEFINITION:Gd.ARGUMENT_DEFINITION}}(a))&&-1===d.indexOf(a)&&o.reportError(new Vd('Directive "@'.concat(r,'" may not be used on ').concat(a,"."),e)):o.reportError(new Vd('Unknown directive "@'.concat(r,'".'),e))}}}function UniqueDirectivesPerLocationRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];u[t.name]=!t.isRepeatable}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===jd.DIRECTIVE_DEFINITION&&(u[d.name.value]=!d.repeatable)}var m=Object.create(null),s=Object.create(null);return{enter:function enter(e){if(null!=e.directives){var n,i;e.kind===jd.SCHEMA_DEFINITION||e.kind===jd.SCHEMA_EXTENSION?i=m:isTypeDefinitionNode(e)||isTypeExtensionNode(e)?void 0===(i=s[n=e.name.value])&&(s[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;u[d]&&(i[d]?o.reportError(new Vd('The directive "@'.concat(d,'" can only be used once at this location.'),[i[d],r])):i[d]=r)}}}}}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){!function _defineProperty$2(e,n,i){n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i}(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 KnownArgumentNamesOnDirectivesRule(u){for(var m=Object.create(null),e=u.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];m[t.name]=t.args.map(function(e){return e.name})}for(var a=u.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===jd.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],m[o.name.value]=d.map(function(e){return e.name.value}))}return{Directive:function Directive(e){var n=e.name.value,i=m[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),u.reportError(new Vd('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 Vd('There can be only one argument named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function isValidValueNode(n,i){var t=n.getInputType();if(t){var e=getNamedType(t);if(isLeafType(e))try{void 0===e.parseLiteral(i,void 0)&&(a=inspect(t),n.reportError(new Vd('Expected value of type "'.concat(a,'", found ').concat(print(i),"."),i)))}catch(e){var a=inspect(t);n.reportError(e instanceof Vd?e:new Vd('Expected value of type "'.concat(a,'", found ').concat(print(i),"; ")+e.message,i,void 0,void 0,void 0,e))}else{t=inspect(t);n.reportError(new Vd('Expected value of type "'.concat(t,'", found ').concat(print(i),"."),i))}}}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){!function _defineProperty$1(e,n,i){n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i}(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 ProvidedRequiredArgumentsOnDirectivesRule(m){for(var s=Object.create(null),e=m.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];s[t.name]=keyMap(t.args.filter(isRequiredArgument),function(e){return e.name})}for(var a=m.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===jd.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],s[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=s[n];if(i)for(var t,a=keyMap(null!==(t=e.arguments)&&void 0!==t?t:[],function(e){return e.name.value}),r=0,d=Object.keys(i);r<d.length;r++){var o,u=d[r];a[u]||(o=(isType(o=i[u].type)?inspect:print)(o),m.reportError(new Vd('Directive "@'.concat(n,'" argument "').concat(u,'" of type "').concat(o,'" is required, but it was not provided.'),e)))}}}}}function isRequiredArgumentNode(e){return e.type.kind===jd.NON_NULL_TYPE&&null==e.defaultValue}function collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,d){var o=e.getFragment(d);if(o){var d=getReferencedFieldsAndFragmentNames(e,i,o),o=d[0],u=d[1];if(r!==o){collectConflictsBetween(e,n,i,t,a,r,o);for(var m=0;m<u.length;m++)collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,u[m])}}}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),u=e.getFragment(d);if(o&&u){var m=getReferencedFieldsAndFragmentNames(e,i,o),o=m[0],s=m[1],u=getReferencedFieldsAndFragmentNames(e,i,u),l=u[1];collectConflictsBetween(e,n,i,t,a,o,u[0]);for(var p=0;p<l.length;p++)collectConflictsBetweenFragments(e,n,i,t,a,r,l[p]);for(var c=0;c<s.length;c++)collectConflictsBetweenFragments(e,n,i,t,a,s[c],d)}}}function collectConflictsBetween(e,n,i,t,a,r,d){for(var o=0,u=Object.keys(r);o<u.length;o++){var m=u[o],s=d[m];if(s)for(var l=r[m],p=0;p<l.length;p++)for(var c=0;c<s.length;c++){var k=findConflict(e,i,t,a,m,l[p],s[c]);k&&n.push(k)}}}function findConflict(e,n,i,t,a,r,d){var o=r[0],u=r[1],m=r[2],s=d[0],r=d[1],d=d[2],s=t||o!==s&&isObjectType(o)&&isObjectType(s);if(!s){var l=u.name.value,p=r.name.value;if(l!==p)return[[a,'"'.concat(l,'" and "').concat(p,'" are different fields')],[u],[r]];if(!function sameArguments(e,i){return e.length===i.length&&e.every(function(n){var e=Yd(i,function(e){return e.name.value===n.name.value});return!!e&&function sameValue(e,n){return print(e)===print(n)}(n.value,e.value)})}(null!==(l=u.arguments)&&void 0!==l?l:[],null!==(p=r.arguments)&&void 0!==p?p:[]))return[[a,"they have differing arguments"],[u],[r]]}l=null==m?void 0:m.type,p=null==d?void 0:d.type;if(l&&p&&function doTypesConflict(e,n){if(isListType(e))return!isListType(n)||doTypesConflict(e.ofType,n.ofType);if(isListType(n))return!0;if(isNonNullType(e))return!isNonNullType(n)||doTypesConflict(e.ofType,n.ofType);if(isNonNullType(n))return!0;if(isLeafType(e)||isLeafType(n))return e!==n;return!1}(l,p))return[[a,'they return conflicting types "'.concat(inspect(l),'" and "').concat(inspect(p),'"')],[u],[r]];m=u.selectionSet,d=r.selectionSet;return m&&d?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])]}(function findConflictsBetweenSubSelectionSets(e,n,i,t,a,r,d,o){var u=[],m=(r=getFieldsAndFragmentNames(e,n,a,r))[0],s=r[1],l=(o=getFieldsAndFragmentNames(e,n,d,o))[0],p=o[1];if(collectConflictsBetween(e,u,n,i,t,m,l),0!==p.length)for(var c=0;c<p.length;c++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,m,p[c]);if(0!==s.length)for(var k=0;k<s.length;k++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,l,s[k]);for(var v=0;v<s.length;v++)for(var y=0;y<p.length;y++)collectConflictsBetweenFragments(e,u,n,i,t,s[v],p[y]);return u}(e,n,i,s,getNamedType(l),m,getNamedType(p),d),a,u,r):void 0}function getFieldsAndFragmentNames(e,n,i,t){var a=n.get(t);return a||(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 jd.FIELD:var u=o.name.value,m=void 0;(isObjectType(n)||isInterfaceType(n))&&(m=n.getFields()[u]);u=o.alias?o.alias.value:u;t[u]||(t[u]=[]),t[u].push([n,o,m]);break;case jd.FRAGMENT_SPREAD:a[o.name.value]=!0;break;case jd.INLINE_FRAGMENT:var m=o.typeCondition,m=m?typeFromAST(e.getSchema(),m):n;_collectFieldsAndFragmentNames(e,m,o.selectionSet,t,a)}}}(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);if(t)return t;t=typeFromAST(e.getSchema(),i.typeCondition);return getFieldsAndFragmentNames(e,n,t,i.selectionSet)}var Wo=function(){function PairSet(){this._data=Object.create(null)}var e=PairSet.prototype;return e.has=function has(e,n,i){e=this._data[e],n=e&&e[n];return void 0!==n&&(!1!==i||!1===n)},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 Vd('There can be only one input field named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name}}}function _defineProperty(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}var Ho=(_defineProperty(zu={},jd.SCALAR_TYPE_DEFINITION,jd.SCALAR_TYPE_EXTENSION),_defineProperty(zu,jd.OBJECT_TYPE_DEFINITION,jd.OBJECT_TYPE_EXTENSION),_defineProperty(zu,jd.INTERFACE_TYPE_DEFINITION,jd.INTERFACE_TYPE_EXTENSION),_defineProperty(zu,jd.UNION_TYPE_DEFINITION,jd.UNION_TYPE_EXTENSION),_defineProperty(zu,jd.ENUM_TYPE_DEFINITION,jd.ENUM_TYPE_EXTENSION),_defineProperty(zu,jd.INPUT_OBJECT_TYPE_DEFINITION,jd.INPUT_OBJECT_TYPE_EXTENSION),zu);var Qo=Object.freeze([function ExecutableDefinitionsRule(r){return{Document:function Document(e){for(var n=0,i=e.definitions;n<i.length;n++){var t,a=i[n];!function isExecutableDefinitionNode(e){return e.kind===jd.OPERATION_DEFINITION||e.kind===jd.FRAGMENT_DEFINITION}(a)&&(t=a.kind===jd.SCHEMA_DEFINITION||a.kind===jd.SCHEMA_EXTENSION?"schema":'"'+a.name.value+'"',r.reportError(new Vd("The ".concat(t," definition is not executable."),a)))}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 Vd('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===jd.OPERATION_DEFINITION}).length},OperationDefinition:function OperationDefinition(e){!e.name&&1<i&&n.reportError(new Vd("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 Vd(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)))}}},KnownTypeNamesRule,function FragmentsOnCompositeTypesRule(i){return{InlineFragment:function InlineFragment(e){var n=e.typeCondition;!n||(e=typeFromAST(i.getSchema(),n))&&!isCompositeType(e)&&(e=print(n),i.reportError(new Vd('Fragment cannot condition on non composite type "'.concat(e,'".'),n)))},FragmentDefinition:function FragmentDefinition(e){var n=typeFromAST(i.getSchema(),e.typeCondition);n&&!isCompositeType(n)&&(n=print(e.typeCondition),i.reportError(new Vd('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)&&(n=e.variable.name.value,i=print(e.type),t.reportError(new Vd('Variable "$'.concat(n,'" cannot be non-input type "').concat(i,'".'),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(t),r.reportError(new Vd('Field "'.concat(n,'" must not have a selection since type "').concat(i,'" has no subfields.'),a))):a||(a=e.name.value,t=inspect(t),r.reportError(new Vd('Field "'.concat(a,'" of type "').concat(t,'" must have a selection of subfields. Did you mean "').concat(a,' { ... }"?'),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",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 u=0,m=o.getInterfaces();u<m.length;u++){var s=m[u];s.getFields()[n]&&(i.add(s),a[s.name]=(null!==(s=a[s.name])&&void 0!==s?s:0)+1)}}}return po(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})}(a.getSchema(),t,n=e.name.value)))&&(i=didYouMean(function getSuggestedFieldNames(e,n){if(isObjectType(e)||isInterfaceType(e)){e=Object.keys(e.getFields());return suggestionList(n,e)}return[]}(t,n))),a.reportError(new Vd('Cannot query field "'.concat(n,'" on type "').concat(t.name,'".')+i,e))))}}},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 Vd('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 Vd('Unknown fragment "'.concat(n,'".'),e.name))}}},function NoUnusedFragmentsRule(o){var u=[],m=[];return{OperationDefinition:function OperationDefinition(e){return u.push(e),!1},FragmentDefinition:function FragmentDefinition(e){return m.push(e),!1},Document:{leave:function leave(){for(var e=Object.create(null),n=0;n<u.length;n++)for(var i=0,t=o.getRecursivelyReferencedFragments(u[n]);i<t.length;i++)e[t[i].name.value]=!0;for(var a=0;a<m.length;a++){var r=m[a],d=r.name.value;!0!==e[d]&&o.reportError(new Vd('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(i),n=inspect(n),a.reportError(new Vd('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=function getFragmentType(e,n){n=e.getFragment(n);if(n){n=typeFromAST(e.getSchema(),n.typeCondition);if(isCompositeType(n))return n}}(a,n),t=a.getParentType();i&&t&&!doTypesOverlap(a.getSchema(),i,t)&&(t=inspect(t),i=inspect(i),a.reportError(new Vd('Fragment "'.concat(n,'" cannot be spread here as objects of type "').concat(t,'" can never be of type "').concat(i,'".'),e)))}}},function NoFragmentCyclesRule(u){var m=Object.create(null),s=[],l=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){return function detectCycleRecursive(e){if(m[e.name.value])return;var n=e.name.value;m[n]=!0;var i=u.getFragmentSpreads(e.selectionSet);if(0===i.length)return;l[n]=s.length;for(var t=0;t<i.length;t++){var a,r=i[t],d=r.name.value,o=l[d];s.push(r),void 0===o?(a=u.getFragment(d))&&detectCycleRecursive(a):(a=s.slice(o),o=a.slice(0,-1).map(function(e){return'"'+e.name.value+'"'}).join(", "),u.reportError(new Vd('Cannot spread fragment "'.concat(d,'" within itself')+(""!==o?" via ".concat(o,"."):"."),a))),s.pop()}l[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 Vd('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 Vd(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(u){var m=[];return{OperationDefinition:{enter:function enter(){m=[]},leave:function leave(e){for(var n=Object.create(null),i=u.getRecursiveVariableUsages(e),t=0;t<i.length;t++)n[i[t].node.name.value]=!0;for(var a=0,r=m;a<r.length;a++){var d=r[a],o=d.variable.name.value;!0!==n[o]&&u.reportError(new Vd(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){m.push(e)}}},KnownDirectivesRule,UniqueDirectivesPerLocationRule,function KnownArgumentNamesRule(r){return _objectSpread$1(_objectSpread$1({},KnownArgumentNamesOnDirectivesRule(r)),{},{Argument:function Argument(e){var n,i=r.getArgument(),t=r.getFieldDef(),a=r.getParentType();!i&&t&&a&&(i=suggestionList(n=e.name.value,t.args.map(function(e){return e.name})),r.reportError(new Vd('Unknown argument "'.concat(n,'" on field "').concat(a.name,".").concat(t.name,'".')+didYouMean(i),e)))}})},UniqueArgumentNamesRule,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=Zd(n.getFields());t<a.length;t++){var r,d=a[t];!i[d.name]&&isRequiredInputField(d)&&(r=inspect(d.type),o.reportError(new Vd('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 Vd('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 Vd('Expected value of type "'.concat(inspect(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 ProvidedRequiredArgumentsRule(u){return _objectSpread(_objectSpread({},ProvidedRequiredArgumentsOnDirectivesRule(u)),{},{Field:{leave:function leave(e){var n,i=u.getFieldDef();if(!i)return!1;for(var t=keyMap(null!==(n=e.arguments)&&void 0!==n?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(o.type),u.reportError(new Vd('Field "'.concat(i.name,'" argument "').concat(o.name,'" of type "').concat(d,'" is required, but it was not provided.'),e)))}}}})},function VariablesInAllowedPositionRule(s){var l=Object.create(null);return{OperationDefinition:{enter:function enter(){l=Object.create(null)},leave:function leave(e){for(var n=s.getRecursiveVariableUsages(e),i=0;i<n.length;i++){var t,a=n[i],r=a.node,d=a.type,o=a.defaultValue,u=r.name.value,m=l[u];m&&d&&((a=typeFromAST(t=s.getSchema(),m.type))&&!function allowedVariableUsage(e,n,i,t,a){if(!isNonNullType(t)||isNonNullType(n))return isTypeSubTypeOf(e,n,t);a=void 0!==a;return(null!=i&&i.kind!==jd.NULL||a)&&isTypeSubTypeOf(e,n,t.ofType)}(t,a,m.defaultValue,d,o)&&(a=inspect(a),d=inspect(d),s.reportError(new Vd('Variable "$'.concat(u,'" of type "').concat(a,'" used in position expecting type "').concat(d,'".'),[m,r]))))}}},VariableDefinition:function VariableDefinition(e){l[e.variable.name.value]=e}}},function OverlappingFieldsCanBeMergedRule(o){var u=new Wo,m=new Map;return{SelectionSet:function SelectionSet(e){for(var n=function findConflictsWithinSelectionSet(e,n,i,t,a){var r=[],a=getFieldsAndFragmentNames(e,n,t,a),d=a[0],o=a[1];if(function collectConflictsWithin(e,n,i,t,a){for(var r=0,d=Xd(a);r<d.length;r++){var o=d[r],u=o[0],m=o[1];if(1<m.length)for(var s=0;s<m.length;s++)for(var l=s+1;l<m.length;l++){var p=findConflict(e,i,t,!1,u,m[s],m[l]);p&&n.push(p)}}}(e,r,n,i,d),0!==o.length)for(var u=0;u<o.length;u++){collectConflictsBetweenFieldsAndFragment(e,r,n,i,!1,d,o[u]);for(var m=u+1;m<o.length;m++)collectConflictsBetweenFragments(e,r,n,i,!1,o[u],o[m])}return r}(o,m,u,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=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}(a[1]);o.reportError(new Vd('Fields "'.concat(r,'" conflict because ').concat(a,". Use different aliases on the fields to fetch both if this was intentional."),d.concat(t)))}}}},UniqueInputFieldNamesRule]);Object.freeze([function LoneSchemaDefinitionRule(n){var e,i=n.getSchema(),t=null!==(e=null!==(e=null!==(e=null==i?void 0:i.astNode)&&void 0!==e?e:null==i?void 0:i.getQueryType())&&void 0!==e?e:null==i?void 0:i.getMutationType())&&void 0!==e?e:null==i?void 0:i.getSubscriptionType(),a=0;return{SchemaDefinition:function SchemaDefinition(e){t?n.reportError(new Vd("Cannot define a new schema within a schema extension.",e)):(0<a&&n.reportError(new Vd("Must provide only one schema definition.",e)),++a)}}},function UniqueOperationTypesRule(d){var e=d.getSchema(),o=Object.create(null),u=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)&&void 0!==e?e:[],i=0;i<n.length;i++){var t=n[i],a=t.operation,r=o[a];u[a]?d.reportError(new Vd("Type for ".concat(a," already defined in the schema. It cannot be redefined."),t)):r?d.reportError(new Vd("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 Vd('There can be only one type named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vd('Type "'.concat(n,'" already exists in the schema. It cannot also be defined in this type definition.'),e.name))}},function UniqueEnumValueNamesRule(u){var e=u.getSchema(),m=e?e.getTypeMap():Object.create(null),s=Object.create(null);return{EnumTypeDefinition:checkValueUniqueness,EnumTypeExtension:checkValueUniqueness};function checkValueUniqueness(e){var n=e.name.value;s[n]||(s[n]=Object.create(null));for(var i=null!==(e=e.values)&&void 0!==e?e:[],t=s[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value,o=m[n];isEnumType(o)&&o.getValue(d)?u.reportError(new Vd('Enum value "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?u.reportError(new Vd('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(),u=e?e.getTypeMap():Object.create(null),m=Object.create(null);return{InputObjectTypeDefinition:checkFieldUniqueness,InputObjectTypeExtension:checkFieldUniqueness,InterfaceTypeDefinition:checkFieldUniqueness,InterfaceTypeExtension:checkFieldUniqueness,ObjectTypeDefinition:checkFieldUniqueness,ObjectTypeExtension:checkFieldUniqueness};function checkFieldUniqueness(e){var n=e.name.value;m[n]||(m[n]=Object.create(null));for(var i=null!==(e=e.fields)&&void 0!==e?e:[],t=m[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value;!function hasField(e,n){if(isObjectType(e)||isInterfaceType(e)||isInputObjectType(e))return null!=e.getFields()[n];return!1}(u[n],d)?t[d]?o.reportError(new Vd('Field "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name:o.reportError(new Vd('Field "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name))}return!1}},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 Vd('There can be only one directive named "@'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vd('Directive "@'.concat(n,'" already exists in the schema. It cannot be redefined.'),e.name))}}},KnownTypeNamesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,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=Ho[t.kind]:a&&(n=function typeToExtKind(e){if(isScalarType(e))return jd.SCALAR_TYPE_EXTENSION;if(isObjectType(e))return jd.OBJECT_TYPE_EXTENSION;if(isInterfaceType(e))return jd.INTERFACE_TYPE_EXTENSION;if(isUnionType(e))return jd.UNION_TYPE_EXTENSION;if(isEnumType(e))return jd.ENUM_TYPE_EXTENSION;if(isInputObjectType(e))return jd.INPUT_OBJECT_TYPE_EXTENSION;invariant(0,"Unexpected type: "+inspect(e))}(a)),n?n!==e.kind&&(n=function extensionKindToTypeName(e){switch(e){case jd.SCALAR_TYPE_EXTENSION:return"scalar";case jd.OBJECT_TYPE_EXTENSION:return"object";case jd.INTERFACE_TYPE_EXTENSION:return"interface";case jd.UNION_TYPE_EXTENSION:return"union";case jd.ENUM_TYPE_EXTENSION:return"enum";case jd.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}invariant(0,"Unexpected kind: "+inspect(e))}(e.kind),r.reportError(new Vd("Cannot extend non-".concat(n,' type "').concat(i,'".'),t?[t,e]:e))):(t=Object.keys(o),t=suggestionList(i,t=d?t.concat(Object.keys(d.getTypeMap())):t),r.reportError(new Vd('Cannot extend type "'.concat(i,'" because it is not defined.')+didYouMean(t),e.name)))}},KnownArgumentNamesOnDirectivesRule,UniqueArgumentNamesRule,UniqueInputFieldNamesRule,ProvidedRequiredArgumentsOnDirectivesRule]);var Ko=function(a){function ValidationContext(e,n,i,t){t=a.call(this,n,t)||this;return t._schema=e,t._typeInfo=i,t._variableUsages=new Map,t._recursiveVariableUsages=new Map,t}!function _inheritsLoose(e,n){e.prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n}(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 Uo(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}(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===jd.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===jd.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}());function validate(e,n,i,t,a){var i=2<arguments.length&&void 0!==i?i:Qo,t=3<arguments.length&&void 0!==t?t:new Uo(e),r=4<arguments.length&&void 0!==a?a:{maxErrors:void 0};n||devAssert(0,"Must provide document."),assertValidSchema(e);var d=Object.freeze({}),o=[],u=new Ko(e,n,t,function(e){if(null!=r.maxErrors&&r.maxErrors<=o.length)throw o.push(new Vd("Too many validation errors, error limit reached. Validation aborted.")),d;o.push(e)}),i=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===Kd)a[n]=Kd;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===Kd)a[n]=Kd;else if(void 0!==i&&!1!==i)return i}}else a[n]===e&&(a[n]=null)}}}(i.map(function(e){return e(u)}));try{visit(n,visitWithTypeInfo(t,i))}catch(e){if(e!==d)throw e}return o}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 printPathArray(e){return e.map(function(e){return"number"==typeof e?"["+e.toString()+"]":"."+e}).join("")}function valueFromAST(e,n,i){if(e){if(e.kind===jd.VARIABLE){var t=e.name.value;if(null==i||void 0===i[t])return;t=i[t];return null===t&&isNonNullType(n)?void 0:t}if(isNonNullType(n))return e.kind===jd.NULL?void 0:valueFromAST(e,n.ofType,i);if(e.kind===jd.NULL)return null;if(isListType(n)){var a=n.ofType;if(e.kind===jd.LIST){for(var r=[],d=0,o=e.values;d<o.length;d++){var u=o[d];if(isMissingVariable(u,i)){if(isNonNullType(a))return;r.push(null)}else{u=valueFromAST(u,a,i);if(void 0===u)return;r.push(u)}}return r}t=valueFromAST(e,a,i);return void 0===t?void 0:[t]}if(isInputObjectType(n)){if(e.kind!==jd.OBJECT)return;for(var m=Object.create(null),s=keyMap(e.fields,function(e){return e.name.value}),l=0,p=Zd(n.getFields());l<p.length;l++){var c=p[l],k=s[c.name];if(k&&!isMissingVariable(k.value,i)){k=valueFromAST(k.value,c.type,i);if(void 0===k)return;m[c.name]=k}else if(void 0!==c.defaultValue)m[c.name]=c.defaultValue;else if(isNonNullType(c.type))return}return m}if(isLeafType(n)){var v;try{v=n.parseLiteral(e,i)}catch(e){return}return void 0===v?void 0:v}invariant(0,"Unexpected input type: "+inspect(n))}}function isMissingVariable(e,n){return e.kind===jd.VARIABLE&&(null==n||void 0===n[e.name.value])}function coerceInputValue(e,n,i){return function coerceInputValueImpl(n,i,t,a){if(isNonNullType(i))return null!=n?coerceInputValueImpl(n,i.ofType,t,a):void t(pathToArray(a),n,new Vd('Expected non-nullable type "'.concat(inspect(i),'" not to be null.')));if(null==n)return null;if(isListType(i)){var r=i.ofType,e=safeArrayFrom(n,function(e,n){n=addPath(a,n,void 0);return coerceInputValueImpl(e,r,t,n)});return null!=e?e:[coerceInputValueImpl(n,r,t,a)]}if(isInputObjectType(i)){if(!isObjectLike(n))return void t(pathToArray(a),n,new Vd('Expected type "'.concat(i.name,'" to be an object.')));for(var d={},o=i.getFields(),u=0,m=Zd(o);u<m.length;u++){var s=m[u],l=n[s.name];void 0!==l?d[s.name]=coerceInputValueImpl(l,s.type,t,addPath(a,s.name,i.name)):void 0!==s.defaultValue?d[s.name]=s.defaultValue:isNonNullType(s.type)&&(l=inspect(s.type),t(pathToArray(a),n,new Vd('Field "'.concat(s.name,'" of required type "').concat(l,'" was not provided.'))))}for(var p=0,c=Object.keys(n);p<c.length;p++){var k,v=c[p];o[v]||(k=suggestionList(v,Object.keys(i.getFields())),t(pathToArray(a),n,new Vd('Field "'.concat(v,'" is not defined by type "').concat(i.name,'".')+didYouMean(k))))}return d}if(isLeafType(i)){var y;try{y=i.parseValue(n)}catch(e){return void t(pathToArray(a),n,e instanceof Vd?e:new Vd('Expected type "'.concat(i.name,'". ')+e.message,void 0,void 0,void 0,void 0,e))}return void 0===y&&t(pathToArray(a),n,new Vd('Expected type "'.concat(i.name,'".'))),y}invariant(0,"Unexpected input type: "+inspect(i))}(e,n,2<arguments.length&&void 0!==i?i:defaultOnError)}function defaultOnError(e,n,i){n="Invalid value "+inspect(n);throw 0<e.length&&(n+=' at "value'.concat(printPathArray(e),'"')),i.message=n+": "+i.message,i}function getVariableValues(e,n,i,t){var a=[],r=null==t?void 0:t.maxErrors;try{var d=function coerceVariableValues(r,d,o,u){for(var m={},e=function _loop(e){var t=d[e],a=t.variable.name.value,e=typeFromAST(r,t.type);if(!isInputType(e)){var n=print(t.type);return u(new Vd('Variable "$'.concat(a,'" expected value of type "').concat(n,'" which cannot be used as an input type.'),t.type)),"continue"}if(!hasOwnProperty$3(o,a))return t.defaultValue?m[a]=valueFromAST(t.defaultValue,e):isNonNullType(e)&&(i=inspect(e),u(new Vd('Variable "$'.concat(a,'" of required type "').concat(i,'" was not provided.'),t))),"continue";n=o[a];if(null===n&&isNonNullType(e)){var i=inspect(e);return u(new Vd('Variable "$'.concat(a,'" of non-null type "').concat(i,'" must not be null.'),t)),"continue"}m[a]=coerceInputValue(n,e,function(e,n,i){n='Variable "$'.concat(a,'" got invalid value ')+inspect(n);0<e.length&&(n+=' at "'.concat(a).concat(printPathArray(e),'"')),u(new Vd(n+"; "+i.message,t,void 0,void 0,void 0,i.originalError))})},n=0;n<d.length;n++)e(n);return m}(e,n,i,function(e){if(null!=r&&r<=a.length)throw new Vd("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 getArgumentValues(e,n,i){for(var t,a={},r=keyMap(null!==(t=n.arguments)&&void 0!==t?t:[],function(e){return e.name.value}),d=0,o=e.args;d<o.length;d++){var u=o[d],m=u.name,s=u.type,l=r[m];if(l){var p=l.value,c=p.kind===jd.NULL;if(p.kind===jd.VARIABLE){l=p.name.value;if(null==i||!hasOwnProperty$3(i,l)){if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+'was provided the variable "$'.concat(l,'" which was not provided a runtime value.'),p);continue}c=null==i[l]}if(c&&isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of non-null type "').concat(inspect(s),'" ')+"must not be null.",p);c=valueFromAST(p,s,i);if(void 0===c)throw new Vd('Argument "'.concat(m,'" has invalid value ').concat(print(p),"."),p);a[m]=c}else if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+"was not provided.",n)}return a}function getDirectiveValues(n,e,i){e=e.directives&&Yd(e.directives,function(e){return e.name.value===n.name});if(e)return getArgumentValues(n,e,i)}function hasOwnProperty$3(e,n){return Object.prototype.hasOwnProperty.call(e,n)}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;!function assertValidExecutionArguments(e,n,i){n||devAssert(0,"Must provide document."),assertValidSchema(e),null==i||isObjectLike(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.")}(n,i,r);e=function buildExecutionContext(e,n,i,t,a,r,d,o){for(var u,m,s=Object.create(null),l=0,p=n.definitions;l<p.length;l++){var c=p[l];switch(c.kind){case jd.OPERATION_DEFINITION:if(null==r){if(void 0!==m)return[new Vd("Must provide operation name if query contains multiple operations.")];m=c}else(null===(u=c.name)||void 0===u?void 0:u.value)===r&&(m=c);break;case jd.FRAGMENT_DEFINITION:s[c.name.value]=c}}if(!m)return null!=r?[new Vd('Unknown operation named "'.concat(r,'".'))]:[new Vd("Must provide an operation.")];n=null!==(n=m.variableDefinitions)&&void 0!==n?n:[],a=getVariableValues(e,n,null!=a?a:{},{maxErrors:50});if(a.errors)return a.errors;return{schema:e,fragments:s,rootValue:i,contextValue:t,operation:m,variableValues:a.coerced,fieldResolver:null!=d?d:l7,typeResolver:null!=o?o:k7,errors:[]}}(n,i,t,a,r,d,o,e);return Array.isArray(e)?{errors:e}:function buildResponse(n,e){if(isPromise(e))return e.then(function(e){return buildResponse(n,e)});return 0===n.errors.length?{data:e}:{errors:n.errors,data:e}}(e,function executeOperation(n,e,i){var t=function getOperationRootType(e,n){if("query"===n.operation){var i=e.getQueryType();if(!i)throw new Vd("Schema does not define the required query root type.",n);return i}if("mutation"===n.operation){i=e.getMutationType();if(!i)throw new Vd("Schema is not configured for mutations.",n);return i}if("subscription"!==n.operation)throw new Vd("Can only have query, mutation and subscription operations.",n);if(!(e=e.getSubscriptionType()))throw new Vd("Schema is not configured for subscriptions.",n);return e}(n.schema,e),a=collectFields(n,t,e.selectionSet,Object.create(null),Object.create(null));try{var r=("mutation"===e.operation?function executeFieldsSerially(t,a,r,d,o){return 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)}(Object.keys(o),function(n,i){var e=addPath(d,i,a.name),e=resolveField(t,a,r,o[i],e);return void 0===e?n:isPromise(e)?e.then(function(e){return n[i]=e,n}):(n[i]=e,n)},Object.create(null))}: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}}(e,e.operation,t))}function executeFields(e,n,i,t,a){for(var r=Object.create(null),d=!1,o=0,u=Object.keys(a);o<u.length;o++){var m=u[o],s=resolveField(e,n,i,a[m],addPath(t,m,n.name));void 0!==s&&isPromise(r[m]=s)&&(d=!0)}return d?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))})}(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 jd.FIELD:if(!shouldIncludeNode(e,o))continue;var u=function getFieldEntryKey(e){return(e.alias||e.name).value}(o);t[u]||(t[u]=[]),t[u].push(o);break;case jd.INLINE_FRAGMENT:if(!shouldIncludeNode(e,o)||!doesFragmentConditionMatch(e,o,n))continue;collectFields(e,n,o.selectionSet,t,a);break;case jd.FRAGMENT_SPREAD:u=o.name.value;if(a[u]||!shouldIncludeNode(e,o))continue;a[u]=!0;u=e.fragments[u];if(!u||!doesFragmentConditionMatch(e,u,n))continue;collectFields(e,n,u.selectionSet,t,a)}}return t}function shouldIncludeNode(e,n){var i=getDirectiveValues(xo,n,e.variableValues);if(!0!==(null==i?void 0:i.if)){e=getDirectiveValues(Lo,n,e.variableValues);return!1!==(null==e?void 0:e.if)?1:void 0}}function doesFragmentConditionMatch(e,n,i){n=n.typeCondition;if(!n)return 1;n=typeFromAST(e.schema,n);return n===i||isAbstractType(n)&&e.schema.isSubType(n,i)}function resolveField(n,e,i,t,a){var r=function getFieldDef(e,n,i){{if(i===Ro.name&&e.getQueryType()===n)return Ro;if(i===wo.name&&e.getQueryType()===n)return wo;if(i===Po.name)return Po}return n.getFields()[i]}(n.schema,e,t[0].name.value);if(r){var d=r.type,o=null!==(o=r.resolve)&&void 0!==o?o:n.fieldResolver,u=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}}(n,r,t,e,a);try{var m=o(i,getArgumentValues(r,t[0],n.variableValues),n.contextValue,u),s=isPromise(m)?m.then(function(e){return completeValue(n,d,t,u,a,e)}):completeValue(n,d,t,u,a,m);return isPromise(s)?s.then(void 0,function(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}):s}catch(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}}}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)?function completeListValue(a,e,r,d,o,n){var u=e.ofType,m=!1,n=safeArrayFrom(n,function(e,n){var i=addPath(o,n,void 0);try{var t=isPromise(e)?e.then(function(e){return completeValue(a,u,r,d,i,e)}):completeValue(a,u,r,d,i,e);return isPromise(t)?(m=!0,t.then(void 0,function(e){return handleFieldError(locatedError(e,r,pathToArray(i)),u,a)})):t}catch(e){return handleFieldError(locatedError(e,r,pathToArray(i)),u,a)}});if(null!=n)return m?Promise.all(n):n;throw new Vd('Expected Iterable, but did not find one for field "'.concat(d.parentType.name,".").concat(d.fieldName,'".'))}(e,n,i,t,a,r):isLeafType(n)?function completeLeafValue(e,n){var i=e.serialize(n);if(void 0!==i)return i;throw new Error('Expected a value of type "'.concat(inspect(e),'" but ')+"received: ".concat(inspect(n)))}(n,r):isAbstractType(n)?function completeAbstractValue(n,i,t,a,r,d){var e=(null!==(e=i.resolveType)&&void 0!==e?e:n.typeResolver)(d,n.contextValue,a,i);if(isPromise(e))return e.then(function(e){return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)});return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}(e,n,i,t,a,r):isObjectType(n)?completeObjectValue(e,n,i,t,a,r):void invariant(0,"Cannot complete value of unexpected output type: "+inspect(n))}function ensureValidRuntimeType(e,n,i,t,a,r){if(null==e)throw new Vd('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 Vd('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(r),', received "').concat(inspect(e),'".'));e=n.schema.getType(d);if(null==e)throw new Vd('Abstract type "'.concat(i.name,'" was resolve to a type "').concat(d,'" that does not exist inside schema.'),t);if(!isObjectType(e))throw new Vd('Abstract type "'.concat(i.name,'" was resolve to a non-object type "').concat(d,'".'),t);if(!n.schema.isSubType(i,e))throw new Vd('Runtime Object type "'.concat(e.name,'" is not a possible type for "').concat(i.name,'".'),t);return e}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)throw invalidReturnTypeError(i,r,t);return collectAndExecuteSubfields(n,i,t,a,r)});if(!e)throw invalidReturnTypeError(i,r,t)}return collectAndExecuteSubfields(n,i,t,a,r)}function invalidReturnTypeError(e,n,i){return new Vd('Expected value of type "'.concat(e.name,'" but got: ').concat(inspect(n),"."),i)}function collectAndExecuteSubfields(e,n,i,t,a){return executeFields(e,n,a,t,Yo(e,n,i))}var Yo=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));n=d(e,n,i);return t.set(i,n),n}}(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});function k7(e,n,i,t){if(isObjectLike(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 u=o.isTypeOf(e,n,i);if(isPromise(u))r[d]=u;else if(u)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}function l7(e,n,i,t){if(isObjectLike(e)||"function"==typeof e){var a=e[t.fieldName];return"function"==typeof a?e[t.fieldName](n,i,t):a}}function graphqlImpl(e){var n,i=e.schema,t=e.source,a=e.rootValue,r=e.contextValue,d=e.variableValues,o=e.operationName,u=e.fieldResolver,m=e.typeResolver,e=validateSchema(i);if(0<e.length)return{errors:e};try{n=parse(t)}catch(e){return{errors:[e]}}t=validate(i,n);return 0<t.length?{errors:t}: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})}({schema:i,document:n,rootValue:a,contextValue:r,variableValues:d,operationName:o,fieldResolver:u,typeResolver:m})}remove(),function checkDEV(){__DEV__?invariant$1("boolean"==typeof Cd,Cd):invariant$1("boolean"==typeof Cd,38)}();var Zo=function(e,n){return(Zo=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}Zo(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var Jo=function(){return(Jo=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))}function shouldInclude(e,t){e=e.directives;return!e||!e.length||function getInclusionDirectives(e){var a=[];e&&e.length&&e.forEach(function(e){var n,i,t;!function isInclusionDirective(e){e=e.name.value;return"skip"===e||"include"===e}(e)||(t=e.arguments,n=e.name.value,__DEV__?invariant$1(t&&1===t.length,"Incorrect number of arguments for the @"+n+" directive."):invariant$1(t&&1===t.length,40),i=t[0],__DEV__?invariant$1(i.name&&"if"===i.name.value,"Invalid argument for the @"+n+" directive."):invariant$1(i.name&&"if"===i.name.value,41),t=i.value,__DEV__?invariant$1(t&&("Variable"===t.kind||"BooleanValue"===t.kind),"Argument for the @"+n+" directive must be a variable or a boolean value."):invariant$1(t&&("Variable"===t.kind||"BooleanValue"===t.kind),42),a.push({directive:e,ifArgument:i}))});return a}(e).every(function(e){var n=e.directive,i=e.ifArgument,e=!1;return"Variable"===i.value.kind?(e=t&&t[i.value.name.value],__DEV__?invariant$1(void 0!==e,"Invalid variable referenced in @"+n.name.value+" directive."):invariant$1(void 0!==e,39)):e=i.value.value,"skip"===n.name.value?!e:e})}function getFragmentQueryDocument(e,n){var n=n,i=[];return e.definitions.forEach(function(e){if("OperationDefinition"===e.kind)throw __DEV__?new Sd("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 Sd(43);"FragmentDefinition"===e.kind&&i.push(e)}),void 0===n&&(__DEV__?invariant$1(1===i.length,"Found "+i.length+" fragments. `fragmentName` must be provided when there is not exactly 1 fragment."):invariant$1(1===i.length,44),n=i[0].name.value),Jo(Jo({},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$1(i,"No fragment named "+e.name.value+"."):invariant$1(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 valueToObjectRepresentation(e,i,n,t){if(function isIntValue(e){return"IntValue"===e.kind}(n)||function isFloatValue(e){return"FloatValue"===e.kind}(n))e[i.value]=Number(n.value);else if(function isBooleanValue(e){return"BooleanValue"===e.kind}(n)||function isStringValue(e){return"StringValue"===e.kind}(n))e[i.value]=n.value;else if(function isObjectValue(e){return"ObjectValue"===e.kind}(n)){var a={};n.fields.map(function(e){return valueToObjectRepresentation(a,e.name,e.value,t)}),e[i.value]=a}else if(function isVariable(e){return"Variable"===e.kind}(n))e[i.value]=(t||{})[n.name.value];else if(function isListValue(e){return"ListValue"===e.kind}(n))e[i.value]=n.values.map(function(e){var n={};return valueToObjectRepresentation(n,i,e,t),n[i.value]});else if(function isEnumValue(e){return"EnumValue"===e.kind}(n))e[i.value]=n.value;else{if(!function isNullValue(e){return"NullValue"===e.kind}(n))throw __DEV__?new Sd('The inline argument "'+i.value+'" of kind "'+n.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.'):new Sd(54);e[i.value]=null}}var Xo=["connection","include","skip","client","rest","export"],eu=Object.assign(function(e,n,i){if(n&&i&&i.connection&&i.connection.key){if(i.connection.filter&&0<i.connection.filter.length){var t=i.connection.filter||[];t.sort();var a={};return t.forEach(function(e){a[e]=n[e]}),i.connection.key+"("+nu(a)+")"}return i.connection.key}var r=e;return n&&(e=nu(n),r+="("+e+")"),i&&Object.keys(i).forEach(function(e){-1===Xo.indexOf(e)&&(i[e]&&Object.keys(i[e]).length?r+="@"+e+"("+nu(i[e])+")":r+="@"+e)}),r},{setStringify:function(e){var n=nu;return nu=e,n}}),nu=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 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$1(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$1(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 Sd('Schema type definitions not allowed in queries. Found: "'+e.kind+'"'):new Sd(47);return e});return __DEV__?invariant$1(n.length<=1,"Ambiguous GraphQL document: contains "+n.length+" operations"):invariant$1(n.length<=1,48),e}function getOperationDefinition(e){return checkDocument(e),e.definitions.filter(function(e){return"OperationDefinition"===e.kind})[0]}function getFragmentDefinitions(e){return e.definitions.filter(function(e){return"FragmentDefinition"===e.kind})}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 iu={kind:"Field",name:{kind:"Name",value:"__typename"}},tu=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)if(!t.some(function(e){return isField(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))})){i=i;if(!(isField(i)&&i.directives&&i.directives.some(function(e){return"export"===e.name.value})))return Jo(Jo({},e),{selections:__spreadArray(__spreadArray([],t,!0),[iu],!1)})}}}}})},{added:function(e){return e===iu}}),au=Object.prototype.hasOwnProperty;function u7(e,n,i){return this.merge(e[i],n[i])}var ru=(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;au.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):Jo({__proto__:Object.getPrototypeOf(e)},e),this.pastCopies.add(e)),e},DeepMerger);function DeepMerger(e){this.reconciler=e=void 0===e?u7:e,this.isObject=isNonNullObject,this.pastCopies=new Set}function _createForOfIteratorHelperLoose(e,n){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function _unsupportedIterableToArray(e,n){if(e){if("string"==typeof e)return _arrayLikeToArray(e,n);var i=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(i="Object"===i&&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}}(e))||n&&e&&"number"==typeof e.length){i&&(e=i);var t=0;return function(){return e.length<=t?{done:!0}:{done:!1,value:e[t++]}}}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 _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}function w7(){return"function"==typeof Symbol}function x7(e){return w7()&&Boolean(Symbol[e])}Ed=function(e){return x7(e)?Symbol[e]:"@@"+e};w7()&&!x7("observable")&&(Symbol.observable=Symbol("observable"));var du=Ed("iterator"),ou=Ed("observable"),uu=Ed("species");function getMethod(e,n){n=e[n];if(null!=n){if("function"!=typeof n)throw new TypeError(n+" is not a function");return n}}function getSpecies(e){e=e.constructor;return void 0!==(e=void 0!==e&&null===(e=e[uu])?void 0:e)?e:lu}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 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){if("closed"!==e._state){if("buffering"!==e._state)return"ready"!==e._state?(e._state="buffering",e._queue=[{type:n,value:i}],void enqueue(function(){return 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);}}(e),0})):void notifySubscription(e,n,i);e._queue.push({type:n,value:i})}}var mu=function(){function Subscription(n,e){this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";n=new su(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}(),su=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}(),lu=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 mu(e="object"!=typeof e||null===e?{next:e,error:arguments[1],complete:arguments[2]}:e,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?i=a.subscribe({next:function(e){try{t(e,done)}catch(e){n(e),i.unsubscribe()}},error:n,complete:e}):n(new TypeError(t+" is not a function"))})},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[ou]=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,ou);if(a){var n=a.call(t);if(Object(n)!==n)throw new TypeError(n+" is not an object");return function isObservable(e){return e instanceof lu}(n)&&n.constructor===e?n:new e(function(e){return n.subscribe(e)})}if(x7("iterator")&&(a=getMethod(t,du)))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:uu,get:function(){return this}}]),Observable}();w7()&&Object.defineProperty(lu,Symbol("extensions"),{value:{symbol:ou,hostReportError:hostReportError},configurable:!0});var pu=Object.prototype.toString;function cloneDeep(e){return function cloneDeepHelper(n,i){switch(pu.call(n)){case"[object Array]":if((i=i||new Map).has(n))return i.get(n);var t=n.slice(0);return i.set(n,t),t.forEach(function(e,n){t[n]=cloneDeepHelper(e,i)}),t;case"[object Object]":if((i=i||new Map).has(n))return i.get(n);var a=Object.create(Object.getPrototypeOf(n));return i.set(n,a),Object.keys(n).forEach(function(e){a[e]=cloneDeepHelper(n[e],i)}),a;default:return n}}(e)}function deepFreeze(e){var i=new Set([e]);return i.forEach(function(n){isNonNullObject(n)&&function shallowFreeze(e){if(__DEV__&&!Object.isFrozen(e))try{Object.freeze(e)}catch(e){if(e instanceof TypeError)return null;throw e}return e}(n)===n&&Object.getOwnPropertyNames(n).forEach(function(e){isNonNullObject(n[e])&&i.add(n[e])})}),e}function maybeDeepFreeze(e){return __DEV__&&deepFreeze(e),e}var cu="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product),ku="function"==typeof WeakSet;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}var vu=new Map;function stringifyForDisplay(e){var i=function makeUniqueId(e){var n=vu.get(e)||1;return vu.set(e,n+1),e+":"+n+":"+Math.random().toString(36).slice(2)}("stringifyForDisplay");return JSON.stringify(e,function(e,n){return void 0===n?i:n}).split(JSON.stringify(i)).join("<undefined>")}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?function getOperationName(e){return e.definitions.filter(function(e){return"OperationDefinition"===e.kind&&e.name}).map(function(e){return e.name.value})[0]||null}(e.query)||void 0:""),e}function passthrough(e,n){return n?n(e):lu.of()}function toLink(e){return"function"==typeof e?new Nu(e):e}function isTerminating(e){return e.request.length<=1}var yu,fu=(__extends(LinkError,yu=Error),LinkError);function LinkError(e,n){e=yu.call(this,e)||this;return e.link=n,e}var Nu=(ApolloLink.empty=function(){return new ApolloLink(function(){return lu.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)||lu.of():a.request(e)||lu.of()}):new ApolloLink(function(e,n){return i(e)?t.request(e,n)||lu.of():a.request(e,n)||lu.of()})},ApolloLink.execute=function(e,n){return e.request(function createOperation(e,n){var i=Jo({},e);return Object.defineProperty(n,"setContext",{enumerable:!1,value:function(e){i=Jo(Jo({},i),"function"==typeof e?e(i):e)}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:function(){return Jo({},i)}}),n}(n.context,transformOperation(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 Sd("illegal argument: "+a):new Sd(26)}return e}(n))))||lu.of()},ApolloLink.concat=function(e,n){var i=toLink(e);if(isTerminating(i))return __DEV__&&invariant$1.warn(new fu("You are calling concat on a terminating link, which will have no effect",i)),i;var t=toLink(n);return isTerminating(t)?new ApolloLink(function(e){return i.request(e,function(e){return t.request(e)||lu.of()})||lu.of()}):new ApolloLink(function(e,n){return i.request(e,function(e){return t.request(e,n)||lu.of()})||lu.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 Sd("request is not implemented"):new Sd(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);function ApolloLink(e){e&&(this.request=e)}var fo=Object.prototype,gu=fo.toString,Tu=fo.hasOwnProperty,hu=Function.prototype.toString,Iu=new Map;function equal(e,n){try{return function check(e,n){if(e===n)return!0;var i=gu.call(e);var t=gu.call(n);if(i!==t)return!1;switch(i){case"[object Array]":if(e.length!==n.length)return!1;case"[object Object]":if(previouslyCompared(e,n))return!0;var a=definedKeys(e),r=definedKeys(n),d=a.length;if(d!==r.length)return!1;for(var o=0;o<d;++o)if(!Tu.call(n,a[o]))return!1;for(o=0;o<d;++o){var u=a[o];if(!check(e[u],n[u]))return!1}return!0;case"[object Error]":return e.name===n.name&&e.message===n.message;case"[object Number]":if(e!=e)return n!=n;case"[object Boolean]":case"[object Date]":return+e==+n;case"[object RegExp]":case"[object String]":return e==""+n;case"[object Map]":case"[object Set]":if(e.size!==n.size)return!1;if(previouslyCompared(e,n))return!0;for(var m=e.entries(),s="[object Map]"===i;;){var l=m.next();if(l.done)break;var p=l.value,l=p[0],p=p[1];if(!n.has(l))return!1;if(s&&!check(p,n.get(l)))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]":e=new Uint8Array(e),n=new Uint8Array(n);case"[object DataView]":var c=e.byteLength;if(c===n.byteLength)for(;c--&&e[c]===n[c];);return-1===c;case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":r=hu.call(e);return r!==hu.call(n)?!1:!endsWith(r,Du)}return!1}(e,n)}finally{Iu.clear()}}function definedKeys(e){return Object.keys(e).filter(isDefinedKey,e)}function isDefinedKey(e){return void 0!==this[e]}var Du="{ [native code] }";function endsWith(e,n){var i=e.length-n.length;return 0<=i&&e.indexOf(n,i)===i}function previouslyCompared(e,n){var i=Iu.get(e);if(i){if(i.has(n))return!0}else Iu.set(e,i=new Set);return i.add(n),!1}function R7(){return Object.create(null)}var No=Array.prototype,Su=No.forEach,bu=No.slice,Fu=(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 Su.call(e,function(e){return n=n.getChildTrie(e)}),n.data||(n.data=this.makeData(bu.call(e)))},Trie.prototype.getChildTrie=function(e){var n=this.weakness&&function isObjRef(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}(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 Trie(e,n){void 0===n&&(n=R7),this.weakness=e=void 0===e?!0:e,this.makeData=n}var Au=null,Eu={},Ou=1,Cu="@wry/context:Slot",_u=Array,Id=_u[Cu]||function(){var e=(Slot.prototype.hasValue=function(){for(var e=Au;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===Eu)break;return e!==Au&&(Au.slots[this.id]=n),!0}return Au&&(Au.slots[this.id]=Eu),!1},Slot.prototype.getValue=function(){if(this.hasValue())return Au.slots[this.id]},Slot.prototype.withValue=function(e,n,i,t){var e=((a={__proto__:null})[this.id]=e,a),a=Au;Au={parent:a,slots:e};try{return n.apply(t,i)}finally{Au=a}},Slot.bind=function(n){var i=Au;return function(){var e=Au;try{return Au=i,n.apply(this,arguments)}finally{Au=e}}},Slot.noContext=function(e,n,i){if(!Au)return e.apply(i,n);var t=Au;try{return Au=null,e.apply(i,n)}finally{Au=t}},Slot);function Slot(){this.id=["slot",Ou++,Date.now(),Math.random().toString(36).slice(2)].join(":")}try{Object.defineProperty(_u,Cu,{value:_u[Cu]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}();function defaultDispose(){}var Ru=(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=this.map.get(e);return i&&i!==this.newest&&(n=i.older,(e=i.newer)&&(e.older=n),n&&(n.newer=e),i.older=this.newest,(i.older.newer=i).newer=null,(this.newest=i)===this.oldest&&(this.oldest=e)),i},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);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}var wu=new Id,Pu=Object.prototype.hasOwnProperty,Vu=void 0===(U=Array.from)?function(e){var n=[];return e.forEach(function(e){return n.push(e)}),n}:U;function maybeUnsubscribe(e){var n=e.unsubscribe;"function"==typeof n&&(e.unsubscribe=void 0,n())}var ju=[],Bu=100;function assert(e,n){if(!e)throw new Error(n||"assertion failure")}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}var Lu=(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)?function reallyRecompute(e,n){forgetChildren(e),wu.withValue(e,recomputeNewValue,[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}(e,n)&&function setClean(e){e.dirty=!1,mightBeDirty(e)||reportClean(e)}(e);return valueGet(e.value)}(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=ju.pop()||new Set),this.deps.add(e)},Entry.prototype.forgetDeps=function(){var n=this;this.deps&&(Vu(this.deps).forEach(function(e){return e.delete(n)}),this.deps.clear(),ju.push(this.deps),this.deps=null)},Entry.count=0,Entry);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}function rememberParent(e){var n=wu.getValue();return n&&(e.parents.add(n),n.childValues.has(e)||n.childValues.set(e,[]),(mightBeDirty(e)?reportDirtyChild:reportCleanChild)(n,e),n)}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 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=Vu(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=ju.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,function valueCopy(e){return e.slice(0)}(n.value)):function valueIs(e,n){var i=e.length;return 0<i&&i===n.length&&e[i-1]===n[i-1]}(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&&(ju.length<Bu&&ju.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)}var xu={setDirty:!0,dispose:!0,forget:!0};function dep(e){var a=new Map,t=e&&e.subscribe;function depend(e){var n,i=wu.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&&Pu.call(xu,n)?n:"setDirty",Vu(t).forEach(function(e){return e[i]()}),a.delete(e),maybeUnsubscribe(t))},depend}function makeDefaultMakeCacheKeyFunction(){var e=new Fu("function"==typeof WeakMap);return function(){return e.lookupArray(arguments)}}makeDefaultMakeCacheKeyFunction();var Mu=new Set;function wrap(t,a){void 0===a&&(a=Object.create(null));function tva(){var e=o.apply(null,d?d.apply(null,arguments):arguments);if(void 0===e)return t.apply(null,arguments);var n=r.get(e);n||(r.set(e,n=new Lu(t)),n.subscribe=a.subscribe,n.forget=function(){return r.delete(e)});var i=n.recompute(Array.prototype.slice.call(arguments));return r.set(e,n),Mu.add(r),wu.hasValue()||(Mu.forEach(function(e){return e.clean()}),Mu.clear()),i}var r=new Ru(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(tva,"size",{get:function(){return r.map.size},configurable:!1,enumerable:!1}),tva.dirtyKey=dirtyKey,tva.dirty=function dirty(){dirtyKey(o.apply(null,arguments))},tva.peekKey=peekKey,tva.peek=function peek(){return peekKey(o.apply(null,arguments))},tva.forgetKey=forgetKey,tva.forget=function forget(){return forgetKey(o.apply(null,arguments))},tva.makeCacheKey=o,tva.getKey=d?function getKey(){return o.apply(null,d.apply(null,arguments))}:o,Object.freeze(tva)}var zu=(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(Jo(Jo({},e),{rootId:e.id||"ROOT_QUERY",optimistic:n}))},ApolloCache.prototype.readFragment=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(Jo(Jo({},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);function ApolloCache(){this.getFragmentDoc=wrap(getFragmentQueryDocument)}var $u,qu=(__extends(MissingFieldError,$u=Error),MissingFieldError);function MissingFieldError(e,n,i,t){var a=$u.call(this,e)||this;return a.message=e,a.path=n,a.query=i,a.variables=t,a.__proto__=MissingFieldError.prototype,a}var Gu=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 Wu={dataIdFromObject:defaultDataIdFromObject,addTypename:!0,resultCaching:!0,canonizeResults:!1};function shouldCanonizeResults(e){e=e.canonizeResults;return void 0===e?Wu.canonizeResults:e}var Hu=/^[_a-z][_0-9a-z]*/i;function fieldNameFromStoreName(e){var n=e.match(Hu);return n?n[0]:e}function storeValueIsStoreObject(e){return isNonNullObject(e)&&!isReference(e)&&!Array.isArray(e)}function ri(){return Qu}var Qu=Object.create(null),Ku=Object.create(null),Yu=(EntityStore.prototype.toObject=function(){return Jo({},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),Gu.call(this.data,e)){var i=this.data[e];if(i&&Gu.call(i,n))return i[n]}return"__typename"===n&&Gu.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof em?this.parent.get(e,n):void 0},EntityStore.prototype.lookup=function(e,n){return n&&this.group.depend(e,"__exists"),Gu.call(this.data,e)?this.data[e]:this instanceof em?this.parent.lookup(e,n):this.policies.rootTypenamesById[e]?Object.create(null):void 0},EntityStore.prototype.merge=function(e,n){var i,t=this;isReference(e)&&(e=e.__ref),isReference(n)&&(n=n.__ref);var a,r,d="string"==typeof e?this.lookup(i=e):e,n="string"==typeof n?this.lookup(i=n):n;n&&(__DEV__?invariant$1("string"==typeof i,"store.merge expects a string ID"):invariant$1("string"==typeof i,1),a=new ru(storeObjectReconciler).merge(d,n),(this.data[i]=a)!==d&&(delete this.refs[i],this.group.caching&&(r=Object.create(null),d||(r.__exists=1),Object.keys(n).forEach(function(e){var n;d&&d[e]===a[e]||(r[e]=1,(n=fieldNameFromStoreName(e))===e||t.policies.hasKeyArgs(a.__typename,n)||(r[n]=1),void 0!==a[e]||t instanceof em||delete a[e])}),!r.__typename||d&&d.__typename||this.policies.rootTypenamesById[i]!==a.__typename||delete r.__typename,Object.keys(r).forEach(function(e){return t.group.dirty(i,e)}))))},EntityStore.prototype.modify=function(a,r){var d=this,o=this.lookup(a);if(o){var u=Object.create(null),m=!1,s=!0,l={DELETE:Qu,INVALIDATE:Ku,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])&&((i=n===ri?Qu:n(maybeDeepFreeze(t),Jo(Jo({},l),{fieldName:i,storeFieldName:e,storage:d.getStorage(a,e)})))===Ku?d.group.dirty(a,e):(i=i===Qu?void 0:i)!==t&&(m=!0,t=u[e]=i)),void 0!==t&&(s=!1))}),m)return this.merge(a,u),s&&(this instanceof em?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);if(t){t=this.getFieldValue(t,"__typename"),n=n&&i?this.policies.getStoreFieldName({typename:t,fieldName:n,args:i}):n;return this.modify(e,n?((e={})[n]=ri,e):ri)}return!1},EntityStore.prototype.evict=function(e,n){var i=!1;return e.id&&(Gu.call(this.data,e.id)&&(i=this.delete(e.id,e.fieldName,e.args)),this instanceof em&&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){Gu.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&&Gu.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){if(0<this.rootIds[e]){var n=--this.rootIds[e];return n||delete this.rootIds[e],n}return 0},EntityStore.prototype.getRootIdSet=function(e){return void 0===e&&(e=new Set),Object.keys(this.rootIds).forEach(e.add,e),this instanceof em?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();i.forEach(function(e){Gu.call(t,e)&&(Object.keys(n.findChildRefIds(e)).forEach(i.add,i),delete t[e])});var e=Object.keys(t);if(e.length){for(var a=this;a instanceof em;)a=a.parent;e.forEach(function(e){return a.delete(e)})}return e},EntityStore.prototype.findChildRefIds=function(e){if(!Gu.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);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){if("string"==typeof e)return makeReference(e);if(isReference(e))return e;var i=a.policies.identify(e)[0];if(i){var t=makeReference(i);return n&&a.merge(i,e),t}}}var Zu,Ju=(CacheGroup.prototype.resetCaching=function(){this.d=this.caching?dep():null,this.keyMaker=new Fu(cu)},CacheGroup.prototype.depend=function(e,n){var i;this.d&&(this.d(n+"#"+e),(i=fieldNameFromStoreName(n))!==n&&this.d(i+"#"+e),this.parent&&this.parent.depend(e,n))},CacheGroup.prototype.dirty=function(e,n){this.d&&this.d.dirty(n+"#"+e,"__exists"===n?"forget":"setDirty")},CacheGroup);function CacheGroup(e,n){void 0===n&&(n=null),this.caching=e,this.parent=n,this.d=null,this.resetCaching()}function maybeDependOnExistenceOfEntity(e,n){supportsResultCaching(e)&&e.group.depend(n,"__exists")}function Root(e){var n=e.resultCaching,i=e.seed,n=Zu.call(this,e.policies,new Ju(void 0===n||n))||this;return n.stump=new im(n),n.storageTrie=new Fu(cu),i&&n.replace(i),n}Ed=Yu=Yu||{},__extends(Root,Zu=Ed),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)},Ed.Root=Root;var Xu,em=(__extends(Layer,Xu=Yu),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 Jo(Jo({},this.parent.toObject()),this.data)},Layer.prototype.findChildRefIds=function(e){var n=this.parent.findChildRefIds(e);return Gu.call(this.data,e)?Jo(Jo({},n),Xu.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);function Layer(e,n,i,t){var a=Xu.call(this,n.policies,t)||this;return a.id=e,a.parent=n,a.replay=i,a.group=t,i(a),a}var nm,im=(__extends(Stump,nm=em),Stump.prototype.removeLayer=function(){return this},Stump.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},Stump);function Stump(e){return nm.call(this,"EntityStore.Stump",e,function(){},new Ju(e.group.caching,e.group))||this}function storeObjectReconciler(e,n,i){e=e[i],i=n[i];return equal(e,i)?e:i}function supportsResultCaching(e){return e instanceof Yu&&e.group.caching}var tm=(ObjectCanon.prototype.isKnown=function(e){return isNonNullObject(e)&&this.known.has(e)},ObjectCanon.prototype.pass=function(e){if(isNonNullObject(e)){var n=function shallowCopy(e){return isNonNullObject(e)?Array.isArray(e)?e.slice(0):Jo({__proto__:Object.getPrototypeOf(e)},e):e}(e);return this.passes.set(n,e),n}return e},ObjectCanon.prototype.admit=function(n){var i=this;if(isNonNullObject(n)){var e=this.passes.get(n);if(e)return e;switch(Object.getPrototypeOf(n)){case Array.prototype:if(this.known.has(n))return n;var t=n.map(this.admit,this);return(d=this.pool.lookupArray(t)).array||(this.known.add(d.array=t),__DEV__&&Object.freeze(t)),d.array;case null:case Object.prototype:if(this.known.has(n))return n;var a=Object.getPrototypeOf(n),r=[a],t=this.sortedKeys(n);r.push(t.json);var d,o,u=r.length;return t.sorted.forEach(function(e){r.push(i.admit(n[e]))}),(d=this.pool.lookupArray(r)).object||(o=d.object=Object.create(a),this.known.add(o),t.sorted.forEach(function(e,n){o[e]=r[u+n]}),__DEV__&&Object.freeze(o)),d.object}}return n},ObjectCanon.prototype.sortedKeys=function(e){var n=Object.keys(e),i=this.pool.lookupArray(n);return i.keys||(n.sort(),e=JSON.stringify(n),(i.keys=this.keysByJSON.get(e))||this.keysByJSON.set(e,i.keys={sorted:n,json:e})),i.keys},ObjectCanon);function ObjectCanon(){this.known=new(ku?WeakSet:Set),this.pool=new Fu(cu),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}var am,rm,dm=Object.assign(function(e){if(isNonNullObject(e)){void 0===am&&resetCanonicalStringify();var n=am.admit(e),i=rm.get(n);return void 0===i&&rm.set(n,i=JSON.stringify(n)),i}return JSON.stringify(e)},{reset:resetCanonicalStringify});function resetCanonicalStringify(){am=new tm,rm=new(cu?WeakMap:Map)}function missingFromInvariant(e,n){return new qu(e.message,n.path.slice(),n.query,n.variables)}function execSelectionSetKeyArgs(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var om=(StoreReader.prototype.resetCanon=function(){this.canon=new tm},StoreReader.prototype.diffQueryAgainstStore=function(e){var n=e.store,i=e.query,t=e.rootId,a=void 0===t?"ROOT_QUERY":t,r=e.variables,d=e.returnPartialData,t=void 0===d||d,d=e.canonizeResults,e=void 0===d?this.config.canonizeResults:d,d=this.config.cache.policies,r=Jo(Jo({},getDefaultValues(function getQueryDefinition(e){return e=getOperationDefinition(e),__DEV__?invariant$1(e&&"query"===e.operation,"Must contain a query definition."):invariant$1(e&&"query"===e.operation,49),e}(i))),r),a=makeReference(a),e=this.executeSelectionSet({selectionSet: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 Sd("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment."):new Sd(53)}(i).selectionSet,objectOrReference:a,enclosingRef:a,context:{store:n,query:i,policies:d,variables:r,varString:dm(r),canonizeResults:e,fragmentMap:createFragmentMap(getFragmentDefinitions(i)),path:[]}}),i=e.missing&&0<e.missing.length;if(i&&!t)throw e.missing[0];return{result:e.result,missing:e.missing,complete:!i}},StoreReader.prototype.isFresh=function(e,n,i,t){if(supportsResultCaching(t.store)&&this.knownResults.get(e)===i){t=this.executeSelectionSet.peek(i,n,t,this.canon.isKnown(e));if(t&&e===t.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 Sd("Dangling reference to missing "+r.__ref+" object"):new Sd(5),o)]};var u=o.variables,m=o.policies,s=[],i={result:null},l=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 l&&!m.rootIdsByTypename[l]&&s.push({__typename:l});var p=new Set(n.selections);p.forEach(function(e){var n,i,t;shouldInclude(e,u)&&(isField(e)?(i=m.readField({fieldName:e.name.value,field:e,variables:o.variables,from:r},o),t=resultKeyNameFromField(e),o.path.push(t),void 0===i?tu.added(e)||getMissing().push(missingFromInvariant(__DEV__?new Sd("Can't find field '"+e.name.value+"' on "+(isReference(r)?r.__ref+" object":"object "+JSON.stringify(r,null,2))):new Sd(6),o)):Array.isArray(i)?i=handleMissing(a.executeSubSelectedArray({field:e,array:i,enclosingRef:d,context:o})):e.selectionSet?null!=i&&(i=handleMissing(a.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:i,enclosingRef:isReference(i)?i:d,context:o}))):o.canonizeResults&&(i=a.canon.pass(i)),void 0!==i&&s.push(((n={})[t]=i,n)),invariant$1(o.path.pop()===t)):(e=getFragmentFromSelection(e,o.fragmentMap))&&m.fragmentMatches(e,l)&&e.selectionSet.selections.forEach(p.add,p))});e=function mergeDeepArray(e){var n=e[0]||{},i=e.length;if(1<i)for(var t=new ru,a=1;a<i;++a)n=t.merge(n,e[a]);return n}(s);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$1(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__&&function assertSelectionSetForIdValue(n,i,e){{var t;i.selectionSet||(t=new Set([e])).forEach(function(e){isNonNullObject(e)&&(__DEV__?invariant$1(!isReference(e),"Missing selection set for object of type "+function getTypenameFromStoreObject(e,n){return isReference(n)?e.get(n.__ref,"__typename"):n&&n.__typename}(n,e)+" returned for query field "+i.name.value):invariant$1(!isReference(e),7),Object.values(e).forEach(t.add,t))})}}(d.store,a,e),invariant$1(d.path.pop()===n),e))}),{result:d.canonizeResults?this.canon.admit(n):n,missing:i}},StoreReader);function StoreReader(e){var a=this;this.knownResults=new(cu?WeakMap:Map),this.config=compact(e,{addTypename:!1!==e.addTypename,canonizeResults:shouldCanonizeResults(e)}),this.canon=e.canon||new tm,this.executeSelectionSet=wrap(function(e){var n,i=e.context.canonizeResults,t=execSelectionSetKeyArgs(e);t[3]=!i;t=(n=a.executeSelectionSet).peek.apply(n,t);return t?i?Jo(Jo({},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.context;if(supportsResultCaching(n.store))return n.store.makeCacheKey(e.field,e.array,n.varString)}})}var um=(StoreWriter.prototype.writeToStore=function(o,e){var u=this,n=e.query,i=e.result,t=e.dataId,a=e.variables,r=e.overwrite,e=getOperationDefinition(n),d=function makeProcessedFieldsMerger(){return new ru}(),a=Jo(Jo({},getDefaultValues(e)),a),m={store:o,written:Object.create(null),merge:function(e,n){return d.merge(e,n)},variables:a,varString:dm(a),fragmentMap:createFragmentMap(getFragmentDefinitions(n)),overwrite:!!r,incomingById:new Map,clientOnly:!1},e=this.processSelectionSet({result:i||Object.create(null),dataId:t,selectionSet:e.selectionSet,mergeTree:{map:new Map},context:m});if(!isReference(e))throw __DEV__?new Sd("Could not identify object "+JSON.stringify(i)):new Sd(8);return m.incomingById.forEach(function(e,n){var i,t=e.fields,a=e.mergeTree,r=e.selections,d=makeReference(n);if(a&&a.map.size){e=u.applyMerges(a,d,t,m);if(isReference(e))return;t=e}__DEV__&&!m.overwrite&&(i=new Set,r.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)&&function warnAboutDataLoss(e,n,i,t){var a,r,d=function(e){e=t.getFieldValue(e,i);return"object"==typeof e&&e},o=d(e);!o||(a=d(n))&&(isReference(o)||equal(o,a)||Object.keys(o).every(function(e){return void 0!==t.getFieldValue(a,e)})||(d=t.getFieldValue(e,"__typename")||t.getFieldValue(n,"__typename"),e=fieldNameFromStoreName(i),sm.has(n=d+"."+e)||(sm.add(n),r=[],Array.isArray(o)||Array.isArray(a)||[o,a].forEach(function(e){e=t.getFieldValue(e,"__typename");"string"!=typeof e||r.includes(e)||r.push(e)}),__DEV__&&invariant$1.warn("Cache data may be lost when replacing the "+e+" field of a "+d+" object.\n\nTo address this problem (which is not a bug in Apollo Client), "+(r.length?"either ensure all objects of type "+r.join(" and ")+" have an ID or a custom merge function, or ":"")+"define a custom merge function for the "+n+" 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"))))}(d,t,e,m.store)})),o.merge(n,t)}),o.retain(e.__ref),e},StoreWriter.prototype.processSelectionSet=function(e){var o=this,n=e.dataId,u=e.result,i=e.selectionSet,m=e.context,s=e.mergeTree,l=this.cache.policies,t=l.identify(u,i,m.fragmentMap),a=t[1];if("string"==typeof(n=n||t[0])){e=m.written[n]||(m.written[n]=[]),t=makeReference(n);if(0<=e.indexOf(i))return t;if(e.push(i),this.reader&&this.reader.isFresh(u,t,i,m))return t}var p=Object.create(null);a&&(p=m.merge(p,a));var c=n&&l.rootTypenamesById[n]||getTypenameFromResult(u,i,m.fragmentMap)||n&&m.store.get(n,"__typename");"string"==typeof c&&(p.__typename=c);var k=new Set(i.selections);if(k.forEach(function(e){var n,i,t,a,r,d;shouldInclude(e,m.variables)&&(isField(e)?(d=resultKeyNameFromField(e),r=u[d],m.clientOnly=(n=m.clientOnly)||!(!e.directives||!e.directives.some(function(e){return"client"===e.name.value})),void 0!==r?(i=l.getStoreFieldName({typename:c,fieldName:e.name.value,field:e,variables:m.variables}),t=getChildMergeTree(s,i),a=o.processFieldValue(r,e,m,t),d=void 0,e.selectionSet&&!(d=m.store.getFieldValue(a,"__typename"))&&isReference(a)&&(d=(r=m.incomingById.get(a.__ref))&&r.fields.__typename),(d=l.getMergeFunction(c,e.name.value,d))?t.info={field:e,typename:c,merge:d}:maybeRecycleChildMergeTree(s,i),p=m.merge(p,((d={})[i]=a,d))):m.clientOnly||tu.added(e)||__DEV__&&invariant$1.error(("Missing field '"+resultKeyNameFromField(e)+"' while writing result "+JSON.stringify(u,null,2)).substring(0,1e3)),m.clientOnly=n):(e=getFragmentFromSelection(e,m.fragmentMap))&&l.fragmentMatches(e,c,u,m.variables)&&e.selectionSet.selections.forEach(k.add,k))}),"string"!=typeof n)return p;i=m.incomingById.get(n);return i?(i.fields=m.merge(i.fields,p),i.mergeTree=function mergeMergeTrees(n,i){if(n===i||!i||mergeTreeIsEmpty(i))return n;if(!n||mergeTreeIsEmpty(n))return i;var e=n.info&&i.info?Jo(Jo({},n.info),i.info):n.info||i.info;var t=n.map.size&&i.map.size;var a=t?new Map:(n.map.size?n:i).map;var r={info:e,map:a};{var d;t&&(d=new Set(i.map.keys()),n.map.forEach(function(e,n){r.map.set(n,mergeMergeTrees(e,i.map.get(n))),d.delete(n)}),d.forEach(function(e){r.map.set(e,mergeMergeTrees(i.map.get(e),n.map.get(e)))}))}return r}(i.mergeTree,s),i.selections.forEach(k.add,k),i.selections=k):m.incomingById.set(n,{fields:p,mergeTree:mergeTreeIsEmpty(s)?void 0:s,selections:k}),makeReference(n)},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,u,m,s=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]),m=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=m(d,n),t=m(o,n);void 0!==t&&(r&&r.push(n),(i=s.applyMerges(e,i,t,a,r))!==t&&(u=u||new Map).set(n,i),r&&invariant$1(r.pop()===n))}),u&&(i=Array.isArray(o)?o.slice(0):Jo({},o),u.forEach(function(e,n){i[n]=e}))),e.info?this.cache.policies.runMergeFunction(n,i,e.info,a,r&&(e=a.store).getStorage.apply(e,r)):i},StoreWriter);function StoreWriter(e,n){this.cache=e,this.reader=n}var mm=[];function getChildMergeTree(e,n){e=e.map;return e.has(n)||e.set(n,mm.pop()||{map:new Map}),e.get(n)}function mergeTreeIsEmpty(e){return!e||!(e.info||e.map.size)}function maybeRecycleChildMergeTree(e,n){var i=e.map,e=i.get(n);e&&mergeTreeIsEmpty(e)&&(mm.push(e),i.delete(n))}var sm=new Set;var lm=new Id,pm=new WeakMap;function getCacheInfo(e){var n=pm.get(e);return n||pm.set(e,n={vars:new Set,dep:dep()}),n}function forgetCache(n){getCacheInfo(n).vars.forEach(function(e){return e.forgetCache(n)})}function makeVar(i){function gDa(e){var n;return 0<arguments.length?i!==e&&(i=e,t.forEach(function(e){getCacheInfo(e).dep.dirty(gDa),function broadcast(e){e.broadcastWatches&&e.broadcastWatches()}(e)}),n=Array.from(a),a.clear(),n.forEach(function(e){return e(i)})):(n=lm.getValue())&&(r(n),getCacheInfo(n).dep(gDa)),i}var t=new Set,a=new Set;gDa.onNextChange=function(e){return a.add(e),function(){a.delete(e)}};var r=gDa.attachCache=function(e){return t.add(e),getCacheInfo(e).vars.add(gDa),gDa};return gDa.forgetCache=function(e){return t.delete(e)},gDa}function argsFromFieldSpecifier(e){return void 0!==e.args?e.args:e.field?function argumentsObjectFromField(e,n){if(e.arguments&&e.arguments.length){var i={};return e.arguments.forEach(function(e){return valueToObjectRepresentation(i,e.name,e.value,n)}),i}return null}(e.field,e.variables):null}eu.setStringify(dm);function Hi(){}function Ii(e,n){return n.fieldName}function Ji(e,n,i){return(0,i.mergeObjects)(e,n)}function Ki(e,n){return n}var cm=(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},t=t&&this.getTypePolicy(t),d=t&&t.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),Gu.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?Ji:!1===n?Ki:e.merge}setMerge(n,e.merge),n.keyFn=!1===i?Hi:Array.isArray(i)?keyFieldsFnFromSpecifier(i):"function"==typeof i?i:n.keyFn,d&&Object.keys(d).forEach(function(e){var n,i=r.getFieldPolicy(a,e,!0),t=d[e];"function"==typeof t?i.read=t:(n=t.read,e=t.merge,i.keyFn=!1===(t=t.keyArgs)?Ii:Array.isArray(t)?keyArgsFnFromSpecifier(t):"function"==typeof t?t:i.keyFn,"function"==typeof n&&(i.read=n),setMerge(i,e)),i.read&&i.merge&&(i.keyFn=i.keyFn||Ii)})},Policies.prototype.setRootTypename=function(e,n){void 0===n&&(n=e);var i="ROOT_"+e.toUpperCase(),t=this.rootTypenamesById[i];n!==t&&(__DEV__?invariant$1(!t||t===e,"Cannot change root "+e+" __typename more than once"):invariant$1(!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(Hu);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))})})},Policies.prototype.getTypePolicy=function(n){var i,t=this;Gu.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 n=t.getTypePolicy(e),e=n.fields,n=__rest(n,["fields"]);Object.assign(i,n),Object.assign(i.fields,e)}));var e=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){e=this.getTypePolicy(e).fields;return e[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)return!1;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],u=function(e){e=a.getSupertypeSet(e,!1);e&&e.size&&o.indexOf(e)<0&&o.push(e)},m=!(!n||!this.fuzzySubtypes.size),s=!1,l=0;l<o.length;++l){var p=o[l];if(p.has(r))return d.has(r)||(s&&__DEV__&&invariant$1.warn("Inferring subtype "+i+" of supertype "+r),d.add(r)),!0;p.forEach(u),m&&l===o.length-1&&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){if(isField(e)&&shouldInclude(e,t)){var n=resultKeyNameFromField(e);return Gu.call(i,n)&&(!e.selectionSet||selectionSetMatchesResult(e.selectionSet,i[n],t))}return!0}))}(e.selectionSet,n,t)&&(s=!(m=!1),this.fuzzySubtypes.forEach(function(e,n){e=i.match(e);e&&e[0]===i&&u(n)}))}return!1},Policies.prototype.hasKeyArgs=function(e,n){n=this.getFieldPolicy(e,n,!1);return!(!n||!n.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 u=r(o,d);if(!Array.isArray(u)){n=u||t;break}r=keyArgsFnFromSpecifier(u)}return!1===(n=void 0===n?e.field?function storeKeyNameFromField(e,i){var t=null;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)})}));var n=null;return e.arguments&&e.arguments.length&&(n={},e.arguments.forEach(function(e){return valueToObjectRepresentation(n,e.name,e.value,i)})),eu(e.name.value,n,t)}(e.field,e.variables):eu(t,argsFromFieldSpecifier(e)):n)?t:t===fieldNameFromStoreName(n)?n:t+":"+n},Policies.prototype.readField=function(e,n){var i=e.from;if(i&&(e.field||e.fieldName)){void 0!==e.typename||(r=n.store.getFieldValue(i,"__typename"))&&(e.typename=r);var t=this.getStoreFieldName(e),a=fieldNameFromStoreName(t),r=n.store.getFieldValue(i,t),a=this.getFieldPolicy(e.typename,a,!1),a=a&&a.read;if(a){t=makeFieldFunctionOptions(this,i,e,n,n.store.getStorage(isReference(i)?i.__ref:i,t));return lm.withValue(this.cache,a,[r,t])}return r}},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===Ji?makeMergeObjectsFunction(t.store)(e,n):i===Ki?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 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=Jo({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)}function makeFieldFunctionOptions(t,a,e,r,n){var i=t.getStoreFieldName(e),d=fieldNameFromStoreName(i),o=e.variables||r.variables,u=r.store,m=u.toReference,u=u.canRead;return{args:argsFromFieldSpecifier(e),field:e.field||null,fieldName:d,storeFieldName:i,variables:o,isReference:isReference,toReference:m,storage:n,cache:t.cache,canRead:u,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$1.warn("Unexpected readField arguments: "+stringifyForDisplay(Array.from(arguments))));i=Jo({},e),Gu.call(e,"from")||(i.from=a)}return __DEV__&&void 0===i.from&&__DEV__&&invariant$1.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 Sd("Cannot automatically merge arrays"):new Sd(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 Jo(Jo({},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 Fu(cu);return function(e,n){n.selectionSet&&n.fragmentMap&&(i=(i=a.lookupArray([n.selectionSet,n.fragmentMap])).aliasMap||(i.aliasMap=function makeAliasMap(e,t){var a=Object.create(null);var r=new Set([e]);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))),e.selectionSet&&(a.subsets||(a.subsets=Object.create(null)),makeAliasMap(e.selectionSet,t))):(e=getFragmentFromSelection(e,t))&&r.add(e.selectionSet)})});return a}(n.selectionSet,n.fragmentMap)));var i=n.keyObject=computeKeyObject(e,t,!0,i);return n.typename+":"+JSON.stringify(i)}}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)):Gu.call(i,n=(n=a&&a.aliases)&&n[e]||e)?o[d=e]=i[r=n]:(__DEV__?invariant$1(!t,"Missing field '"+n+"' while computing key fields"):invariant$1(!t,4),r=d=void 0)}),o}var km,vm=(__extends(InMemoryCache,km=zu),InMemoryCache.prototype.init=function(){var e=this.data=new Yu.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 um(this,this.storeReader=new om({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,dm({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(Jo(Jo({},e),{store:e.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof qu)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(Gu.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(Jo(Jo({},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||function recallCache(n){getCacheInfo(n).vars.forEach(function(e){return e.attachCache(n)})}(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){dm.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(Gu.call(e,"id"))return!1;e=Jo(Jo({},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(),dm.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){var t=this,a=e.update,n=e.optimistic,i=void 0===n||n,r=e.removeOptimistic,d=e.onWatchUpdated,n=function(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}},o=new Set;d&&!this.txCount&&this.broadcastWatches(Jo(Jo({},e),{onWatchUpdated:function(e){return o.add(e),!1}})),"string"==typeof i?this.optimisticData=this.optimisticData.addLayer(i,n):!1===i?n(this.data):n(),"string"==typeof r&&(this.optimisticData=this.optimisticData.removeLayer(r)),d&&o.size?(this.broadcastWatches(Jo(Jo({},e),{onWatchUpdated:function(e,n){n=d.call(this,e,n);return!1!==n&&o.delete(e),n}})),o.size&&o.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){if(this.addTypename){var n=this.typenameDocumentCache.get(e);return n||(n=tu(e),this.typenameDocumentCache.set(e,n),this.typenameDocumentCache.set(n,n)),n}return 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);function InMemoryCache(e){void 0===e&&(e={});var n=km.call(this)||this;return n.watches=new Set,n.typenameDocumentCache=new Map,n.makeVar=makeVar,n.txCount=0,n.config=function normalizeConfig(e){return compact(Wu,e)}(e),n.addTypename=!!n.config.addTypename,n.policies=new cm({cache:n,dataIdFromObject:n.config.dataIdFromObject,possibleTypes:n.config.possibleTypes,typePolicies:n.config.typePolicies}),n.init(),n}var ym=new Map,fm=new Map,Nm=!0,gm=!1;function normalize(e){return e.replace(/[\s,]+/g," ").trim()}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=function cacheKeyFromLoc(e){return normalize(e.source.body.substring(e.start,e.end))}(e.loc),(t=fm.get(n))&&!t.has(i)?Nm&&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||fm.set(n,t=new Set),t.add(i),a.has(i)||(a.add(i),r.push(e))):r.push(e)}),Jo(Jo({},e),{definitions:r})}function parseDocument(e){var n=normalize(e);if(!ym.has(n)){e=parse(e,{experimentalFragmentVariables:gm});if(!e||"Document"!==e.kind)throw new Error("Not a valid GraphQL document.");ym.set(n,function stripLoc(e){var i=new Set(e.definitions);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)})});var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(processFragments(e)))}return ym.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+=e&&"Document"===e.kind?e.loc.source.body:e,t+=i[n+1]}),parseDocument(t)}fo=gql,No=function resetCaches(){ym.clear(),fm.clear()},U=function disableFragmentWarnings(){Nm=!1},Ed=function enableExperimentalFragmentVariables(){gm=!0},Id=function disableExperimentalFragmentVariables(){gm=!1};(zu=gql=gql||{}).gql=fo,zu.resetCaches=No,zu.disableFragmentWarnings=U,zu.enableExperimentalFragmentVariables=Ed,zu.disableExperimentalFragmentVariables=Id;function Ui(e){var n=this;_classCallCheck$1(this,Ui),_defineProperty$4(this,"cache",void 0),_defineProperty$4(this,"cacheKeyForSession","Session"),_defineProperty$4(this,"readSessionId",function(){var e=n.cache.readFragment({id:n.cacheKeyForSession,fragment:Tm});return Fi(e,"id")||"1"}),_defineProperty$4(this,"writeSessionId",function(e){n.cache.writeFragment({id:n.cacheKeyForSession,fragment:Tm,data:{id:e,__typename:"Session"}})}),this.cache=e.cache}var Tm=(gql.default=gql)(Bm=Bm||function _taggedTemplateLiteral(e,n){return n=n||e.slice(0),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(n)}}))}(["\n\tfragment session on Session {\n\t\tid\n\t}\n"])),hm=["cache","getApolloClient"],Im=["type"],Dm=["isLocalFolder"];var Sm=(OperationBatcher.prototype.enqueueRequest=function(e){var n=this,i=Jo({},e),t=!1,a=this.batchKey(e.operation);return i.observable||(i.observable=new lu(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=e||"",i=this.queuedRequests.get(n);if(i){this.queuedRequests.delete(n);var e=i.map(function(e){return e.operation}),n=i.map(function(e){return e.forward}),t=[],a=[],r=[],d=[];i.forEach(function(e,n){t.push(e.observable),a.push(e.next),r.push(e.error),d.push(e.complete)});var n=this.batchHandler(e,n)||lu.of(),o=function(n){r.forEach(function(e){e&&e.forEach(function(e){return e(n)})})};return n.subscribe({next:function(e){if(Array.isArray(e)||(e=[e]),a.length!==e.length){var n=new Error("server returned results with length "+e.length+", expected length of "+a.length);return n.result=e,o(n)}e.forEach(function(n,e){a[e]&&a[e].forEach(function(e){return e(n)})})},error:o,complete:function(){d.forEach(function(e){e&&e.forEach(function(e){return e()})})}}),t}},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);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""}}var bm,Fm=(__extends(BatchLink,bm=Nu),BatchLink.prototype.request=function(e,n){return this.batcher.enqueueRequest({operation:e,forward:n})},BatchLink);function BatchLink(e){var n=bm.call(this)||this,i=e||{},t=i.batchInterval,a=i.batchMax,r=i.batchHandler,d=i.batchKey;return n.batcher=new Sm({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}U=function(){_inherits$1(LocalBatchLink,Nu);var e=_createSuper$1(LocalBatchLink);function LocalBatchLink(a){var r;_classCallCheck$1(this,LocalBatchLink),_defineProperty$4(_assertThisInitialized$1(r=e.call(this)),"off",void 0),_defineProperty$4(_assertThisInitialized$1(r),"on",void 0),_defineProperty$4(_assertThisInitialized$1(r),"schema",void 0),_defineProperty$4(_assertThisInitialized$1(r),"batcher",void 0),r.schema=a.schema;var t=new events;r.on=t.on,r.off=t.off;function HPa(e){return new lu(function(n){t.emit("req",e);var i=!1;Promise.all(e.map(function(e){var n=print(e.query),i=e.operationName,t=e.variables,t=void 0===t?{}:t;return function graphql(n,i,t,a,r,d,o,u){var m=arguments;return new Promise(function(e){return e(graphqlImpl(1===m.length?n:{schema:n,source:i,rootValue:t,contextValue:a,variableValues:r,operationName:d,fieldResolver:o,typeResolver:u}))})}(r.schema,n,null,e.getContext()||a.context||{},t,i)})).then(function(e){return i=!0,t.emit("res",e),n.next(e),n.complete(),e}).catch(function(e){i||t.emit("res",e),n.error(e)})})}return r.batcher=new Fm({batchInterval:a.batchInterval,batchHandler:HPa}),r}return _createClass$6(LocalBatchLink,[{key:"request",value:function request(e){return this.batcher.request(e)}}]),LocalBatchLink}();var Am,Em=(__extends(ErrorLink,Am=Nu),ErrorLink.prototype.request=function(e,n){return this.link.request(e,n)},ErrorLink);function ErrorLink(e){var n=Am.call(this)||this;return n.link=function onError(d){return new Nu(function(a,r){return new lu(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()}})})}(e),n}function d8(e){switch(e.__typename){case"CalendarItemHitInfo":return e.instances?"".concat(defaultDataIdFromObject(e),":").concat(e.instances.length):"".concat(defaultDataIdFromObject(e));case"MailboxMetadata":return Cm(e,"meta.0.section");case"Folder":return e.local&&null!==e.local?"".concat(defaultDataIdFromObject(e),":local"):"1"===e.id?"".concat(e.__typename,":").concat(e.id,":").concat(e.uuid):defaultDataIdFromObject(e);case"AutoCompleteMatch":return"".concat(defaultDataIdFromObject(e),":").concat(e.email);case"ContactListMember":return"".concat(e.type,":").concat(e.value);case"MessageInfo":return e.part&&null!==e.part?"".concat(defaultDataIdFromObject(e),":").concat(e.part):defaultDataIdFromObject(e);default:return defaultDataIdFromObject(e)}}var Om=["message","originalError"],Ed=function(){_inherits$1(ZimbraErrorLink,Em);var e=_createSuper$1(ZimbraErrorLink);function ZimbraErrorLink(){var a;return _classCallCheck$1(this,ZimbraErrorLink),_defineProperty$4(_assertThisInitialized$1(a=e.call(this,function(e){var n=e.graphQLErrors,e=e.networkError;n&&n.map(function(e){var n=e.message,i=e.originalError,t=_objectWithoutProperties(e,Om),e=Fi(i,"faults.0.Detail.Error.Code","");a.executeHandlers(_objectSpread2({errorCode:e,message:n,originalError:i},t))}),e&&a.executeHandlers({message:"[Network error]: ".concat(e)})})),"handlers",[]),_defineProperty$4(_assertThisInitialized$1(a),"executeHandlers",function(n){a.handlers.map(function(e){e(n)})}),_defineProperty$4(_assertThisInitialized$1(a),"registerHandler",function(e){a.handlers.push(e)}),_defineProperty$4(_assertThisInitialized$1(a),"unRegisterAllHandlers",function(){a.handlers=[]}),_defineProperty$4(_assertThisInitialized$1(a),"unRegisterHandler",function(e){e=a.handlers.findIndex(e);-1!==e&&a.handlers.splice(e,1)}),a}return ZimbraErrorLink}(),Cm=function dataIdFromPath(e,n){if(e.__typename){n=Fi(e,n);return n?"".concat(e.__typename,":").concat(n):defaultDataIdFromObject(e)}};function g8(e){var i=this,n=e.apolloClient,t=e.storage,e=void 0===(e=e.storeKey)?"@offlineQueueKey":e;if(_classCallCheck$1(this,g8),_defineProperty$4(this,"apolloClient",void 0),_defineProperty$4(this,"storage",void 0),_defineProperty$4(this,"offlineData",void 0),_defineProperty$4(this,"storeKey",void 0),_defineProperty$4(this,"addOfflineData",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];e&&0<e.length&&i.storage.setItem(i.storeKey,JSON.stringify(e))}),_defineProperty$4(this,"clearOfflineData",function(){return i.offlineData=[],Promise.resolve(i.storage.removeItem(i.storeKey))}),_defineProperty$4(this,"getOfflineData",function(){return Promise.resolve(i.storage.getItem(i.storeKey))}),_defineProperty$4(this,"hasOfflineData",function(){return!!(i.offlineData&&0<i.offlineData.length)}),_defineProperty$4(this,"init",function(){return i.getOfflineData().then(function(e){return i.offlineData=e&&JSON.parse(e)||[]})}),_defineProperty$4(this,"sync",function(){if(i.hasOfflineData()){var n=[];return Promise.all(i.offlineData.map(function(e){return i.apolloClient["mutation"in e?"mutate":"query"](e).catch(function(){n.push(e)})})).catch(function(e){return console.warn("SyncOfflineOperations::sync ERR:",e)}).then(i.clearOfflineData).then(function(){i.addOfflineData(n)})}}),!n)throw new Error("Apollo Client instance is required when syncing data, please assign value to it");if(!t)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");this.apolloClient=n,this.storage=t,this.storeKey=e,this.offlineData=[]}var _m={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}}}},zu=function(){_inherits$1(ZimbraInMemoryCache,vm);var n=_createSuper$1(ZimbraInMemoryCache);function ZimbraInMemoryCache(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return _classCallCheck$1(this,ZimbraInMemoryCache),e.possibleTypes&&"function"!=typeof e.possibleTypes||(e.possibleTypes=function createPossibleTypes(e){return(0<arguments.length&&void 0!==e?e:Object)({MailItem:["Conversation","MessageInfo","MsgWithGroupInfo"]})}(e.possibleTypes)),n.call(this,_objectSpread2({dataIdFromObject:d8,typePolicies:_m},e))}return ZimbraInMemoryCache}();function deriveOfflineQueue(e){return e.map(function(e){var n=e.operation,i=n.query,e=n.variables,n={};return _defineProperty$4(n,function isMutationOperation(e){return(e=e.query)&&e.definitions&&0<e.definitions.filter(function(e){return"mutation"===e.operation}).length}({query:i})?"mutation":"query",i),_defineProperty$4(n,"variables",e),n})}var Rm,wm,Pm,Vm,jm,Id=function(){_inherits$1(OfflineQueueLink,Nu);var t=_createSuper$1(OfflineQueueLink);function OfflineQueueLink(e){var a,n=e.storage,i=e.storeKey,i=void 0===i?"@offlineQueueKey":i,e=e.isOpen,e=void 0===e||e;if(_classCallCheck$1(this,OfflineQueueLink),_defineProperty$4(_assertThisInitialized$1(a=t.call(this)),"isOpen",void 0),_defineProperty$4(_assertThisInitialized$1(a),"storage",void 0),_defineProperty$4(_assertThisInitialized$1(a),"operationQueue",void 0),_defineProperty$4(_assertThisInitialized$1(a),"storeKey",void 0),_defineProperty$4(_assertThisInitialized$1(a),"close",function(){a.isOpen=!1}),_defineProperty$4(_assertThisInitialized$1(a),"dequeue",function(e){e=a.operationQueue.indexOf(e);-1!==e&&(a.operationQueue=[].concat(_toConsumableArray(a.operationQueue.slice(0,e)),_toConsumableArray(a.operationQueue.slice(e+1)))),a.persist()}),_defineProperty$4(_assertThisInitialized$1(a),"enqueue",function(e){a.operationQueue.push(e),a.persist()}),_defineProperty$4(_assertThisInitialized$1(a),"getSize",function(){return Promise.resolve(a.storage.getItem(a.storeKey)).then(function(e){return(e||"").length})}),_defineProperty$4(_assertThisInitialized$1(a),"handleCancelAndOfflineQueue",function(i){var t=-1;a.operationQueue.forEach(function(e,n){i.offlineQuery===e.offlineQuery&&(t=n),i.cancelQuery===e.offlineQuery&&(a.operationQueue=[].concat(_toConsumableArray(a.operationQueue.slice(0,n)),_toConsumableArray(a.operationQueue.slice(n+1))),a.persist())}),-1!==t?(a.operationQueue[t]=i,a.persist()):a.enqueue(i)}),_defineProperty$4(_assertThisInitialized$1(a),"open",function(){if((0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).apolloClient)return a.isOpen=!0,a.retry()}),_defineProperty$4(_assertThisInitialized$1(a),"persist",function(){return Promise.resolve(a.storage.setItem(a.storeKey,JSON.stringify(deriveOfflineQueue(a.operationQueue))))}),_defineProperty$4(_assertThisInitialized$1(a),"purge",function(){return Promise.resolve(a.storage.removeItem(a.storeKey))}),_defineProperty$4(_assertThisInitialized$1(a),"retry",function(){return new Promise(function(e){var n=a.operationQueue.length;if(!n)return e();function sRa(){0==--n&&e()}a.operationQueue.forEach(function(n){var e=n.forward,i=n.observer;e(n.operation).subscribe({next:function next(e){i.next&&i.next(e)},error:function error(e){a.dequeue(n),i.error&&i.error(e),sRa()},complete:function complete(){a.dequeue(n),i.complete&&i.complete(),sRa()}})})})}),_defineProperty$4(_assertThisInitialized$1(a),"sync",function(e){e=e.apolloClient;if(e){var n=new g8({apolloClient:e,storage:a.storage,storeKey:a.storeKey});return n.init().then(function(e){if(e&&e.length)return n.sync()})}}),!n)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");return a.storage=n,a.storeKey=i,a.operationQueue=[],a.isOpen=e,a}return _createClass$6(OfflineQueueLink,[{key:"request",value:function request(i,t){var a=this,e=i.getContext(),r=e.cancelQueues,d=e.offlineQueueName;return(this.isOpen||e.local||e.skipQueue||function hasSensitiveVariables(e){return!!Fi(e,"variables.password")}(i))&&t?t(i):new lu(function(e){var n={operation:i,forward:t,observer:e,offlineQuery:d,cancelQuery:r};return d||r?a.handleCancelAndOfflineQueue(n):a.enqueue(n),function(){return a.dequeue(n)}})}}]),OfflineQueueLink}();(Bm=Rm=Rm||{}).conversation="conversation",Bm.message="message",(Bm=wm=wm||{}).unread="u",Bm.flagged="f",Bm.hasAttachment="a",Bm.replied="r",Bm.sentByMe="s",Bm.forwarded="w",Bm.calendarInvite="v",Bm.draft="d",Bm.imapDeleted="x",Bm.notificationSent="n",Bm.urgent="!",Bm.lowPriority="?",Bm.priority="+",(Bm=Pm=Pm||{}).update="update",Bm.delete="delete",Bm.read="read",Bm.unread="!read",Bm.flag="flag",Bm.unflag="!flag",Bm.tag="tag",Bm.untag="!tag",Bm.move="move",Bm.spam="spam",Bm.unspam="!spam",Bm.trash="trash",Bm.copy="copy",Bm.recover="recover",Bm.rename="rename",(Vm=Vm||{}).update="update",(jm=jm||{}).priority="priority";var Bm=Object.freeze({__proto__:null,get MailFolderView(){return Rm},get MessageFlags(){return wm},get ActionOps(){return Pm},get _MessageActionOps(){return Vm},get _ConversationActionOps(){return jm},get ActionType(){return Jr},get ActionResultType(){return Xr},get AccountType(){return Na},get ActionTypeName(){return ga},get AddressType(){return Ta},get AlarmAction(){return ha},get AlarmRelatedTo(){return Ia},get AutoCompleteMatchType(){return Da},get CalendarItemClass(){return Sa},get CalendarItemRecurrenceFrequency(){return ba},get ConnectionType(){return Fa},get ContactType(){return Aa},get FilterMatchCondition(){return Ea},get FolderView(){return Oa},get FreeBusyStatus(){return Ca},get GalSearchType(){return _a},get GranteeType(){return Ra},get Importance(){return wa},get InviteCompletionStatus(){return Pa},get InviteReplyType(){return Va},get InviteReplyVerb(){return ja},get InviteType(){return Ba},get LicenseStatus(){return La},get Mode(){return xa},get NeedIsMemberType(){return Ma},get ParticipationRole(){return za},get ParticipationStatus(){return $a},get PasswordRecoveryAddressStatus(){return qa},get PrefCalendarInitialView(){return Ua},get PrefClientType(){return Ga},get PrefDelegatedSendSaveTarget(){return Wa},get PrefMailSelectAfterDelete(){return Ha},get PrefMailSendReadReceipts(){return Qa},get ReadingPaneLocation(){return Ka},get RecoverAccountOp(){return Ya},get ResetPasswordStatus(){return Za},get SaveDocumentAction(){return Ja},get SaveDocumentType(){return Xa},get SearchType(){return er},get SetRecoveryAccountChannel(){return nr},get SetRecoveryAccountOp(){return ir},get ShareInputAction(){return tr},get SortBy(){return ar},get Weekday(){return rr},get ZimletPresence(){return dr}}),a={Contact:Wt,Conversation:Et,Document:n,FolderEntity:Pt,Mailbox:a,MessageInfo:At,Tag:ka};e.LocalBatchLink=U,e.OfflineQueueLink=Id,e.SyncOfflineOperations=g8,e.ZimbraBatchClient=u6,e.ZimbraErrorLink=Ed,e.ZimbraInMemoryCache=zu,e.batchJsonRequest=batchJsonRequest,e.createZimbraSchema=function createZimbraSchema(e){var n=e.cache,i=_objectWithoutProperties(e,hm),n=n?new Ui({cache:n}):void 0,a=new u6(_objectSpread2(_objectSpread2({},i),{},{sessionHandler:n})),r=e.localStoreClient,e=t.makeExecutableSchema({typeDefs:Nd,resolvers:{Query:{accountInfo:a.accountInfo,autoComplete:function autoComplete(e,n){return a.autoComplete(n)},autoCompleteGAL:function autoCompleteGAL(e,n){return a.autoCompleteGAL(n)},discoverRights:a.discoverRights,downloadAttachment:function downloadAttachment(e,n){return a.downloadAttachment(n)},downloadDocument:function downloadDocument(e,n){return a.downloadDocument(n)},downloadMessage:function downloadMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).downloadMessage(n)},freeBusy:function freeBusy(e,n){return a.freeBusy(n)},getContact:function getContact(e,n){return a.getContact(n)},clientInfo:function clientInfo(e,n){return a.clientInfo(n)},getContactFrequency:function getContactFrequency(e,n){return a.getContactFrequency(n)},getConversation:function getConversation(e,n){return a.getConversation(n)},getCustomMetadata:function getCustomMetadata(e,n){return a.getCustomMetadata(n)},getDocumentShareURL:function getDocumentShareURL(e,n){return a.getDocumentShareURL(n)},getFilterRules:a.getFilterRules,getFolder:function getFolder(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getFolder(n)},getHAB:function getHAB(e,n){return a.getHAB(n.habRootGroupId)},getDistributionListMembers:function getDistributionListMembers(e,n){return a.getDistributionListMembers(n.limit,n.offset,n.dl)},getAppointment:function getAppointment(e,n){return a.getAppointment(n)},getAppointments:function getAppointments(e,n){return a.search(n)},getReminders:function getReminders(e,n){return a.search(n)},getTasks:function getTasks(e,n){return a.getTasks(n)},getAvailableLocales:function getAvailableLocales(e){return a.getAvailableLocales()},getMailboxMetadata:function getMailboxMetadata(e,n){return a.getMailboxMetadata(n)},getMessage:function getMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getMessage(n)},getMessagesMetadata:function getMessagesMetadata(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getMessagesMetadata(n)},getRights:function getRights(e,n){return a.getRights(n)},getScratchCodes:a.getScratchCodes,getSearchFolder:a.getSearchFolder,getSMimePublicCerts:function getSMimePublicCerts(e,n){return a.getSMimePublicCerts(n)},getTrustedDevices:a.getTrustedDevices,getDeviceStatus:a.getDeviceStatus,getWorkingHours:function getWorkingHours(e,n){return a.getWorkingHours(n)},getPreferences:a.getPreferences,getDataSources:a.getDataSources,getIdentities:a.getIdentities,getImportStatus:a.getImportStatus,getSignatures:a.getSignatures,noop:function noop(e,n){return a.noop(n,(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).fetchOptions)},recoverAccount:function recoverAccount(e,n){return a.recoverAccount(n)},relatedContacts:function relatedContacts(e,n){return a.relatedContacts(n)},search:function search(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).search(n)},searchCalendarResources:function searchCalendarResources(e,n){return a.searchCalendarResources(n)},searchGal:function searchGal(e,n){return a.searchGal(n)},shareInfo:function shareInfo(e,n){return a.shareInfo(n)},taskFolders:a.taskFolders,getWhiteBlackList:a.getWhiteBlackList,getAppSpecificPasswords:a.getAppSpecificPasswords,getTag:a.getTag},MailItem:{__resolveType:function __resolveType(e){return e.conversationId?"MessageInfo":"Conversation"}},Mutation:{action:function action(e,n){var i=n.type,n=_objectWithoutProperties(n,Im);return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).action(i,n)},addMessage:function addMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).addMessage(n)},applyFilterRules:function applyFilterRules(e,n){return a.applyFilterRules(n)},cancelTask:function cancelTask(e,n){return a.cancelTask(n)},itemAction:function itemAction(e,n){return a.itemAction(n)},login:function login(e,n){return a.login(n)},logout:a.logout,disableTwoFactorAuth:a.disableTwoFactorAuth,enableTwoFactorAuth:function enableTwoFactorAuth(e,n){return a.enableTwoFactorAuth(n.options)},messageAction:function messageAction(e,n){return a.messageAction(n)},changePassword:function changePassword(e,n){return a.changePassword(n)},modifyProfileImage:function modifyProfileImage(e,n){return a.modifyProfileImage(n)},contactAction:function contactAction(e,n){return a.contactAction(n)},createAppSpecificPassword:function createAppSpecificPassword(e,n){return a.createAppSpecificPassword(n.appName)},conversationAction:function conversationAction(e,n){return a.conversationAction(n)},createFolder:function createFolder(e,n,i){var t=n.isLocalFolder,n=_objectWithoutProperties(n,Dm);return i.local?r.createFolder(_objectSpread2({isLocalFolder:t},n)):a.createFolder(n)},createSearchFolder:function createSearchFolder(e,n){return a.createSearchFolder(n)},createContact:function createContact(e,n){return a.createContact(n.contact)},createContactList:function createContactList(e,n){return a.createContact(n.contact)},modifyContact:function modifyContact(e,n){return a.modifyContact(n.contact)},modifyContactList:function modifyContactList(e,n){return a.modifyContact(n.contact)},createAppointment:function createAppointment(e,n){return a.createAppointment(n.accountName,n.appointment)},snoozeCalendarItem:function snoozeCalendarItem(e,n){return a.snoozeCalendarItem(n.appointment,n.task)},dismissCalendarItem:function dismissCalendarItem(e,n){return a.dismissCalendarItem(n.appointment,n.task)},createAppointmentException:function createAppointmentException(e,n){return a.createAppointmentException(n.accountName,n.appointment)},modifyAppointment:function modifyAppointment(e,n){return a.modifyAppointment(n.accountName,n.appointment)},createMountpoint:function createMountpoint(e,n){return a.createMountpoint(n)},deleteAppointment:function deleteAppointment(e,n){return a.deleteAppointment(n.appointment)},checkCalendar:function checkCalendar(e,n){return a.checkCalendar(n)},counterAppointment:function counterAppointment(e,n){return a.counterAppointment(n.counterAppointmentInvite)},createCalendar:function createCalendar(e,n){return a.createFolder({name:n.name,color:n.color,url:n.url,view:"appointment",flags:"#"})},createSharedCalendar:function createSharedCalendar(e,n){return a.createMountpoint({link:_objectSpread2(_objectSpread2({},n.link),{},{parentFolderId:1,view:"appointment",flags:"#"})})},saveDocument:function saveDocument(e,n){return a.saveDocument(n)},changeFolderColor:function changeFolderColor(e,n){return a.changeFolderColor(n)},declineCounterAppointment:function declineCounterAppointment(e,n){return a.declineCounterAppointment(n.counterAppointmentInvite)},folderAction:function folderAction(e,n){return a.folderAction(n.action)},documentAction:function documentAction(e,n){return a.documentAction(n.action)},forwardAppointment:function forwardAppointment(e,n){return a.forwardAppointment(n.appointmentInvite)},forwardAppointmentInvite:function forwardAppointmentInvite(e,n){return a.forwardAppointmentInvite(n.appointmentInvite)},generateScratchCodes:a.generateScratchCodes,grantRights:function grantRights(e,n){return a.grantRights(n.input)},sendShareNotification:function sendShareNotification(e,n){return a.sendShareNotification(n.shareNotification)},testExternalAccount:function testExternalAccount(e,n){return a.testExternalAccount(n.externalAccount)},addExternalAccount:function addExternalAccount(e,n){return a.addExternalAccount(n.externalAccount)},modifyExternalAccount:function modifyExternalAccount(e,n){return a.modifyExternalAccount(n)},deleteExternalAccount:function deleteExternalAccount(e,n){return a.deleteExternalAccount(n)},importExternalAccount:function importExternalAccount(e,n){return a.importExternalAccount(n.externalAccount)},prefEnableOutOfOfficeAlertOnLogin:function prefEnableOutOfOfficeAlertOnLogin(e,n){return a.modifyPrefs({zimbraPrefOutOfOfficeStatusAlertOnLogin:n.value}).then(Boolean)},prefEnableOutOfOfficeReply:function prefEnableOutOfOfficeReply(e,n){return a.modifyPrefs({zimbraPrefOutOfOfficeReplyEnabled:n.value}).then(Boolean)},prefOutOfOfficeFromDate:function prefOutOfOfficeFromDate(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeFromDate:i}).then(function(){return i})},prefOutOfOfficeUntilDate:function prefOutOfOfficeUntilDate(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeUntilDate:i}).then(function(){return i})},prefOutOfOfficeReply:function prefOutOfOfficeReply(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeReply:i}).then(function(){return i})},createIdentity:function createIdentity(e,n){return a.createIdentity(n)},modifyIdentity:function modifyIdentity(e,n){return a.modifyIdentity(n).then(Boolean)},deleteIdentity:function deleteIdentity(e,n){return a.deleteIdentity(n).then(Boolean)},modifyPrefs:function modifyPrefs(e,n){return a.modifyPrefs(n.prefs)},modifyProps:function modifyProps(e,n){return a.modifyProps(n.props)},modifyZimletPrefs:function modifyZimletPrefs(e,n){return a.modifyZimletPrefs(n.zimlets)},modifyFilterRules:function modifyFilterRules(e,n){return a.modifyFilterRules(n.filters)},createSignature:function createSignature(e,n){return a.createSignature(n)},modifySignature:function modifySignature(e,n){return a.modifySignature(n)},modifySearchFolder:function modifySearchFolder(e,n){return a.modifySearchFolder(n)},deleteSignature:function deleteSignature(e,n){return a.deleteSignature(n)},saveDraft:function saveDraft(e,n){var i=n.message,n=n.accountName;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).saveDraft(i,n)},sendMessage:function sendMessage(e,n){var i=n.message,n=n.accountName;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).sendMessage(i,n)},sendDeliveryReport:function sendDeliveryReport(e,n){return a.sendDeliveryReport(n.messageId)},uploadMessage:function uploadMessage(e,n){return a.uploadMessage(n.value)},createTask:function createTask(e,n){return a.createTask(n.task)},modifyTask:function modifyTask(e,n){return a.modifyTask(n.task)},sendInviteReply:function sendInviteReply(e,n){return a.sendInviteReply(n.inviteReply)},recoverAccount:function recoverAccount(e,n){return a.recoverAccount(n)},resetPassword:function resetPassword(e,n){return a.resetPassword(n)},revokeAppSpecificPassword:function revokeAppSpecificPassword(e,n){return a.revokeAppSpecificPassword(n.appName)},revokeOtherTrustedDevices:a.revokeOtherTrustedDevices,revokeRights:function revokeRights(e,n){return a.revokeRights(n.input)},revokeTrustedDevice:a.revokeTrustedDevice,setCustomMetadata:function setCustomMetadata(e,n){return a.setCustomMetadata(n)},setMailboxMetadata:function setMailboxMetadata(e,n){return a.jsonRequest({name:"SetMailboxMetadata",body:{meta:{section:n.section,_attrs:rt(n.attrs,coerceBooleanToString)}}}).then(Boolean)},setRecoveryAccount:function setRecoveryAccount(e,n){return a.setRecoveryAccount(n)},modifyWhiteBlackList:function modifyWhiteBlackList(e,n){return a.modifyWhiteBlackList(n.whiteBlackList)},createTag:function createTag(e,n){return a.createTag(n.tag)},tagAction:function tagAction(e,n){return a.action(Jr.tag,n.action)},quarantineDeviceSync:function quarantineDeviceSync(e,n){a.quarantineDeviceSync(n.deviceId)},allowDeviceSync:function allowDeviceSync(e,n){a.allowDeviceSync(n.deviceId)},removeDeviceSync:function removeDeviceSync(e,n){a.removeDeviceSync(n.deviceId)},blockDeviceSync:function blockDeviceSync(e,n){a.blockDeviceSync(n.deviceId)},accountOnlyRemoteWipeSync:function accountOnlyRemoteWipeSync(e,n){a.accountOnlyRemoteWipeSync(n.deviceId)},cancelPendingAccountOnlyRemoteWipeSync:function cancelPendingAccountOnlyRemoteWipeSync(e,n){a.cancelPendingAccountOnlyRemoteWipeSync(n.deviceId)},remoteWipeSync:function remoteWipeSync(e,n){a.remoteWipeSync(n.deviceId)},cancelPendingRemoteWipeSync:function cancelPendingRemoteWipeSync(e,n){a.cancelPendingRemoteWipeSync(n.deviceId)}}}});return{client:a,schema:e}},e.entities=a,e.jsonRequest=jsonRequest,e.normalize=normalize$1,e.schema=Nd,e.types=Bm,Object.defineProperty(e,"__esModule",{value:!0})});
1
+ !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@graphql-tools/schema")):"function"==typeof define&&define.amd?define(["exports","@graphql-tools/schema"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).zmApiJsClient={},e.schema)}(this,function(e,t){"use strict";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 _objectSpread2(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$4(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 _typeof$5(e){return(_typeof$5="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties$6(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$6(e,n,i){return n&&_defineProperties$6(e.prototype,n),i&&_defineProperties$6(e,i),e}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 _extends(){return(_extends=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var i,t=arguments[n];for(i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e}).apply(this,arguments)}function _inherits$1(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$1(e,n)}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}function _objectWithoutProperties(e,n){if(null==e)return{};var i,t=function _objectWithoutPropertiesLoose(e,n){if(null==e)return{};for(var i,t={},a=Object.keys(e),r=0;r<a.length;r++)0<=n.indexOf(i=a[r])||(t[i]=e[i]);return t}(e,n);if(Object.getOwnPropertySymbols)for(var a=Object.getOwnPropertySymbols(e),r=0;r<a.length;r++)0<=n.indexOf(i=a[r])||Object.prototype.propertyIsEnumerable.call(e,i)&&(t[i]=e[i]);return t}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _createSuper$1(i){var t=function _isNativeReflectConstruct$1(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}();return function _createSuperInternal(){var e,n=_getPrototypeOf$1(i);return function _possibleConstructorReturn$1(e,n){if(n&&("object"==typeof n||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized$1(e)}(this,t?(e=_getPrototypeOf$1(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _slicedToArray(e,n){return function _arrayWithHoles(e){if(Array.isArray(e))return e}(e)||function _iterableToArrayLimit(e,n){var i=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=i){var t,a,r=[],d=!0,o=!1;try{for(i=i.call(e);!(d=(t=i.next()).done)&&(r.push(t.value),!n||r.length!==n);d=!0);}catch(e){o=!0,a=e}finally{try{d||null==i.return||i.return()}finally{if(o)throw a}}return r}}(e,n)||_unsupportedIterableToArray$1(e,n)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _toConsumableArray(e){return function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$1(e)}(e)||function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||_unsupportedIterableToArray$1(e)||function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _unsupportedIterableToArray$1(e,n){if(e){if("string"==typeof e)return _arrayLikeToArray$1(e,n);var i=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(i="Object"===i&&e.constructor?e.constructor.name:i)||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray$1(e,n):void 0}}function _arrayLikeToArray$1(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}var n="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i="object"==typeof n&&n&&n.Object===Object&&n,a="object"==typeof self&&self&&self.Object===Object&&self,r=i||a||Function("return this")(),d=r.Symbol,o=Object.prototype,u=o.hasOwnProperty,m=o.toString,s=d?d.toStringTag:void 0;var l=Object.prototype.toString;var p=function getRawTag$1(e){var n=u.call(e,s),i=e[s];try{var t=!(e[s]=void 0)}catch(e){}var a=m.call(e);return t&&(n?e[s]=i:delete e[s]),a},c=function objectToString$1(e){return l.call(e)},k=d?d.toStringTag:void 0;var v=function baseGetTag$7(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":(k&&k in Object(e)?p:c)(e)};var y=function isObject$3(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)},f=v,N=y;var g=function isFunction$2(e){return!!N(e)&&("[object Function]"==(e=f(e))||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e)},T=r["__core-js_shared__"],h=(ue=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||""))?"Symbol(src)_1."+ue:"";var I=Function.prototype.toString;var D=function toSource$2(e){if(null!=e){try{return I.call(e)}catch(e){}try{return e+""}catch(e){}}return""},S=g,b=function isMasked$1(e){return!!h&&h in e},F=y,A=D,E=/^\[object .+?Constructor\]$/,O=Function.prototype,C=Object.prototype,_=RegExp("^"+O.toString.call(C.hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var R=function baseIsNative$1(e){return!(!F(e)||b(e))&&(S(e)?_:E).test(A(e))},w=function getValue$1(e,n){return null==e?void 0:e[n]};function ia(e,n){return n=w(e,n),R(n)?n:void 0}var P=ia,V=function(){try{var e=P(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),j=V;var B=function baseAssignValue$1(e,n,i){"__proto__"==n&&j?j(e,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[n]=i};var L=function createBaseFor$1(u){return function(e,n,i){for(var t=-1,a=Object(e),r=i(e),d=r.length;d--;){var o=r[u?d:++t];if(!1===n(a[o],o,a))break}return e}}();var M=function baseTimes$1(e,n){for(var i=-1,t=Array(e);++i<e;)t[i]=n(i);return t};function ta(e){return null!=e&&"object"==typeof e}var x=v,z=ta;var $=function baseIsArguments$1(e){return z(e)&&"[object Arguments]"==x(e)},q=ta,U=Object.prototype,G=U.hasOwnProperty,W=U.propertyIsEnumerable,H=$(function(){return arguments}())?$:function(e){return q(e)&&G.call(e,"callee")&&!W.call(e,"callee")},Q=Array.isArray,K={exports:{}};(Ne=K).exports=((be=(ge=(be=(ge=K.exports)&&!ge.nodeType&&ge)&&Ne&&!Ne.nodeType&&Ne)&&ge.exports===be?r.Buffer:void 0)?be.isBuffer:void 0)||function stubFalse(){return!1};var Y=/^(?:0|[1-9]\d*)$/;var Z=function isIndex$2(e,n){var i=typeof e;return!!(n=null==n?9007199254740991:n)&&("number"==i||"symbol"!=i&&Y.test(e))&&-1<e&&e%1==0&&e<n};var J=function isLength$3(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=9007199254740991},X=v,ee=J,ne=ta,ie={};ie["[object Float32Array]"]=ie["[object Float64Array]"]=ie["[object Int8Array]"]=ie["[object Int16Array]"]=ie["[object Int32Array]"]=ie["[object Uint8Array]"]=ie["[object Uint8ClampedArray]"]=ie["[object Uint16Array]"]=ie["[object Uint32Array]"]=!0,ie["[object Arguments]"]=ie["[object Array]"]=ie["[object ArrayBuffer]"]=ie["[object Boolean]"]=ie["[object DataView]"]=ie["[object Date]"]=ie["[object Error]"]=ie["[object Function]"]=ie["[object Map]"]=ie["[object Number]"]=ie["[object Object]"]=ie["[object RegExp]"]=ie["[object Set]"]=ie["[object String]"]=ie["[object WeakMap]"]=!1;var te=function baseIsTypedArray$1(e){return ne(e)&&ee(e.length)&&!!ie[X(e)]};var ae,re,de=function baseUnary$2(n){return function(e){return n(e)}},n={exports:{}};re=(ae=(o=(o=(a=n).exports)&&!o.nodeType&&o)&&a&&!a.nodeType&&a)&&ae.exports===o&&i.process,o=function(){try{var e=ae&&ae.require&&ae.require("util").types;return e?e:re&&re.binding&&re.binding("util")}catch(e){}}(),a.exports=o;var T=te,ue=de,O=n.exports,C=O&&O.isTypedArray,U=C?ue(C):T,me=M,se=H,pe=Q,ce=K.exports,ke=Z,ve=U,ye=Object.prototype.hasOwnProperty;var $=function arrayLikeKeys$1(e,n){var i,t=pe(e),a=!t&&se(e),r=!t&&!a&&ce(e),d=!t&&!a&&!r&&ve(e),o=t||a||r||d,u=o?me(e.length,String):[],m=u.length;for(i in e)!n&&!ye.call(e,i)||o&&("length"==i||r&&("offset"==i||"parent"==i)||d&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||ke(i,m))||u.push(i);return u},fe=Object.prototype;var Ne=function overArg$2(n,i){return function(e){return n(i(e))}},ge=Ne(Object.keys,Object),Te=function isPrototype$1(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||fe)},he=ge,Ie=Object.prototype.hasOwnProperty;var De=g,Se=J;var be=function isArrayLike$4(e){return null!=e&&Se(e.length)&&!De(e)},Fe=$,Ae=function baseKeys$1(e){if(!Te(e))return he(e);var n,i=[];for(n in Object(e))Ie.call(e,n)&&"constructor"!=n&&i.push(n);return i},Ee=be;var i=function keys$3(e){return(Ee(e)?Fe:Ae)(e)},Oe=L,Ce=i;a=function baseForOwn$2(e,n){return e&&Oe(e,n,Ce)};var o=function eq$2(e,n){return e===n||e!=e&&n!=n},_e=o;var te=function assocIndexOf$4(e,n){for(var i=e.length;i--;)if(_e(e[i][0],n))return i;return-1},Re=te,we=Array.prototype.splice;var Pe=te;var Ve=te;var je=te;n=function listCacheDelete$1(e){var n=this.__data__;return!((e=Re(n,e))<0)&&(e==n.length-1?n.pop():we.call(n,e,1),--this.size,!0)},O=function listCacheGet$1(e){var n=this.__data__;return(e=Pe(n,e))<0?void 0:n[e][1]},ue=function listCacheHas$1(e){return-1<Ve(this.__data__,e)},C=function listCacheSet$1(e,n){var i=this.__data__,t=je(i,e);return t<0?(++this.size,i.push([e,n])):i[t][1]=n,this};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=function listCacheClear$1(){this.__data__=[],this.size=0},ListCache$4.prototype.delete=n,ListCache$4.prototype.get=O,ListCache$4.prototype.has=ue,ListCache$4.prototype.set=C;var T=ListCache$4,Be=T;M=function stackClear$1(){this.__data__=new Be,this.size=0};ge=function stackDelete$1(e){var n=this.__data__,e=n.delete(e);return this.size=n.size,e};g=function stackGet$1(e){return this.__data__.get(e)};var $=function stackHas$1(e){return this.__data__.has(e)},L=ia(r,"Map"),te=ia(Object,"create"),Le=te;var Me=te,xe=Object.prototype.hasOwnProperty;var ze=te,$e=Object.prototype.hasOwnProperty;var qe=te;n=function hashDelete$1(e){return e=this.has(e)&&delete this.__data__[e],this.size-=e?1:0,e},O=function hashGet$1(e){var n=this.__data__;if(Me){var i=n[e];return"__lodash_hash_undefined__"===i?void 0:i}return xe.call(n,e)?n[e]:void 0},ue=function hashHas$1(e){var n=this.__data__;return ze?void 0!==n[e]:$e.call(n,e)},C=function hashSet$1(e,n){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=qe&&void 0===n?"__lodash_hash_undefined__":n,this};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=function hashClear$1(){this.__data__=Le?Le(null):{},this.size=0},Hash$1.prototype.delete=n,Hash$1.prototype.get=O,Hash$1.prototype.has=ue,Hash$1.prototype.set=C;var Ue=Hash$1,Ge=T,We=L;te=function mapCacheClear$1(){this.size=0,this.__data__={hash:new Ue,map:new(We||Ge),string:new Ue}};var He=function isKeyable$1(e){var n=typeof e;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==e:null===e};var n=function getMapData$4(e,n){return e=e.__data__,He(n)?e["string"==typeof n?"string":"hash"]:e.map},Qe=n;var Ke=n;var Ye=n;var Ze=n;O=function mapCacheDelete$1(e){return e=Qe(this,e).delete(e),this.size-=e?1:0,e},ue=function mapCacheGet$1(e){return Ke(this,e).get(e)},C=function mapCacheHas$1(e){return Ye(this,e).has(e)},n=function mapCacheSet$1(e,n){var i=Ze(this,e),t=i.size;return i.set(e,n),this.size+=i.size==t?0:1,this};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=te,MapCache$3.prototype.delete=O,MapCache$3.prototype.get=ue,MapCache$3.prototype.has=C,MapCache$3.prototype.set=n;var te=MapCache$3,Je=T,Xe=L,en=te;var nn=T,O=ge,ue=g,C=$,n=function stackSet$1(e,n){var i=this.__data__;if(i instanceof Je){var t=i.__data__;if(!Xe||t.length<199)return t.push([e,n]),this.size=++i.size,this;i=this.__data__=new en(t)}return i.set(e,n),this.size=i.size,this};function Stack$2(e){e=this.__data__=new nn(e);this.size=e.size}Stack$2.prototype.clear=M,Stack$2.prototype.delete=O,Stack$2.prototype.get=ue,Stack$2.prototype.has=C,Stack$2.prototype.set=n;T=Stack$2;var tn=te,ge=function setCacheHas$1(e){return this.__data__.has(e)};function SetCache$2(e){var n=-1,i=null==e?0:e.length;for(this.__data__=new tn;++n<i;)this.add(e[n])}SetCache$2.prototype.add=SetCache$2.prototype.push=function setCacheAdd$1(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},SetCache$2.prototype.has=ge;g=SetCache$2;var $=function cacheHas$2(e,n){return e.has(n)},an=g,rn=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},dn=$;M=function equalArrays$2(e,n,i,t,a,r){var d=1&i,o=e.length;if(o!=(m=n.length)&&!(d&&o<m))return!1;var u=r.get(e),m=r.get(n);if(u&&m)return u==n&&m==e;var s=-1,l=!0,p=2&i?new an:void 0;for(r.set(e,n),r.set(n,e);++s<o;){var c,k=e[s],v=n[s];if(void 0!==(c=t?d?t(v,k,s,n,e,r):t(k,v,s,e,n,r):c)){if(c)continue;l=!1;break}if(p){if(!rn(n,function(e,n){if(!dn(p,n)&&(k===e||a(k,e,i,t,r)))return p.push(n)})){l=!1;break}}else if(k!==v&&!a(k,v,i,t,r)){l=!1;break}}return r.delete(e),r.delete(n),l};function bc(e){var i=-1,t=Array(e.size);return e.forEach(function(e,n){t[++i]=[n,e]}),t}function cc(e){var n=-1,i=Array(e.size);return e.forEach(function(e){i[++n]=e}),i}var on=r.Uint8Array,un=o,mn=M,O=d?d.prototype:void 0,sn=O?O.valueOf:void 0;ue=function equalByTag$1(e,n,i,t,a,r,d){switch(i){case"[object DataView]":if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case"[object ArrayBuffer]":return e.byteLength==n.byteLength&&r(new on(e),new on(n))?!0:!1;case"[object Boolean]":case"[object Date]":case"[object Number]":return un(+e,+n);case"[object Error]":return e.name==n.name&&e.message==n.message;case"[object RegExp]":case"[object String]":return e==n+"";case"[object Map]":var o=bc;case"[object Set]":o=o||cc;if(e.size!=n.size&&!(1&t))return!1;var u=d.get(e);if(u)return u==n;t|=2,d.set(e,n);o=mn(o(e),o(n),t,a,r,d);return d.delete(e),o;case"[object Symbol]":if(sn)return sn.call(e)==sn.call(n)}return!1};var C=function arrayPush$3(e,n){for(var i=-1,t=n.length,a=e.length;++i<t;)e[a+i]=n[i];return e},ln=C,pn=Q;var cn=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},kn=Object.prototype.propertyIsEnumerable,vn=Object.getOwnPropertySymbols,yn=function baseGetAllKeys$1(e,n,i){return n=n(e),pn(e)?n:ln(n,i(e))},fn=vn?function(n){return null==n?[]:(n=Object(n),cn(vn(n),function(e){return kn.call(n,e)}))}:function stubArray$1(){return[]},Nn=i;var gn=function getAllKeys$1(e){return yn(e,Nn,fn)},Tn=Object.prototype.hasOwnProperty;var n=function equalObjects$1(e,n,i,t,a,r){var d=1&i,o=gn(e),u=o.length;if(u!=gn(n).length&&!d)return!1;for(var m=u;m--;){var s=o[m];if(!(d?s in n:Tn.call(n,s)))return!1}var l=r.get(e),p=r.get(n);if(l&&p)return l==n&&p==e;var c=!0;r.set(e,n),r.set(n,e);for(var k=d;++m<u;){var v,y=e[s=o[m]],f=n[s];if(!(void 0===(v=t?d?t(f,y,s,n,e,r):t(y,f,s,e,n,r):v)?y===f||a(y,f,i,t,r):v)){c=!1;break}k=k||"constructor"==s}return!c||k||(l=e.constructor)!=(p=n.constructor)&&"constructor"in e&&"constructor"in n&&!("function"==typeof l&&l instanceof l&&"function"==typeof p&&p instanceof p)&&(c=!1),r.delete(e),r.delete(n),c},ge=ia(r,"DataView"),o=L,O=ia(r,"Promise"),L=ia(r,"Set"),r=ia(r,"WeakMap"),hn=v,In=D,Dn="[object Map]",Sn="[object Promise]",bn="[object Set]",Fn="[object WeakMap]",An="[object DataView]",En=In(ge),On=In(o),Cn=In(O),_n=In(L),Rn=In(r),D=hn;(ge&&D(new ge(new ArrayBuffer(1)))!=An||o&&D(new o)!=Dn||O&&D(O.resolve())!=Sn||L&&D(new L)!=bn||r&&D(new r)!=Fn)&&(D=function(e){var n=hn(e),e="[object Object]"==n?e.constructor:void 0,e=e?In(e):"";if(e)switch(e){case En:return An;case On:return Dn;case Cn:return Sn;case _n:return bn;case Rn:return Fn}return n});var wn=T,Pn=M,Vn=ue,jn=n,Bn=D,Ln=Q,Mn=K.exports,xn=U,zn="[object Arguments]",$n="[object Array]",qn="[object Object]",Un=Object.prototype.hasOwnProperty;var Gn=function baseIsEqualDeep$1(e,n,i,t,a,r){var d=Ln(e),o=Ln(n),u=d?$n:Bn(e),m=o?$n:Bn(n),s=(u=u==zn?qn:u)==qn,o=(m=m==zn?qn:m)==qn;if((m=u==m)&&Mn(e)){if(!Mn(n))return!1;s=!(d=!0)}if(m&&!s)return r=r||new wn,d||xn(e)?Pn(e,n,i,t,a,r):Vn(e,n,u,i,t,a,r);if(!(1&i)){s=s&&Un.call(e,"__wrapped__"),o=o&&Un.call(n,"__wrapped__");if(s||o)return a(s?e.value():e,o?n.value():n,i,t,r=r||new wn)}return!!m&&(r=r||new wn,jn(e,n,i,t,a,r))},Wn=ta;var O=function baseIsEqual$2(e,n,i,t,a){return e===n||(null==e||null==n||!Wn(e)&&!Wn(n)?e!=e&&n!=n:Gn(e,n,i,t,baseIsEqual$2,a))},Hn=T,Qn=O;var Kn=y;var L=function isStrictComparable$2(e){return e==e&&!Kn(e)},Yn=L,Zn=i;var r=function matchesStrictComparable$2(n,i){return function(e){return null!=e&&(e[n]===i&&(void 0!==i||n in Object(e)))}},Jn=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 u=(o=i[a])[0],m=e[u],s=o[1];if(d&&o[2]){if(void 0===m&&!(u in e))return!1}else{var l,p=new Hn;if(!(void 0===(l=t?t(m,s,u,e,n,p):l)?Qn(s,m,3,t,p):l))return!1}}return!0},Xn=function getMatchData$1(e){for(var n=Zn(e),i=n.length;i--;){var t=n[i],a=e[t];n[i]=[t,a,Yn(a)]}return n},ei=r;var M=function baseMatches$1(n){var i=Xn(n);return 1==i.length&&i[0][2]?ei(i[0][0],i[0][1]):function(e){return e===n||Jn(e,n,i)}},ni=v,ii=ta;var ue=function isSymbol$3(e){return"symbol"==typeof e||ii(e)&&"[object Symbol]"==ni(e)},ti=Q,ai=ue,di=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,oi=/^\w*$/;var n=function isKey$3(e,n){if(ti(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!ai(e))||(oi.test(e)||!di.test(e)||null!=n&&e in Object(n))},ui=te;function memoize$1(t,a){if("function"!=typeof t||null!=a&&"function"!=typeof a)throw new TypeError("Expected a function");function Bo(){var e=arguments,n=a?a.apply(this,e):e[0],i=Bo.cache;return i.has(n)?i.get(n):(e=t.apply(this,e),Bo.cache=i.set(n,e)||i,e)}return Bo.cache=new(memoize$1.Cache||ui),Bo}memoize$1.Cache=ui;var mi=memoize$1;var si=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,li=/\\(\\)?/g,D=function memoizeCapped$1(e){var n=(e=mi(e,function(e){return 500===n.size&&n.clear(),e})).cache;return e}(function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(si,function(e,n,i,t){a.push(i?t.replace(li,"$1"):n||e)}),a});var K=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},pi=K,ci=Q,ki=ue,U=d?d.prototype:void 0,vi=U?U.toString:void 0;var yi=function baseToString$1(e){if("string"==typeof e)return e;if(ci(e))return pi(e,baseToString$1)+"";if(ki(e))return vi?vi.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};var fi=Q,Ni=n,gi=D,Ti=function toString$3(e){return null==e?"":yi(e)};var T=function castPath$2(e,n){return fi(e)?e:Ni(e,n)?[e]:gi(Ti(e))},hi=ue;var y=function toKey$4(e){if("string"==typeof e||hi(e))return e;var n=e+"";return"0"==n&&1/e==-1/0?"-0":n},Di=T,Si=y;var i=function baseGet$2(e,n){for(var i=0,t=(n=Di(n,e)).length;null!=e&&i<t;)e=e[Si(n[i++])];return i&&i==t?e:void 0},bi=i;var Fi=function get$1(e,n,i){return void 0===(n=null==e?void 0:bi(e,n))?i:n};var Ai=T,Ei=H,Oi=Q,Ci=Z,_i=J,Ri=y;function a3(e,n){return null!=e&&n in Object(e)}var wi=function hasPath$1(e,n,i){for(var t=-1,a=(n=Ai(n,e)).length,r=!1;++t<a;){var d=Ri(n[t]);if(!(r=null!=e&&i(e,d)))break;e=e[d]}return r||++t!=a?r:!!(a=null==e?0:e.length)&&_i(a)&&Ci(d,a)&&(Oi(e)||Ei(e))};var Pi=O,Vi=Fi,ji=function hasIn$1(e,n){return null!=e&&wi(e,n,a3)},Bi=n,Li=L,Mi=r,xi=y;te=function identity$4(e){return e};var zi=i;var $i=function baseProperty$1(n){return function(e){return null==e?void 0:e[n]}},qi=function basePropertyDeep$1(n){return function(e){return zi(e,n)}},Gi=n,Wi=y;var Qi=M,Yi=function baseMatchesProperty$1(i,t){return Bi(i)&&Li(t)?Mi(xi(i),t):function(e){var n=Vi(e,i);return void 0===n&&n===t?ji(e,i):Pi(t,n,3)}},Zi=te,Xi=Q,et=function property$1(e){return Gi(e)?$i(Wi(e)):qi(e)};var U=function baseIteratee$3(e){return"function"==typeof e?e:null==e?Zi:"object"==typeof e?Xi(e)?Yi(e[0],e[1]):Qi(e):et(e)},nt=B,it=a,tt=U;var at,rt=function mapValues(e,t){var a={};return t=tt(t),it(e,function(e,n,i){nt(a,n,t(e,n,i))}),a},D=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=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}(n),this._batchScheduleFn=function getValidBatchScheduleFn(e){e=e&&e.batchScheduleFn;if(void 0===e)return dt;if("function"==typeof e)return e;throw new TypeError("batchScheduleFn must be a function: "+e)}(n),this._cacheKeyFn=function getValidCacheKeyFn(e){e=e&&e.cacheKeyFn;if(void 0===e)return function(e){return e};if("function"==typeof e)return e;throw new TypeError("cacheKeyFn must be a function: "+e)}(n),this._cacheMap=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}(n),this._batch=null}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=function getCurrentBatch(e){var n=e._batch;if(null!==n&&!n.hasDispatched&&n.keys.length<e._maxBatchSize&&(!n.cacheHits||n.cacheHits.length<e._maxBatchSize))return n;var i={hasDispatched:!1,keys:[],callbacks:[]};return e._batch=i,e._batchScheduleFn(function(){return function dispatchBatch(n,t){if(t.hasDispatched=true,0!==t.keys.length){var e=n._batchLoadFn(t.keys);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){return failedDispatch(n,t,e)})}else resolveCacheHits(t)}(e,i)}),i}(this),n=this._cacheMap,t=this._cacheKeyFn(e);if(n){var a=n.get(t);if(a){var r=i.cacheHits||(i.cacheHits=[]);return new Promise(function(e){r.push(function(){return e(a)})})}}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}(),dt="object"==typeof process&&"function"==typeof process.nextTick?function(e){(at=at||Promise.resolve()).then(function(){return process.nextTick(e)})}:setImmediate||setTimeout;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 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 ot=D,ut=Q;var mt=function castArray(){if(!arguments.length)return[];var e=arguments[0];return ut(e)?e:[e]},ue=Ne(Object.getPrototypeOf,Object),st=v,lt=ue,pt=ta,T=Function.prototype,Z=Object.prototype,ct=T.toString,kt=Z.hasOwnProperty,vt=ct.call(Object);var yt=v,ft=ta,Nt=function isPlainObject$1(e){return!(!pt(e)||"[object Object]"!=st(e))&&(null===(e=lt(e))||"function"==typeof(e=kt.call(e,"constructor")&&e.constructor)&&e instanceof e&&ct.call(e)==vt)};var gt=function isError(e){if(!ft(e))return!1;var n=yt(e);return"[object Error]"==n||"[object DOMException]"==n||"string"==typeof e.message&&"string"==typeof e.name&&!Nt(e)};var Tt=be;J=function createBaseEach$1(r,d){return function(e,n){if(null==e)return e;if(!Tt(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}}(a);function le(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}function oe(e,t,a,r,n){return n(e,function(e,n,i){a=r?(r=!1,e):t(a,e,n,i)}),a}var ht=J,It=U,Dt=Q;var St=function reduce(e,n,i){var t=Dt(e)?le:oe,a=arguments.length<3;return t(e,It(n),i,a,ht)};function _normalize(e,r,n){var d=2<arguments.length&&void 0!==n&&n;return St(e,function(e,n,i){var t=function normalizeKey(e,n,i){return"string"==typeof(n=(2<arguments.length&&void 0!==i&&i?n.inverseKey:n.key)(e))?{key:n}:Array.isArray(n)?{key:n[0],nestedSchema:n[1]}:n instanceof bt?{key:e,nestedSchema:n}:{key:e}}(i,r,d),i=t.key,a=t.nestedSchema,t=_typeof$5(n);return Array.isArray(n)?e[i]=n.map(function(e){return a?_normalize(e,a,d):e}):e[i]="object"===t&&null!==n&&a?_normalize(n,a,d):n,e},{})}var bt=function(){function Entity(e){_classCallCheck$1(this,Entity),_defineProperty$4(this,"inverseMapping",{}),_defineProperty$4(this,"mapping",{}),this.addMapping(e),this.key=this.key.bind(this),this.inverseKey=this.inverseKey.bind(this)}return _createClass$6(Entity,[{key:"addMapping",value:function addMapping(e){this.mapping=_objectSpread2(_objectSpread2({},this.mapping),e),this.inverseMapping=this.initInverseMapping(this.mapping)}},{key:"initInverseMapping",value:function initInverseMapping(e){var t=this;return St(e,function(e,n,i){return Array.isArray(n)?e[n[0]]=[i,n[1]]:"object"!==_typeof$5(n)||n instanceof Entity?"string"==typeof n?e[n]=i:e[i]=n:e[i]=t.initInverseMapping(n),e},1<arguments.length&&void 0!==arguments[1]?arguments[1]:{})}},{key:"inverseKey",value:function inverseKey(e){return this.inverseMapping[e]}},{key:"key",value:function key(e){return this.mapping[e]}}]),Entity}();function normalize$1(n){return function(e){return Array.isArray(e)?e.map(function(e){return _normalize(e,n)}):_normalize(e,n)}}function denormalize(n){return function(e){return Array.isArray(e)?e.map(function(e){return _normalize(e,n,!0)}):_normalize(e,n,!0)}}O=new bt({cd:"contentDisposition",ci:"contentId",cl:"contentLocation",ct:"contentType",s:"size",part:"part",mid:"messageId",content:"content"}),L=new bt({w:"weeks",d:"days",h:"hours",m:"minutes",s:"seconds",related:"relatedTo",neg:"negative"}),r=new bt({rel:["relative",L]}),i=new bt({ival:"intervalCount"}),n=new bt({num:"number"}),y=new bt({d:"date"}),M=new bt({modaylist:"dayList"}),B=new bt({molist:"monthList"}),D=new bt({freq:"frequency",interval:["interval",i],count:["count",n],until:["until",y],bymonthday:["bymonthday",M],bymonth:["bymonth",B]}),Ne=new bt({rule:["rule",D]}),ue=new bt({add:["add",Ne]}),T=new bt({a:"email"}),Z=new bt({trigger:r,at:["attendees",T]}),v=new bt({d:"date",tz:"timezone",tzoDue:"timezoneDue",u:"utc"}),a=new bt({ptst:"participationStatus",a:"address",d:"name",cutype:"calendarUserType"}),L=new bt({ptst:"participationStatus",at:"attendee"}),i=new bt({a:"address",d:"name"}),n={d:"date",sd:"senderDate",f:"flags",l:"folderId",md:"changeDate",ms:"modifiedSequence",rev:"revision",s:"size",sf:"sortField",t:"tags",tn:"tagNames",part:"part"},y=_objectSpread2(_objectSpread2({},n),{},{cid:"conversationId",fr:"excerpt"}),M={compNum:"componentNum",calItemId:"calendarItemId",fb:"freeBusy",fba:"freeBusyActual",fr:"excerpt",isOrg:"isOrganizer",invId:"inviteId",loc:"location",or:["organizer",i],ridZ:"utcRecurrenceId"},B=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),M),{},{alarm:["alarms",Z],at:["attendees",a],completed:"completedDateTime",desc:"description",descHtml:"htmlDescription",e:["end",v],ex:"isException",recur:["recurrence",ue],s:["start",v],exceptId:["exceptId",v],seq:"sequence"})),D=new bt({reply:["reply",L]}),Ne=new bt({stdoff:"timezoneStdOffset",dayoff:"timezoneDaylightOffset"}),r=new bt({seq:"sequenceNumber",compNum:"componentNum",recurId:"recurrenceId",tz:["tz",Ne],comp:["components",B],replies:["replies",D],mp:["mimeParts",O]}),T=new bt({comp:["components",B],replies:["replies",D],mp:["mimeParts",O]}),i=new bt({a:"address",p:"name",d:"displayName",t:"type"}),Z=new bt({mid:"messageId",part:"part"}),a=new bt({aid:"attachmentId",doc:"documents",m:"messages",mp:["existingAttachments",Z]});O.addMapping({mp:["mimeParts",O],attach:["attachments",a]});var ue=_objectSpread2(_objectSpread2({},y),{},{e:["emailAddresses",i],inv:["invitations",T],mp:["mimeParts",O],shr:"share",su:"subject",origid:"origId",attach:["attachments",a],rt:"replyType"}),v=new bt(_objectSpread2(_objectSpread2({},ue),{},{id:"id",aid:"attachmentId",irt:"inReplyTo",rt:"replyType",did:"draftId",idnt:"entityId"})),Ft=new bt({m:["message",v]}),At=new bt(_objectSpread2({},ue)),L=new bt({inv:["invitations",r]}),Et=new bt(_objectSpread2(_objectSpread2({},ue),{},{n:"numMessages",m:["messages",At],u:"unread"})),Ne=new bt(_objectSpread2(_objectSpread2({},ue),{},{n:"numMessages",m:["messagesMetaData",At],u:"unread"})),Ot=new bt({rev:"revision",comp:"componentNum",m:["message",At],apptId:"appointmentId",calItemId:"calendarItemId",invId:"inviteId"}),Ct=new bt({rev:"revision",comp:"componentNum",m:["message",At],invId:"inviteId"}),B=new bt({d:"date",tz:"timezone"}),_t=new bt({inst:["instanceDate",B],id:"inviteId",comp:"componentNum",s:"start",m:["message",At]}),D=new bt({rid:"sharedItemId",zid:"ownerZimbraId",f:"flags",l:"parentFolderId"}),Rt=new bt({link:D}),Z={d:"address",gt:"granteeType",zid:"zimbraId",pw:"password"},T=new bt(_objectSpread2(_objectSpread2({},Z),{},{perm:"permissions"})),a=new bt({grant:T}),v=new bt({a:"address",t:"type",p:"personalName"}),ue=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),M),{},{otherAtt:"otherAttendees",s:"start",ptst:"participationStatus",dur:"duration",ex:"isException"})),D=new bt({compNum:"componentNum",invId:"inviteId",loc:"location"}),wt=new bt(_objectSpread2(_objectSpread2(_objectSpread2({},y),M),{},{recur:"isRecurring",ptst:"participationStatus",dur:"duration",tzo:"timezoneOffset",otherAtt:"otherAttendees",inst:["instances",ue],inv:["invitations",r],alarmData:["alarmData",D],sf:"sortField"})),D=new bt({sf:"sortField"}),Pt=new bt({u:"unread",l:"parentFolderId",f:"flags",n:"nonFolderItemCount",s:"nonFolderItemCountTotal",rev:"revision",acl:a,perm:"permissions",rid:"sharedItemId",zid:"ownerZimbraId"});Pt.addMapping({folder:["folders",Pt],link:["linkedFolders",Pt]});var Vt=new bt({_attrs:"attributes"}),jt=new bt({_attrs:"attributes"}),O=new bt({e:["emailAddresses",i],mp:["mimeParts",O],su:"subject"}),Bt=new bt({m:["message",O],exceptId:["exceptId",B]}),Lt=new bt({m:["message",O]}),Mt=new bt({s:"start",e:"end"}),xt=new bt({t:["tentative",Mt],f:["free",Mt],b:["busy",Mt],u:["unavailable",Mt],n:["nodata",Mt]}),zt=new bt({l:"folderId",tcon:"constraints",tn:"tagNames",f:"flags",zid:"zimbraId",d:"address",grant:T}),$t=new bt({t:"type"}),T=new bt({l:"folderId"}),qt=new bt({match:T}),Ut=new bt({e:["address",v]});new bt({name:"accountName",l:"folderId"});var T=new bt({ct:"contentType",s:"size"}),v={d:"date",l:"folderId",rev:"revision",sf:"sortField",t:"tags",tn:"tagNames",_attrs:["attributes",new bt({image:T})]},T=new bt({cn:["contacts",new bt(_objectSpread2({},v))]}),Gt=new bt({_attrs:"attributes"}),Wt=new bt(_objectSpread2(_objectSpread2({},v),{},{m:["members",T]})),Ht=new bt({cn:["contacts",Wt]});new bt({alarm:"alarm",inst:["instances",ue]});var Qt,n=new bt(_objectSpread2(_objectSpread2({},n),{},{acl:a,luuid:"folderUuid",mdver:"metadataVersion",meta:"metaData",descEnabled:"descriptionEnabled",ver:"version",leb:"lastEditedAccount",cr:"revisonCreator",cd:"revisedCreationDate",loid:"lockOwnerId",ct:"contentType",f:"flags"})),a=new bt({id:"messageId",part:"attachmentPart"}),Kt=new bt({l:"folderId",name:"name",ver:"version",ct:"contentType",descEnabled:"descriptionEnabled",m:["messageData",a]}),Yt=new bt({m:["messages",At],c:["conversations",Ne],cn:["contacts",Wt],appt:["appointments",wt],doc:["documents",n],hit:D}),a=new bt({l:"city",st:"state",co:"country"}),Ne=new bt({_attrs:["_attrs",a]}),Zt=new bt({calresource:["calresource",Ne]}),Jt=new bt({appt:["appointment",L]}),D=new bt({a:"address"}),a=new bt({a:"address",su:"subject"}),Ne=new bt({actionKeep:"keep",actionDiscard:"discard",actionFileInto:"fileInto",actionFlag:"flag",actionTag:"tag",actionRedirect:["redirect",D],actionReply:"reply",actionNotify:["notify",a],actionStop:"stop"}),L=new bt({d:"date"}),D=new bt({imp:"importance"}),a=new bt({s:"size"}),a=new bt({condition:"allOrAny",addressBookTest:"addressBook",addressTest:"address",attachmentTest:"attachment",bodyTest:"body",bulkTest:"bulk",contactRankingTest:"contactRanking",conversationTest:"conversation",dateTest:["date",L],facebookTest:"facebook",flaggedTest:"flag",headerExistsTest:"headerExists",headerTest:"header",importanceTest:["importance",D],inviteTest:"invite",linkedinTest:"linkedin",listTest:"list",meTest:"me",mimeHeaderTest:"mimeHeader",sizeTest:["size",a],twitterTest:"twitter",communityRequestsTest:"communityRequests",communityContentTest:"communityContent",communityConnectionsTest:"communityConnections"}),Xt=new bt({filterActions:["actions",Ne],filterTests:["conditions",a]}),ea=new bt({compNum:"componentNum",m:["message",At],rt:"replyType",exceptId:["exceptId",B]}),Ne=new bt({cid:"contentId"}),na=new bt({signature:Ne}),a=new bt({l:"parentFolderId"}),aa=new bt({tr:"traverseMountpoints",folder:a}),B=new bt({l:"folderId"}),ra=new bt({item:["item",B]}),da=new bt({_content:"content"}),Ne=new bt({n:"name",_content:"content"}),oa=new bt({l:"folderId",tn:"tagNames",a:["attributes",Ne],m:"memberOps"}),a=new bt({_content:"content"}),B=new bt({content:["content",a],d:"date",f:"flags",l:"folderId",t:"tags",tn:"tagNames"}),ua=new bt({m:["message",B]}),Ne=new bt({addr:"emailAddress"}),a=new bt({d:"displayName",email:["email",Ne]}),B=new bt({target:["target",a]}),ma=new bt({targets:["targets",B]}),Ne=new bt(_objectSpread2(_objectSpread2({},Z),{},{chkgt:"checkGrantee"})),sa=new bt({ace:["access",Ne]}),la=new bt({doc:["document",Kt]}),pa=new bt({ace:"access"}),ca=new bt({pw:"password"}),ka=new bt({u:"unread"}),a=new bt({s:"used"}),B=new bt({_content:"content"}),Z=new bt({property:["property",B]}),Ne=new bt({property:["property",B]}),va=new bt({global:["global",Z],host:["host",Ne],property:["property",B]}),B=new bt({d:"address",zid:"zimbraId"}),ya=new bt({action:["action",B]});(B=Qt=Qt||{}).Account="urn:zimbraAccount",B.Admin="urn:zimbraAdmin",B.Mail="urn:zimbraMail",B.All="urn:zimbra",B.Sync="urn:zimbraSync";var fa,Na,ga,Ta,ha,Ia,Da,Sa,ba,Fa,Aa,Ea,Oa,Ca,_a,Ra,wa,Pa,Va,ja,Ba,La,Ma,xa,za,$a,qa,Ua,Ga,Wa,Ha,Qa,Ka,Ya,Za,Ja,Xa,er,nr,ir,tr,ar,rr,dr,or=["_jsns"],ur=["body"],mr=["requests"],sr="/@zimbra",lr="/service/soap";function soapCommandBody(e){return _objectSpread2({_jsns:e.namespace||Qt.Mail},e.body)}function parseJSON(e){if(e.ok)return _responseParseHandler(e);if(-1!==[502,503,504].indexOf(e.status))throw function networkError(e){var n="Network request failed with status ".concat(e.status).concat(e.statusText?'- "'.concat(e.statusText,'"'):""),i=new Error(n);return i.message=n,i.response=e,i.parseError=e.parseError,i}(e);return _responseParseHandler(e).then(function(e){throw faultError(e,[Fi(e.parsed,"Body.Fault")])})}function _responseParseHandler(n){try{return n.json().then(function(e){return n.parsed=e,n})}catch(e){return n.parseError=e,Promise.resolve(n)}}function faultError(e,n){var i=new Error("Fault error: ".concat(n?function faultReasonText(e){return e=0<arguments.length&&void 0!==e?e:[],(e=!Array.isArray(e)?[e]:e).map(function(e){return Fi(e,"Reason.Text")}).filter(Boolean).join(", ")}(n):"Unknown Error"));return i.response=e,i.parseError=e.parseError,i.faults=n,i}function batchJsonRequest(e){var n=e.requests,i=_objectWithoutProperties(e,mr),e=function batchBody(e){return St(e,function(e,n){var i="".concat(n.name,"Request"),n=soapCommandBody(n);return e[i]?e[i].push(n):e[i]=[n],e},{})}(n);return jsonRequest(_objectSpread2(_objectSpread2({},i),{},{name:"Batch",namespace:Qt.All,body:e})).then(function(e){return function batchResponse(e,n){var i=n.body,a=_objectWithoutProperties(i,or),r=_objectWithoutProperties(n,ur),d={};return _objectSpread2(_objectSpread2({},r),{},{requests:St(e,function(e,n){var i=a["".concat(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},[])})}(n,e)})}function jsonRequest(e){var n=_objectSpread2(_objectSpread2({},e),{},{credentials:e.credentials||"include",headers:e.headers||{},origin:void 0!==e.origin?e.origin:sr,soapPathname:e.soapPathname||lr,namespace:e.namespace||Qt.Mail}),i="".concat(n.name,"Request"),t="".concat(n.name,"Response"),a="".concat(n.origin).concat(n.soapPathname,"/").concat(i),r={context:{_jsns:Qt.All,authTokenControl:{voidOnExpired:!0}}};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=".concat(e.authToken));var d,i=_defineProperty$4({},i,soapCommandBody(n));return e.fetchOptions&&(d={signal:e.fetchOptions.signal}),(fa||fetch)(a,_objectSpread2({method:"POST",credentials:n.credentials,body:JSON.stringify({Body:i,Header:r}),headers:n.headers},d)).then(parseJSON).then(function(e){var n=Fi(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$5(e)?n(e):Array.isArray(e)?e.map(function(e){return mapValuesDeep(e,n)}):rt(e,function(e){return mapValuesDeep(e,n)})}(B=Na=Na||{}).Imap="imap",B.Pop3="pop3",(B=ga=ga||{}).ContactAction="ContactAction",B.ConvAction="ConvAction",B.DistributionList="DistributionList",B.FolderAction="FolderAction",B.ItemAction="ItemAction",B.MsgAction="MsgAction",B.TagAction="TagAction",(B=Ta=Ta||{}).B="b",B.C="c",B.F="f",B.N="n",B.R="r",B.Rf="rf",B.S="s",B.T="t",(B=ha=ha||{}).Audio="AUDIO",B.Display="DISPLAY",B.Email="EMAIL",B.None="NONE",B.Procedure="PROCEDURE",B.XYahooCalendarActionIm="X_YAHOO_CALENDAR_ACTION_IM",B.XYahooCalendarActionMobile="X_YAHOO_CALENDAR_ACTION_MOBILE",(B=Ia=Ia||{}).End="END",B.Start="START",(B=Da=Da||{}).Contact="contact",B.Gal="gal",B.RankingTable="rankingTable",(B=Sa=Sa||{}).Con="CON",B.Pri="PRI",B.Pub="PUB",(B=ba=ba||{}).Dai="DAI",B.Hou="HOU",B.Min="MIN",B.Mon="MON",B.Sec="SEC",B.Wee="WEE",B.Yea="YEA",(B=Fa=Fa||{}).Cleartext="cleartext",B.Ssl="ssl",B.Tls="tls",B.TlsIsAvailable="tls_is_available",(B=Aa=Aa||{}).C="C",B.G="G",B.I="I",(B=Ea=Ea||{}).Allof="allof",B.Anyof="anyof",(B=Oa=Oa||{}).Appointment="appointment",B.Chat="chat",B.Comment="comment",B.Contact="contact",B.Conversation="conversation",B.Document="document",B.Folder="folder",B.Message="message",B.Note="note",B.Remote="remote",B.Search="search",B.Tag="tag",B.Task="task",B.Unknown="unknown",B.Virtual="virtual",B.Wiki="wiki",(B=Ca=Ca||{}).B="B",B.F="F",B.O="O",B.T="T",(B=_a=_a||{}).Account="account",B.All="all",B.Group="group",B.Resource="resource",(B=Ra=Ra||{}).All="all",B.Cos="cos",B.Dom="dom",B.Egp="egp",B.Grp="grp",B.Guest="guest",B.Key="key",B.Pub="pub",B.Usr="usr",(B=wa=wa||{}).High="high",B.Low="low",B.Normal="normal",(B=Pa=Pa||{}).Canc="CANC",B.Comp="COMP",B.Conf="CONF",B.Deferred="DEFERRED",B.Inpr="INPR",B.Need="NEED",B.Tent="TENT",B.Waiting="WAITING",(B=Va=Va||{}).R="r",B.W="w",(B=ja=ja||{}).Accept="ACCEPT",B.Decline="DECLINE",B.Tentative="TENTATIVE",(B=Ba=Ba||{}).Appt="appt",B.Task="task",(B=La=La||{}).ActivationGracePeriod="ACTIVATION_GRACE_PERIOD",B.Expired="EXPIRED",B.Invalid="INVALID",B.InFuture="IN_FUTURE",B.LicenseGracePeriod="LICENSE_GRACE_PERIOD",B.NotActivated="NOT_ACTIVATED",B.NotInstalled="NOT_INSTALLED",B.Ok="OK",(B=Ma=Ma||{}).Html="html",B.Text="text",(B=xa=xa||{}).All="all",B.DirectOnly="directOnly",B.None="none",(B=za=za||{}).Non="NON",B.Opt="OPT",B.Req="REQ",(B=$a=$a||{}).Ac="AC",B.Co="CO",B.De="DE",B.Df="DF",B.Dg="DG",B.In="IN",B.Ne="NE",B.Te="TE",B.Wa="WA",(B=qa=qa||{}).Pending="pending",B.Verified="verified",(B=Ua=Ua||{}).Day="day",B.List="list",B.Month="month",B.Week="week",B.WorkWeek="workWeek",B.Year="year",(B=Ga=Ga||{}).Advanced="advanced",B.Modern="modern",B.Standard="standard",B.Zimbrax="zimbrax",(B=Wa=Wa||{}).Both="both",B.None="none",B.Owner="owner",B.Sender="sender",(B=Ha=Ha||{}).Adaptive="adaptive",B.Next="next",B.Previous="previous",(B=Qa=Qa||{}).Always="always",B.Never="never",B.Prompt="prompt",(B=Ka=Ka||{}).Bottom="bottom",B.Off="off",B.Right="right",(B=Ya=Ya||{}).GetRecoveryAccount="getRecoveryAccount",B.SendRecoveryCode="sendRecoveryCode",(B=Za=Za||{}).Disabled="disabled",B.Enabled="enabled",B.Suspended="suspended",(Ja=Ja||{}).Create="create",(B=Xa=Xa||{}).Document="document",B.Presentation="presentation",B.Spreadsheet="spreadsheet",(B=er=er||{}).Appointment="appointment",B.Contact="contact",B.Conversation="conversation",B.Document="document",B.Message="message",B.Task="task",B.Wiki="wiki",(nr=nr||{}).Email="email",(B=ir=ir||{}).ResendCode="resendCode",B.Reset="reset",B.SendCode="sendCode",B.ValidateCode="validateCode",(B=tr=tr||{}).Edit="edit",B.Expire="expire",B.Revoke="revoke",(B=ar=ar||{}).AttachAsc="attachAsc",B.AttachDesc="attachDesc",B.DateAsc="dateAsc",B.DateDesc="dateDesc",B.FlagAsc="flagAsc",B.FlagDesc="flagDesc",B.NameAsc="nameAsc",B.NameDesc="nameDesc",B.None="none",B.PriorityAsc="priorityAsc",B.PriorityDesc="priorityDesc",B.RcptAsc="rcptAsc",B.RcptDesc="rcptDesc",B.ReadAsc="readAsc",B.ReadDesc="readDesc",B.SizeAsc="sizeAsc",B.SizeDesc="sizeDesc",B.SubjAsc="subjAsc",B.SubjDesc="subjDesc",(B=rr=rr||{}).Fr="FR",B.Mo="MO",B.Sa="SA",B.Su="SU",B.Th="TH",B.Tu="TU",B.We="WE",(B=dr=dr||{}).Disabled="disabled",B.Enabled="enabled",B.Mandatory="mandatory";var pr=te;function A5(e,n){for(var i=-1,t=null==e?0:e.length;++i<t&&!1!==n(e[i],i,e););return e}var cr=J,kr=function castFunction$1(e){return"function"==typeof e?e:pr},vr=Q;var yr,fr=function forEach$1(e,n){return(vr(e)?A5:cr)(e,kr(n))};function normalizeEmailAddresses(e){if(!e.emailAddresses)return e;for(var n=0;n<e.emailAddresses.length;n++){var i=e.emailAddresses[n],t=yr[i.type];(e[t]||(e[t]=[])).push(function parseAddress(e){if("string"!=typeof e)return e;var n=e.match(/(['"])(.*?)\1\s*<(.+)>/);return n?{address:n[3],name:n[2]}:{address:e}}(i))}return e}function normalizeType(e){return String(e).replace(/^\s*(.*?)\s*;.+$/i,"$1").toLowerCase()}function getAttachmentUrl(e,n){var i=n.origin,t=n.jwtToken,a=e.messageId,n=e.mid,e=e.part;return"".concat(void 0===i?"":i,"/service/home/~/?auth=").concat(t?"jwt":"co","&id=").concat(encodeURIComponent(a||n),"&part=").concat(encodeURIComponent(e)).concat(t?"&zjwt=".concat(t):"")}function normalizeMimeParts(m,e){function Uu(e,n){return(e=_extends({},e)).messageId=e.messageId||m.id,e.url=getAttachmentUrl(e,{origin:i,jwtToken:t}),e.contentDisposition||"attachments"===n&&(e.contentDisposition="attachment"),e.contentId=e.contentId?function normalizeCid(e){return e.replace(/[<>]/g,"")}(e.contentId):~normalizeType(e.contentType).indexOf("image/")&&"inline"===e.contentDisposition?"AUTO-GEN-CID-".concat(e.messageId,"-").concat(e.part,"-").concat(e.size):void 0,e}var i=e.origin,t=e.jwtToken,s=e.isDesktop;return function reduceMimeParts(e,n,i){var t=e.mimeParts;if(t&&t.length)for(var a=0;a<t.length;a++)i=n(t[a],a,i),"message/rfc822"!==t[a].contentType&&reduceMimeParts(t[a],n,i);return i}(m,function(e,n,i){var t,a,r=!1,d=normalizeType(e.contentType),o=normalizeType(e.contentDisposition),u=e.content||"";return r&&(i.body=u),"attachment"!==o&&(t="text/html"===d?"html":"text/plain"===d&&"text",~d.indexOf("image/")&&"inline"===o&&!e.contentId?(a=Uu(e),i.text=(i.text||i.html||"").concat('<br /><div><img src="cid:'.concat(a.contentId,'" /></div><br />')),i.html=i.text):e.filename&&t&&"inline"===o?(i.inlineAttachments||(i.inlineAttachments=[])).concat(Uu(e)):!t||i[t]&&"inline"===o||(i[t]="html"!==t&&"text"!==t||!i[t]?u:i[t].concat(u),r=!0)),r||"multipart"===d.split("/")[0]||(o="inline"===o?"inlineAttachments":"attachments","application/pkcs7-signature"!==e.contentType&&"application/x-pkcs7-signature"!==e.contentType&&(i[o]||(i[o]=[])).push(Uu(e,o)),s&&(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(function(e){return e.contentId&&!e.contentDisposition})&&m.attachments.forEach(function(e){delete e.contentId,delete e.contentLocation}),m}(J=yr=yr||{}).f="from",J.t="to",J.c="cc",J.b="bcc",J.s="sender",J.r="replyTo";var Nr=H,gr=Q,Tr=d?d.isConcatSpreadable:void 0;function M5(e){return gr(e)||Nr(e)||!!(Tr&&e&&e[Tr])}var hr=C;d=function baseFlatten$2(e,n,i,t,a){var r=-1,d=e.length;for(i=i||M5,a=a||[];++r<d;){var o=e[r];0<n&&i(o)?1<n?baseFlatten$2(o,n-1,i,t,a):hr(a,o):t||(a[a.length]=o)}return a};var Ir=C,Dr=d,Sr=function copyArray$1(e,n){var i=-1,t=e.length;for(n=n||Array(t);++i<t;)n[i]=e[i];return n},br=Q;var Fr=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 Ir(br(i)?Sr(i):[i],Dr(n,1))};function Y5(e){return e!=e}var Ar=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},Er=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 Or=function baseIndexOf$1(e,n,i){return n==n?Er(e,n,i):Ar(e,Y5,i)};function dg(e,n){return!!(null==e?0:e.length)&&-1<Or(e,n,0)}function eg(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 Cr=g,_r=K,Rr=de,wr=$;de=function baseDifference$1(e,n,i,t){var a=-1,r=dg,d=!0,o=e.length,u=[],m=n.length;if(!o)return u;i&&(n=_r(n,Rr(i))),t?(r=eg,d=!1):200<=n.length&&(r=wr,d=!1,n=new Cr(n));e:for(;++a<o;){var s=e[a],l=null==i?s:i(s),s=t||0!==s?s:0;if(d&&l==l){for(var p=m;p--;)if(n[p]===l)continue e;u.push(s)}else r(n,l,t)||u.push(s)}return u};var Pr=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)},Vr=Math.max;$=function overRest$1(r,d,o){return d=Vr(void 0===d?r.length-1:d,0),function(){for(var e=arguments,n=-1,i=Vr(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),Pr(r,this,a)}};var jr=function constant$1(e){return function(){return e}},Br=V,Lr=Date.now;var V=function shortOut$1(i){var t=0,a=0;return function(){var e=Lr(),n=16-(e-a);if(a=e,0<n){if(800<=++t)return arguments[0]}else t=0;return i.apply(void 0,arguments)}}(Br?function(e,n){return Br(e,"toString",{configurable:!0,enumerable:!1,value:jr(n),writable:!0})}:te),Mr=te,xr=$,zr=V;var $r=be,qr=ta;var Ur=de,Gr=d,Wr=U,Hr=function isArrayLikeObject$1(e){return qr(e)&&$r(e)},Qr=function last$1(e){var n=null==e?0:e.length;return n?e[n-1]:void 0},Kr=function baseRest$1(e,n){return zr(xr(e,n,Mr),e+"")}(function(e,n){var i=Qr(n);return Hr(i)&&(i=void 0),Hr(e)?Ur(e,Gr(n,1,Hr,!0),Wr(i)):[]}),Yr=["attributes"],Zr=["firstName","phoneticFirstName","middleName","lastName","phoneticLastName","fullName","maidenName","namePrefix","nameSuffix","email","email2","workEmail","workEmail2","homeEmail","homeEmail2","phone","phone2","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","userCertificate","assistantPhone","callbackPhone","carPhone","otherCity","otherCountry","otherFax","otherPostalCode","otherState","otherStreet","otherURL","fileAs","type"];function createContactBody(e){var n=e.attributes,e=_objectWithoutProperties(e,Yr),i=[];return fr(n,function(e,n){return"other"!==n?i.push(_defineProperty$4({name:n},"image"===n?"aid":"content",e)):fr(e,function(e){return i.push({name:e.key,_content:e.value})})}),{cn:denormalize(oa)(_objectSpread2(_objectSpread2({},e),{},{attributes:i}))}}function normalizeOtherAttr(e){return e.map(function(n){var i=[],e=n._attrs.nickname;e&&(n._attrs.nickname=Array.isArray(e)?e[0]:e);var t=n._attrs.userCertificate;t&&(n._attrs.userCertificate=Array.isArray(t)?t[0]:t),Object.keys(n._attrs).filter(function(e){return!Zr.includes(e)}).forEach(function(e){return"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})&&delete n._attrs[e]});e=i.filter(function(e){return e.key.match("custom\\d+")}).sort(function(e,n){return Number(e.key.match(/(\d+)/g)[0])-Number(n.key.match(/(\d+)/g)[0])}),t=Kr(i,e,"key").sort(function(e,n){return e.key.localeCompare(n.key)});return _objectSpread2(_objectSpread2({},n),{},{_attrs:_objectSpread2(_objectSpread2({},n._attrs),{},{other:Fr(e,t)})})})}var Jr,Xr,ed=["zimbraPrefMailTrustedSenderList"],nd=6;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)})}}}(U=Ed=Ed||{}).all="all",U.account="account",U.resource="resource",U.group="group",(Ed=Id=Id||{}).all="all",Ed.directOnly="directOnly",Ed.none="none",(U=Jr=Jr||{}).contact="ContactAction",U.conversation="ConvAction",U.distributionList="DistributionList",U.folder="FolderAction",U.item="ItemAction",U.message="MsgAction",U.tag="TagAction",U.document="DocumentAction",(Id=Xr=Xr||{}).ConvAction="Conversation",Id.MsgAction="MessageInfo",(Ed=zu=zu||{}).send="sendCode",Ed.validate="validateCode",Ed.resend="resendCode",Ed.reset="reset",(fo=fo||{}).email="email",U=No=No||{};function b6(){var n=this;_classCallCheck$1(this,b6),_defineProperty$4(this,"emitter",void 0),_defineProperty$4(this,"events",{notify:"notify",refresh:"refresh"}),_defineProperty$4(this,"processedSequences",new Map),_defineProperty$4(this,"sequenceNo",0),_defineProperty$4(this,"addNotifyHandler",function(e){e&&n.emitter.on(n.events.notify,e)}),_defineProperty$4(this,"addRefreshHandler",function(e){e&&n.emitter.on(n.events.refresh,e)}),_defineProperty$4(this,"getSequenceNumber",function(){return n.sequenceNo}),_defineProperty$4(this,"handleNotifications",function(e){e&&e.seq&&!n.processedSequences.has(e.seq)&&(n.sequenceNo<e.seq&&(n.sequenceNo=e.seq),n.processedSequences.set(e.seq,!0),n.emitter&&n.emitter.emit(n.events.notify,e))}),_defineProperty$4(this,"handleRefresh",function(e){console.info("[Cache] refresh received",e,new Date),n.sequenceNo=0,n.processedSequences.clear(),n.emitter&&n.emitter.emit(n.events.refresh,e)}),_defineProperty$4(this,"removeNotifyHandler",function(e){e&&n.emitter.off(n.events.notify,e)}),_defineProperty$4(this,"removeRefreshHandler",function(e){e&&n.emitter.off(n.events.refresh,e)}),_defineProperty$4(this,"setSequenceNumber",function(e){return n.sequenceNo=e}),this.emitter=new events}var id=["ids","id"],td=["accountType"],ad=["flags","fetchIfExists","parentFolderId"],rd=["attrs"],dd=["zimbraPrefWhenSentToAddresses","zimbraPrefWhenInFolderIds"],od=["_attrs"],ud=["parentFolderId"],md=["id"],sd=["id","ids"],ld=["identity"],pd=["zimbraPrefWhenInFolderIds","zimbraPrefWhenSentToAddresses"],cd=["_attrs"],kd=["attrs"],vd=["accountType"];function s6(e){return e.map(function(e){return(e=fd(normalize$1(Vt)(e))).habGroup&&(e.habGroups=_toConsumableArray(s6(e.habGroup))),e})}function t6(e){var n=Fi(e,"folders")||[],i=Fi(e,"view");return i&&i!==Oa.Message||(e=_objectSpread2(_objectSpread2({},e),{},{unreadDescendent:yd(e)}),n&&(e=_objectSpread2(_objectSpread2({},e),{},{folders:n.map(t6)}))),e}var yd=function hasUnreadDescendent(e){var n=Fi(e,"unreadDescendent");if(0<e[e.id===nd||"Outbox"===e.name?"nonFolderItemCount":"unread"]||n)return!0;n=Fi(e,"folders")||[],e=0;return e<n.length&&hasUnreadDescendent(n[e])},fd=function updateGroupName(e){return _objectSpread2(_objectSpread2({},e),{},{name:Fi(e,"attributes.displayName")})};function updateAbsoluteFolderPath(n,i,e){return e.map(function(e){return e.absFolderPath="USER_ROOT"===n?"".concat(i).concat(e.absFolderPath):e.absFolderPath.replace("/".concat(n),i),e.folders&&(e.folders=updateAbsoluteFolderPath(n,i,e.folders)),e})}function convertStringAndArrayValues(e){e=[].concat(e).filter(Boolean);return e.length?e:""}function u6(){var u=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck$1(this,u6),_defineProperty$4(this,"localStoreClient",void 0),_defineProperty$4(this,"notifier",void 0),_defineProperty$4(this,"origin",void 0),_defineProperty$4(this,"sessionId",void 0),_defineProperty$4(this,"soapPathname",void 0),_defineProperty$4(this,"authToken",void 0),_defineProperty$4(this,"batchDataLoader",void 0),_defineProperty$4(this,"csrfToken",void 0),_defineProperty$4(this,"customFetch",void 0),_defineProperty$4(this,"dataLoader",void 0),_defineProperty$4(this,"jwtToken",void 0),_defineProperty$4(this,"sessionHandler",void 0),_defineProperty$4(this,"userAgent",void 0),_defineProperty$4(this,"accountInfo",function(){return u.jsonRequest({name:"GetInfo",namespace:Qt.Account,body:{sections:"mbox,attrs,zimlets,props"}}).then(function(e){return _objectSpread2(_objectSpread2(_objectSpread2({},e),{},{attrs:_objectSpread2(_objectSpread2({},mapValuesDeep(e.attrs._attrs,coerceStringToBoolean)),{},{zimbraMailAlias:[].concat(Fi(e,"attrs._attrs.zimbraMailAlias",[]))})},Fi(e,"license.attr")&&{license:{status:e.license.status,attr:mapValuesDeep(e.license.attr,coerceStringToBoolean)}}),{},{zimlets:{zimlet:Fi(e,"zimlets.zimlet")&&Fi(e,"zimlets.zimlet").map(function(e){var n=e.zimletConfig;return _objectSpread2({zimlet:e.zimlet,zimletContext:e.zimletContext},n&&{zimletConfig:normalize$1(va)(n)})})}})})}),_defineProperty$4(this,"accountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"AccountOnlyRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"action",function(e,n){var i=n.ids,t=n.id,n=_objectWithoutProperties(n,id);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:t||[i].join(",")},denormalize(zt)(n))},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"addExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,td);return u.jsonRequest({name:"CreateDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return Fi(e,"".concat(n,".0.id"))})}),_defineProperty$4(this,"addMessage",function(e){var n=Fi(e,"message"),i=n.folderId,e=n.content,n=n.meta;try{var t=JSON.parse(n),a=t.flags,r=t.tags,d=t.tagNames,o=t.date}catch(e){}return u.jsonRequest({name:"AddMsg",body:denormalize(ua)({message:{folderId:i,content:{_content:e},flags:a,tags:r,tagNames:d,date:o}}),singleRequest:!0}).then(normalize$1(At))}),_defineProperty$4(this,"allowDeviceSync",function(e){return u.jsonRequest({name:"AllowDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"applyFilterRules",function(e){return u.jsonRequest({name:"ApplyFilterRules",body:{filterRules:{filterRule:e.filterRules},m:{ids:e.ids}}}).then(function(e){e=Fi(e,"m[0].ids");return e?e.split(","):[]})}),_defineProperty$4(this,"attach",function(e,n){return u.localStoreClient.attach({files:e,message:n})}),_defineProperty$4(this,"autoComplete",function(e){return u.jsonRequest({name:"AutoComplete",body:denormalize($t)(e)}).then(normalize$1(qt))}),_defineProperty$4(this,"autoCompleteGAL",function(e){return u.jsonRequest({name:"AutoCompleteGal",namespace:Qt.Account,body:e}).then(function(e){return normalize$1(Ht)(e)})}),_defineProperty$4(this,"blockDeviceSync",function(e){return u.jsonRequest({name:"BlockDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingAccountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingAccountOnlyRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingRemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelTask",function(e){return u.jsonRequest({name:"CancelTask",body:{comp:"0",id:e.inviteId},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"changeFolderColor",function(e){return u.action(Jr.folder,{id:e.id,op:"color",color:e.color})}),_defineProperty$4(this,"changePassword",function(e){var n=e.dryRun;return u.jsonRequest({name:"ChangePassword",namespace:Qt.Account,body:{account:{by:"name",_content:e.username},oldPassword:e.password,password:e.loginNewPassword,dryRun:void 0!==n&&n},singleRequest:!0})}),_defineProperty$4(this,"checkCalendar",function(e){return u.action(Jr.folder,{id:e.id,op:e.value?"check":"!check"})}),_defineProperty$4(this,"clientInfo",function(e){return u.jsonRequest({name:"ClientInfo",body:{domain:[{by:e.by,_content:e.domain}]},singleRequest:!0,namespace:Qt.Account}).then(function(e){return normalize$1(Gt)(e)})}),_defineProperty$4(this,"contactAction",function(e){return u.action(Jr.contact,e)}),_defineProperty$4(this,"conversationAction",function(e){return u.action(Jr.conversation,e)}),_defineProperty$4(this,"counterAppointment",function(e){return u.jsonRequest({name:"CounterAppointment",body:denormalize(Ct)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointment",function(e,n){return u.jsonRequest({name:"CreateAppointment",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointmentException",function(e,n){return u.jsonRequest({name:"CreateAppointmentException",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppSpecificPassword",function(e){return u.jsonRequest({name:"CreateAppSpecificPassword",namespace:Qt.Account,body:{appName:{_content:e}},singleRequest:!0}).then(function(e){return normalize$1(ca)(e)})}),_defineProperty$4(this,"createContact",function(e){return u.jsonRequest({name:"CreateContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn)[0])})}),_defineProperty$4(this,"createFolder",function(e){var n=e.flags,i=e.fetchIfExists,t=e.parentFolderId,e=_objectWithoutProperties(e,ad);return u.jsonRequest({name:"CreateFolder",body:{folder:_objectSpread2(_objectSpread2({},e),{},{f:n,fie:i,l:t})},singleRequest:!0}).then(function(e){return normalize$1(Pt)(e.folder[0])})}),_defineProperty$4(this,"createIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,rd);return u.jsonRequest({name:"CreateIdentity",namespace:Qt.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},rt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0}).then(function(e){var n=mapValuesDeep(e,coerceStringToBoolean),i=Fi(n,"identity.0"),t=i._attrs,a=t.zimbraPrefWhenSentToAddresses,e=t.zimbraPrefWhenInFolderIds,t=_objectWithoutProperties(t,dd),i=_objectWithoutProperties(i,od);return _objectSpread2(_objectSpread2({},n),{},{identity:[_objectSpread2(_objectSpread2({},i),{},{_attrs:_objectSpread2(_objectSpread2(_objectSpread2({},t),a&&{zimbraPrefWhenSentToAddresses:[].concat(a).filter(Boolean)}),e&&{zimbraPrefWhenInFolderIds:[].concat(e).filter(Boolean)})})]})})}),_defineProperty$4(this,"createMountpoint",function(e){return u.jsonRequest({name:"CreateMountpoint",body:denormalize(Rt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createSearchFolder",function(e){var n=e.parentFolderId,e=_objectWithoutProperties(e,ud);return u.jsonRequest({name:"CreateSearchFolder",body:{search:_objectSpread2(_objectSpread2({},e),{},{l:n})},singleRequest:!0}).then(function(e){return normalize$1(Pt)(e.search[0])})}),_defineProperty$4(this,"createSignature",function(e){return u.jsonRequest({name:"CreateSignature",namespace:Qt.Account,body:denormalize(na)(e),singleRequest:!0})}),_defineProperty$4(this,"createTag",function(e){return u.jsonRequest({name:"CreateTag",body:{tag:_objectSpread2({},e)},singleRequest:!0}).then(function(e){e=e.tag;return normalize$1(ka)((void 0===e?[]:e)[0])})}),_defineProperty$4(this,"createTask",function(e){return u.jsonRequest({name:"CreateTask",body:_objectSpread2({},denormalize(Ot)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"declineCounterAppointment",function(e){return u.jsonRequest({name:"DeclineCounterAppointment",body:denormalize(Ct)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteAppointment",function(e){return u.jsonRequest({name:"CancelAppointment",body:denormalize(_t)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteExternalAccount",function(e){return u.jsonRequest({name:"DeleteDataSource",body:{dsrc:{id:e.id}},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteIdentity",function(e){return u.jsonRequest({name:"DeleteIdentity",namespace:Qt.Account,body:{identity:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteSignature",function(e){return u.jsonRequest({name:"DeleteSignature",namespace:Qt.Account,body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"disableTwoFactorAuth",function(){return u.jsonRequest({name:"DisableTwoFactorAuth",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"discoverRights",function(){return u.jsonRequest({name:"DiscoverRights",namespace:Qt.Account,body:{right:[{_content:"sendAs"},{_content:"sendOnBehalfOf"}]}}).then(function(e){return normalize$1(ma)(e)})}),_defineProperty$4(this,"dismissCalendarItem",function(e,n){return u.jsonRequest({name:"DismissCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"documentAction",function(e){return u.documentActionResponse(Jr.document,e)}),_defineProperty$4(this,"documentActionResponse",function(e,n){var i=n.id,n=_objectWithoutProperties(n,md);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:[i].join(",")},denormalize(zt)(n))},singleRequest:!0}).then(normalize$1(ya))}),_defineProperty$4(this,"downloadAttachment",function(e){var n=e.id,i=e.part;return u.download({url:"/service/home/~/?auth=co&id=".concat(n,"&part=").concat(i)}).then(function(e){e=e.content;return{id:"".concat(n,"_").concat(i),content:e}})}),_defineProperty$4(this,"downloadDocument",function(e){var n=e.id;return u.download({url:e.url}).then(function(e){return{id:n,content:e.content}})}),_defineProperty$4(this,"downloadMessage",function(e){var n=e.id;return u.download({isSecure:e.isSecure,url:"/service/home/~/?auth=co&id=".concat(n)}).then(function(e){return{id:n,content:e.content}})}),_defineProperty$4(this,"enableTwoFactorAuth",function(e){var n=e.password,i=e.authToken,t=e.twoFactorCode,a=e.csrfTokenSecured;return u.jsonRequest({name:"EnableTwoFactorAuth",body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({name:{_content:e.name}},n&&{password:{_content:n}}),i&&{authToken:{_content:i}}),t&&{twoFactorCode:{_content:t}}),{},{csrfTokenSecured:a}),namespace:Qt.Account,singleRequest:!0})}),_defineProperty$4(this,"folderAction",function(e){return u.action(Jr.folder,e)}),_defineProperty$4(this,"forwardAppointment",function(e){return u.jsonRequest({name:"ForwardAppointment",body:denormalize(Bt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"forwardAppointmentInvite",function(e){return u.jsonRequest({name:"ForwardAppointmentInvite",body:denormalize(Lt)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"freeBusy",function(e){var n=e.names;return u.jsonRequest({name:"GetFreeBusy",body:{s:e.start,e:e.end,name:n.join(",")}}).then(function(e){return normalize$1(xt)(e.usr)})}),_defineProperty$4(this,"generateScratchCodes",function(e){return u.jsonRequest({name:"GenerateScratchCodes",namespace:Qt.Account,body:{account:{by:"name",_content:e}},singleRequest:!0})}),_defineProperty$4(this,"getAppointment",function(e){return u.jsonRequest({name:"GetAppointment",body:e}).then(function(e){return normalize$1(Jt)(e)})}),_defineProperty$4(this,"getAppSpecificPasswords",function(){return u.jsonRequest({name:"GetAppSpecificPasswords",namespace:Qt.Account})}),_defineProperty$4(this,"getAttachmentUrl",function(e){return getAttachmentUrl(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getAvailableLocales",function(){return u.jsonRequest({name:"GetAvailableLocales",namespace:Qt.Account}).then(function(e){return e.locale})}),_defineProperty$4(this,"getContact",function(e){var n=e.id,i=e.ids,e=_objectWithoutProperties(e,sd);return u.jsonRequest({name:"GetContacts",body:_objectSpread2({cn:{id:n||(i||[]).join(",")}},e)}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn))})}),_defineProperty$4(this,"getContactFrequency",function(e){return u.jsonRequest({name:"GetContactFrequency",body:e}).then(function(e){return e.data=e.data.map(function(e){return e.by=e.spec[0].range,e}),e})}),_defineProperty$4(this,"getContactProfileImageUrl",function(e){return function getContactProfileImageUrl(e,n){var i=n.origin;return(n=getAttachmentUrl(e,{origin:void 0===i?"":i,jwtToken:n.jwtToken}))?"".concat(n):""}(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getConversation",function(e){return u.jsonRequest({name:"GetConv",body:{c:rt(e,coerceBooleanToInt)}}).then(function(e){e=normalize$1(Et)(e.c[0]);return e.messages=e.messages.map(u.normalizeMessage),e})}),_defineProperty$4(this,"getCustomMetadata",function(e){return u.jsonRequest({name:"GetCustomMetadata",body:{id:e.id,meta:{section:e.section}}}).then(function(e){return e.meta&&(e.meta=e.meta.map(function(e){return e._attrs||(e._attrs={}),e=function normalizeCustomMetaDataAttrs(n){var i=[];return Object.keys(n._attrs).forEach(function(e){return"string"==typeof n._attrs[e]&&i.push({key:e,value:n._attrs[e]})}),_objectSpread2(_objectSpread2({},n),{},{_attrs:i})}(e)})),mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getDataSources",function(){return u.jsonRequest({name:"GetDataSources"}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getDeviceStatus",function(){return u.jsonRequest({name:"GetDeviceStatus",namespace:Qt.Sync}).then(function(e){return Fi(e,"device")||[]})}),_defineProperty$4(this,"getDistributionListMembers",function(e,n,i){return u.jsonRequest({name:"GetDistributionListMembers",body:{dl:{_content:i},limit:e,offset:n},namespace:Qt.Account}).then(function(e){return normalize$1(jt)(Fi(e,"groupMembers.0.groupMember")||[])})}),_defineProperty$4(this,"getDocumentShareURL",function(e){return u.jsonRequest({name:"GetDocumentShareURL",body:denormalize(ra)(e),singleRequest:!0}).then(function(e){return normalize$1(da)(e)})}),_defineProperty$4(this,"getFilterRules",function(){return u.jsonRequest({name:"GetFilterRules"}).then(function(e){return normalize$1(Xt)(Fi(e,"filterRules.0.filterRule")||[])})}),_defineProperty$4(this,"getFolder",function(e){return u.jsonRequest({name:"GetFolder",body:denormalize(aa)(e)}).then(function(e){var n=normalize$1(Pt)(e),e=Fi(n,"folders.0",{});return e.folders&&(e.folders=e.folders.map(t6),e.folders=e.folders.map(function(e){return e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n=e.oname,i=e.folders;return n&&i&&(e.folders=updateAbsoluteFolderPath(n,e.absFolderPath,i)),e})),e})),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(t6)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n,i,t,a,r;return e.view&&e.view!==Oa.Message&&e.view!==Oa.Contact&&e.view!==Oa.Document||(n=e.absFolderPath,i=e.oname,t=e.folders,a=e.ownerZimbraId,r=e.sharedItemId,e.view===Oa.Contact&&(e.userId=e.id,e.id="".concat(a,":").concat(r)),i&&t&&(e.folders=updateAbsoluteFolderPath(i,n,t))),e})),n})}),_defineProperty$4(this,"getHAB",function(e){return u.jsonRequest({name:"GetHAB",body:{habRootGroupId:e},namespace:Qt.Account}).then(function(e){e=Fi(e,"ou.0");return _objectSpread2(_objectSpread2({},e),{},{habGroups:_toConsumableArray(s6(e.habGroup))})})}),_defineProperty$4(this,"getIdentities",function(){return u.jsonRequest({name:"GetIdentities",namespace:Qt.Account}).then(function(e){var n=e.identity,e=_objectWithoutProperties(e,ld),n=n.map(function(e){var n=e._attrs,i=n.zimbraPrefWhenInFolderIds,t=n.zimbraPrefWhenSentToAddresses,n=_objectWithoutProperties(n,pd);return _objectSpread2(_objectSpread2({},_objectWithoutProperties(e,cd)),{},{_attrs:_objectSpread2(_objectSpread2({},n),{},{zimbraPrefWhenInFolderIds:[].concat(i).filter(Boolean),zimbraPrefWhenSentToAddresses:[].concat(t).filter(Boolean)})})});return mapValuesDeep(_objectSpread2(_objectSpread2({},e),{},{identity:n}),coerceStringToBoolean)})}),_defineProperty$4(this,"getImportStatus",function(){return u.jsonRequest({name:"GetImportStatus"})}),_defineProperty$4(this,"getMailboxMetadata",function(e){return u.jsonRequest({name:"GetMailboxMetadata",body:{meta:{section:e.section}}}).then(function(e){return e.meta=e.meta.map(function(e){return e._attrs||(e._attrs={}),e}),mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getMessage",function(e){var n=e.raw,i=e.ridZ,t=e.part;return u.jsonRequest({name:"GetMsg",body:{m:_objectSpread2(_objectSpread2({id:e.id,html:!1!==e.html&&!0!==n?1:0,header:e.header,read:!0===e.read?1:void 0,needExp:1,neuter:0,max:e.max||25e4,raw:n?1:0},i&&{ridZ:i}),t&&{part:t})}}).then(function(e){return e&&e.m?u.normalizeMessage(e.m[0]):null})}),_defineProperty$4(this,"getMessagesMetadata",function(e){e=e.ids;return u.jsonRequest({name:"GetMsgMetadata",body:{m:{ids:e.join(",")}}}).then(function(e){return e.m.map(u.normalizeMessage)})}),_defineProperty$4(this,"getPreferences",function(){return u.jsonRequest({name:"GetPrefs",namespace:Qt.Account}).then(function(e){var n,i=mapValuesDeep(e._attrs,coerceStringToBoolean);for(n in i)-1!==ed.indexOf(n)&&(i[n]="string"==typeof i[n]?mt(i[n]):i[n]);return i})}),_defineProperty$4(this,"getProfileImageUrl",function(e){return function getProfileImageUrl(e,n){var i=n.origin,n=n.jwtToken;return"".concat(void 0===i?"":i,"/service/home/~/?max_width=100&max_height=100&auth=").concat(n?"jwt":"co","&id=").concat(encodeURIComponent(e)).concat(n?"&zjwt=".concat(n):"")}(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getRights",function(e){return u.jsonRequest({name:"GetRights",namespace:Qt.Account,body:denormalize(pa)(e)}).then(normalize$1(sa))}),_defineProperty$4(this,"getScratchCodes",function(e){return u.jsonRequest({name:"GetScratchCodes",namespace:Qt.Account,body:{account:{by:"name",_content:e}}})}),_defineProperty$4(this,"getSearchFolder",function(){return u.jsonRequest({name:"GetSearchFolder"}).then(function(e){return e.search?{folders:normalize$1(Pt)(e.search)}:{}})}),_defineProperty$4(this,"getSignatures",function(){return u.jsonRequest({name:"GetSignatures",namespace:Qt.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"getSMimePublicCerts",function(e){return u.jsonRequest({name:"GetSMIMEPublicCerts",body:{store:{_content:e.store},email:{_content:e.contactAddr}},namespace:Qt.Account})}),_defineProperty$4(this,"getTag",function(){return u.jsonRequest({name:"GetTag",namespace:Qt.Mail}).then(function(e){e=e.tag;return(void 0===e?[]:e).map(normalize$1(ka))})}),_defineProperty$4(this,"getTasks",function(e){return u.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Yt)(e);return _objectSpread2(_objectSpread2({},e),{},{tasks:e.task?e.task.map(normalize$1(wt)):[]})})}),_defineProperty$4(this,"getTrustedDevices",function(){return u.jsonRequest({name:"GetTrustedDevices",namespace:Qt.Account})}),_defineProperty$4(this,"getWhiteBlackList",function(){return u.jsonRequest({name:"GetWhiteBlackList",namespace:Qt.Account})}),_defineProperty$4(this,"getWorkingHours",function(e){var n=e.start,i=e.end,e=e.names;return u.jsonRequest({name:"GetWorkingHours",body:_objectSpread2({name:e.join(",")},denormalize(Mt)({start:n,end:i}))}).then(function(e){return normalize$1(xt)(e.usr)})}),_defineProperty$4(this,"grantRights",function(e){return u.jsonRequest({name:"GrantRights",namespace:Qt.Account,body:denormalize(sa)(e)}).then(normalize$1(sa))}),_defineProperty$4(this,"importExternalAccount",function(e){return u.jsonRequest({name:"ImportData",body:_defineProperty$4({},e.accountType,{id:e.id})}).then(Boolean)}),_defineProperty$4(this,"itemAction",function(e){return u.action(Jr.item,e)}),_defineProperty$4(this,"jsonRequest",function(e){return u[e.singleRequest?"dataLoader":"batchDataLoader"].load(e)}),_defineProperty$4(this,"login",function(e){var n=e.password,i=e.recoveryCode,t=e.twoFactorCode,a=e.deviceTrusted;return u.jsonRequest({name:"Auth",singleRequest:!0,body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({tokenType:e.tokenType,csrfTokenSecured:e.csrfTokenSecured,persistAuthTokenCookie:e.persistAuthTokenCookie,account:{by:"name",_content:e.username}},n&&{password:n}),i&&{recoveryCode:{verifyAccount:!0,_content:i}}),t&&{twoFactorCode:t}),a&&{deviceTrusted:a}),namespace:Qt.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"logout",function(){return u.jsonRequest({name:"EndSession",body:{logoff:!0},namespace:Qt.Account}).then(Boolean)}),_defineProperty$4(this,"messageAction",function(e){return u.action(Jr.message,e)}),_defineProperty$4(this,"modifyAppointment",function(e,n){return u.jsonRequest({name:"ModifyAppointment",body:_objectSpread2({},denormalize(Ot)(n)),accountName:e,singleRequest:!0}).then(function(e){return normalize$1(Ot)(e)})}),_defineProperty$4(this,"modifyContact",function(e){return u.jsonRequest({name:"ModifyContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Wt)(normalizeOtherAttr(e.cn)[0])})}),_defineProperty$4(this,"modifyExternalAccount",function(e){return u.jsonRequest({name:"ModifyDataSource",body:_defineProperty$4({},e.type,_objectSpread2({id:e.id},mapValuesDeep(e.attrs,coerceBooleanToString))),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyFilterRules",function(e){return u.jsonRequest({name:"ModifyFilterRules",body:{filterRules:[{filterRule:denormalize(Xt)(e)}]},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,kd);return u.jsonRequest({name:"ModifyIdentity",namespace:Qt.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},rt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(Fi(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0})}),_defineProperty$4(this,"modifyPrefs",function(e){var n,i=mapValuesDeep(e,coerceBooleanToString);for(n in i)-1!==ed.indexOf(n)&&(i[n]=i[n]instanceof Array&&0===i[n].length?"":i[n]);return u.jsonRequest({name:"ModifyPrefs",namespace:Qt.Account,body:{_attrs:i},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyProfileImage",function(e){var n=e.contentType;return u.jsonRequest({name:"ModifyProfileImage",body:{_content:e.content},singleRequest:!0,headers:{"Content-Type":n}})}),_defineProperty$4(this,"modifyProps",function(e){return u.jsonRequest({name:"ModifyProperties",namespace:Qt.Account,body:{prop:mapValuesDeep(e,coerceBooleanToString)},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifySearchFolder",function(e){return u.jsonRequest({name:"ModifySearchFolder",body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifySignature",function(e){return u.jsonRequest({name:"ModifySignature",namespace:Qt.Account,body:denormalize(na)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyTask",function(e){return u.jsonRequest({name:"ModifyTask",body:_objectSpread2({},denormalize(Ot)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyWhiteBlackList",function(e){return u.jsonRequest({name:"ModifyWhiteBlackList",namespace:Qt.Account,body:_objectSpread2({},e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyZimletPrefs",function(e){return u.jsonRequest({name:"ModifyZimletPrefs",namespace:Qt.Account,body:{zimlet:e},singleRequest:!0})}),_defineProperty$4(this,"noop",function(e,n){return u.jsonRequest({name:"NoOp",body:{wait:e.wait,limitToOneBlocked:e.limitToOneBlocked},singleRequest:!0,fetchOptions:n}).then(function(e){return e})}),_defineProperty$4(this,"quarantineDeviceSync",function(e){return u.jsonRequest({name:"QuarantineDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"recoverAccount",function(e){return u.jsonRequest({name:"RecoverAccount",body:{channel:e.channel,email:e.email,op:e.op}})}),_defineProperty$4(this,"relatedContacts",function(e){return u.jsonRequest({name:"GetRelatedContacts",body:{targetContact:{cn:e.email}}}).then(function(e){return e.relatedContacts.relatedContact})}),_defineProperty$4(this,"remoteWipeSync",function(e){return u.jsonRequest({name:"RemoteWipe",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"removeDeviceSync",function(e){return u.jsonRequest({name:"RemoveDevice",namespace:Qt.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"resetPassword",function(e){return u.jsonRequest({name:"ResetPassword",namespace:Qt.Account,body:{password:e.password,dryRun:e.dryRun,getPasswordRules:e.getPasswordRules,cancelResetPassword:e.cancelResetPassword},singleRequest:!0})}),_defineProperty$4(this,"resolve",function(e){return"".concat(u.origin).concat(e)}),_defineProperty$4(this,"revokeAppSpecificPassword",function(e){return u.jsonRequest({name:"RevokeAppSpecificPassword",namespace:Qt.Account,body:{appName:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeOtherTrustedDevices",function(){return u.jsonRequest({name:"RevokeOtherTrustedDevices",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeRights",function(e){return u.jsonRequest({name:"RevokeRights",namespace:Qt.Account,body:denormalize(sa)(e),singleRequest:!0}).then(normalize$1(sa))}),_defineProperty$4(this,"revokeTrustedDevice",function(){return u.jsonRequest({name:"RevokeTrustedDevice",namespace:Qt.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"saveDocument",function(e){return u.jsonRequest({name:"SaveDocument",body:denormalize(la)(e),singleRequest:!0}).then(function(e){return{document:e.doc.map(function(e){return normalize$1(Kt)(e)})}})}),_defineProperty$4(this,"saveDraft",function(e,n){return u.jsonRequest({name:"SaveDraft",body:denormalize(Ft)({message:e}),singleRequest:!0,accountName:n}).then(function(e){e=e.m;return{message:e&&e.map(u.normalizeMessage)}})}),_defineProperty$4(this,"search",function(e){return u.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize$1(Yt)(e);return e.messages&&(e.messages=e.messages.map(u.normalizeMessage)),e})}),_defineProperty$4(this,"searchCalendarResources",function(e){return u.jsonRequest({name:"SearchCalendarResources",body:e,namespace:Qt.Account}).then(normalize$1(Zt))}),_defineProperty$4(this,"searchGal",function(e){return u.jsonRequest({name:"SearchGal",body:e,namespace:Qt.Account}).then(normalize$1(Yt))}),_defineProperty$4(this,"sendDeliveryReport",function(e){return u.jsonRequest({name:"SendDeliveryReport",body:{mid:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"sendInviteReply",function(e){return u.jsonRequest({name:"SendInviteReply",body:_objectSpread2({},denormalize(ea)(e)),singleRequest:!0}).then(function(e){return normalize$1(wt)(e)})}),_defineProperty$4(this,"sendMessage",function(e,n){return u.jsonRequest({name:"SendMsg",body:denormalize(Ft)({message:e}),singleRequest:!0,accountName:n}).then(normalize$1(Ft))}),_defineProperty$4(this,"sendShareNotification",function(e){return u.jsonRequest({name:"SendShareNotification",body:_objectSpread2({},denormalize(Ut)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"setCsrfToken",function(e){u.csrfToken=e}),_defineProperty$4(this,"setCustomMetadata",function(e){return u.jsonRequest({name:"SetCustomMetadata",body:function setCustomMetaDataBody(e){var n=e.id,i=e.section,t=[];return fr(e.attrs,function(e){return t.push(_defineProperty$4({},e.key,e.value))}),{id:n,meta:{section:i,_attrs:t}}}(e.customMetaData)}).then(Boolean)}),_defineProperty$4(this,"setJwtToken",function(e){u.jwtToken=e}),_defineProperty$4(this,"setRecoveryAccount",function(e){return u.jsonRequest({name:"SetRecoveryAccount",body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"setUserAgent",function(e){u.userAgent=e}),_defineProperty$4(this,"shareInfo",function(e){return u.jsonRequest({name:"GetShareInfo",body:_objectSpread2(_objectSpread2({},e),{},{_jsns:"urn:zimbraAccount"})}).then(function(e){return e.share})}),_defineProperty$4(this,"snoozeCalendarItem",function(e,n){return u.jsonRequest({name:"SnoozeCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"taskFolders",function(){return u.jsonRequest({name:"GetFolder",body:{view:Oa.Task,tr:!0}}).then(function(e){return normalize$1(Pt)(e.folder[0].folder)})}),_defineProperty$4(this,"testExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,vd);return u.jsonRequest({name:"TestDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return mapValuesDeep(Fi(e,"".concat(n,".0")),coerceStringToBoolean)})}),_defineProperty$4(this,"uploadMessage",function(e){return(u.customFetch||fetch)("".concat(u.origin,"/service/upload?fmt=raw"),{method:"POST",body:e,headers:_objectSpread2(_objectSpread2({"Content-Disposition":"".concat("attachment",'; filename="').concat("message.eml",'"'),"Content-Type":"message/rfc822"},u.authToken&&{Cookie:"ZM_AUTH_TOKEN=".concat(u.authToken)}),u.csrfToken&&{"X-Zimbra-Csrf-Token":u.csrfToken}),credentials:"include"}).then(function(e){if(e.ok)return e.text().then(function(e){if(!e)return null;var n=_slicedToArray(e.match(/^([^,]+),([^,]+),'(.*)'/)||[],4),i=n[1],e=n[2],e=void 0===e?void 0:e,n=n[3];return e&&"'null'"!==e?null:200==+(void 0===i?"":i)?void 0===n?"":n:void 0})})}),_defineProperty$4(this,"batchDataHandler",function(e){return batchJsonRequest(_objectSpread2({requests:e},u.getAdditionalRequestOptions())).then(function(e){var n=Fi(e,"header.context.session.id"),i=Fi(e,"header.context.notify.0"),t=Fi(e,"header.context.refresh");return u.checkAndUpdateSessionId(n),u.notifier&&(i&&u.notifier.handleNotifications(i),t&&u.notifier.handleRefresh(t)),e.requests.map(function(e,n){return gt(e)?e:e.body})})}),_defineProperty$4(this,"checkAndUpdateSessionId",function(e){e&&u.sessionId!==e&&(u.sessionHandler&&u.sessionHandler.writeSessionId(e),u.sessionId=e)}),_defineProperty$4(this,"dataHandler",function(e){return jsonRequest(_objectSpread2(_objectSpread2({},e[0]),u.getAdditionalRequestOptions("Auth"!==e[0].name))).then(function(e){var n=Fi(e,"header.context.session.id"),i=Fi(e,"header.context.notify.0"),t=Fi(e,"header.context.refresh");return u.checkAndUpdateSessionId(n),u.notifier&&(i&&u.notifier.handleNotifications(i),t&&u.notifier.handleRefresh(t)),gt(e)?[e]:[e.body]})}),_defineProperty$4(this,"download",function(e){var n=e.isSecure,e=e.url;return fetch("".concat(u.origin).concat(e),{headers:_objectSpread2(_objectSpread2({},n&&{"X-Zimbra-Encoding":"x-base64"}),u.csrfToken&&{"X-Zimbra-Csrf-Token":u.csrfToken}),credentials:"include"}).then(function(e){if(e.ok)return e.text().then(function(e){if(e)return{content:e}})})}),_defineProperty$4(this,"getAdditionalRequestOptions",function(){return _objectSpread2(_objectSpread2(_objectSpread2({jwtToken:u.jwtToken},(!(0<arguments.length&&void 0!==arguments[0])||arguments[0])&&{csrfToken:u.csrfToken}),u.authToken&&{authToken:u.authToken}),{},{sessionId:u.sessionId||u.sessionHandler&&u.sessionHandler.readSessionId(),origin:u.origin,userAgent:u.userAgent},void 0!==u.notifier.getSequenceNumber()&&{sessionSeq:u.notifier.getSequenceNumber()})}),_defineProperty$4(this,"normalizeMessage",function(e){return function normalizeMessage(e,n){var i=n.origin,t=n.jwtToken,n=n.isDesktop;return(e=normalize$1(At)(e)).attributes=e.attributes&&mapValuesDeep(e.attributes,coerceStringToBoolean),normalizeEmailAddresses(normalizeMimeParts(e,{origin:i,jwtToken:t,isDesktop:n}))}(e,{origin:u.origin,jwtToken:u.jwtToken,isDesktop:u.localStoreClient})}),this.sessionHandler=e.sessionHandler,this.userAgent=e.userAgent,this.jwtToken=e.jwtToken,this.csrfToken=e.csrfToken,this.authToken=e.authToken,this.origin=void 0!==e.zimbraOrigin?e.zimbraOrigin:sr,this.soapPathname=e.soapPathname||lr,this.localStoreClient=e.localStoreClient,this.customFetch=e.customFetch,this.notifier=new b6,this.batchDataLoader=new ot(this.batchDataHandler,{cache:!1}),this.dataLoader=new ot(this.dataHandler,{batch:!1,cache:!1}),this.customFetch&&function setCustomFetch(e){fa=e}(this.customFetch)}var Nd={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:"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:"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:U.get="getRecoveryAccount"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:U.send="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:"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:"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:"zimbraFeatureResetPasswordStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ResetPasswordStatus"}},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:"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:"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:"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:"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:"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:"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:"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:"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:"zimbraFeatureMailForwardingInFiltersEnabled"},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:"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:"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:"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:"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:"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:"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:"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:"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:"NonNullType",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:"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:"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:"phone"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"phone2"},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:"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:"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:"phone"},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"InputValueDefinition",name:{kind:"Name",value:"phone2"},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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"sortField"},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:"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:"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:"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:"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:"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:"discoverRights"},arguments:[],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:"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:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DlGroupMember"}}},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:"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:[]}],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:[]}],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:"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:[]}],type:{kind:"NamedType",name:{kind:"Name",value:"SendMessageResponse"}},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:70541}};Nd.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 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\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}\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}\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\tzimbraFeatureResetPasswordStatus: ResetPasswordStatus\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\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\tautoSendTime: Float\n\tlocal: Boolean\n\tpart: String\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}\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}\n\ntype DlAttrs {\n\tcommonName: String\n\tdisplayName: String\n\tlastName: String\n}\n\ntype DlGroupMember {\n\tname: String\n\tattributes: DlAttrs\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}\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\tzimbraFeatureMailForwardingInFiltersEnabled: 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\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\tzimbraFeatureAppSpecificPasswordsEnabled: Boolean\n\tzimbraFeatureMailPriorityEnabled: Boolean\n\tzimbraFileUploadMaxSize: Float\n\tzimbraFileUploadMaxSizePerFile: Float\n\tzimbraMailAttachmentMaxSize: Float\n\tzimbraMtaMaxMessageSize: Float\n\tzimbraMailAlias: [String]\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\tzimbraTrialExpirationDate: String\n\tzimbraTrialConvertAtExpiration: Boolean\n\tzimbraHierarchicalAddressBookRoot: String\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\tzimbraPrefShowAllNewMailNotifications: Boolean\n\tzimbraPrefDefaultCalendarId: ID\n\tzimbraPrefDeleteInviteOnReply: 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\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}\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}\n\ntype OtherContactAttribute {\n\tkey: String\n\tvalue: String\n}\n\ntype ContactAttributes {\n\tfirstName: String\n\tphoneticFirstName: 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\tphone: String\n\tphone2: 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}\n\ninput OtherContactAttributeInput {\n\tkey: String\n\tvalue: String\n}\n\ninput ContactAttrsInput {\n\tfirstName: String\n\tphoneticFirstName: 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\tphone: String\n\tphone2: 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}\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}\n\ninput ExistingAttachmentInput {\n\tmessageId: ID\n\tpart: String\n}\n\ninput DocumentInput {\n\tid: ID\n}\n\ninput EMLInput {\n\tid: ID\n}\n\ninput AttachmentInput {\n\tattachmentId: String\n\tdocuments: [DocumentInput]\n\tmessages: [EMLInput]\n\texistingAttachments: [ExistingAttachmentInput]\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 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}\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}\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 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\tzimbraPrefHtmlEditorDefaultFontColor: String\n\tzimbraPrefHtmlEditorDefaultFontFamily: String\n\tzimbraPrefHtmlEditorDefaultFontSize: String\n\tzimbraPrefMailToasterEnabled: 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}\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\tsortField: 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}\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 SMimeMessage {\n\tid: ID\n\tcontent: String\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\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\tdiscoverRights: 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\tgetDistributionListMembers(\n\t\tlimit: Int\n\t\toffset: Int\n\t\tdl: String\n\t): [DlGroupMember]\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\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): 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): 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\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): SendMessageResponse\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}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var gd=function(e,n){return(gd=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)};var Td,hd="Invariant Violation",Id=Object.setPrototypeOf,Dd=void 0===Id?function(e,n){return e.__proto__=n,e}:Id,Sd=(function __extends$1(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}gd(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}(InvariantError,Td=Error),InvariantError);function InvariantError(e){e=Td.call(this,"number"==typeof(e=void 0===e?hd:e)?hd+": "+e+" (see https://github.com/apollographql/invariant-packages)":e)||this;return e.framesToPop=1,e.name=hd,Dd(e,InvariantError.prototype),e}function invariant$1(e,n){if(!e)throw new Sd(n)}var bd=["debug","log","warn","error","silent"],Fd=bd.indexOf("log");function wrapConsoleMethod(e){return function(){if(bd.indexOf(e)>=Fd)return(console[e]||console.log).apply(console,arguments)}}function maybe$1(e){try{return e()}catch(e){}}(zu=invariant$1=invariant$1||{}).debug=wrapConsoleMethod("debug"),zu.log=wrapConsoleMethod("log"),zu.warn=wrapConsoleMethod("warn"),zu.error=wrapConsoleMethod("error");var Ad=maybe$1(function(){return globalThis})||maybe$1(function(){return window})||maybe$1(function(){return self})||maybe$1(function(){return global})||maybe$1(function(){return Function("return this")()}),Ed="__",Od=[Ed,Ed].join("DEV");var Cd=function getDEV(){try{return Boolean(__DEV__)}catch(e){return Object.defineProperty(Ad,Od,{value:"production"!==maybe$1(function(){return process.env.NODE_ENV}),enumerable:!1,configurable:!0,writable:!0}),Ad[Od]}}();function maybe(e){try{return e()}catch(e){}}var _d=maybe(function(){return globalThis})||maybe(function(){return window})||maybe(function(){return self})||maybe(function(){return global})||maybe(function(){return Function("return this")()}),Rd=!1;function remove(){Rd&&(delete _d.process,Rd=!1)}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(e){return"object"==_typeof$4(e)&&null!==e}!function install(){!_d||maybe(function(){return process.env.NODE_ENV})||maybe(function(){return process})||(Object.defineProperty(_d,"process",{value:{env:{NODE_ENV:"production"}},configurable:!0,enumerable:!1,writable:!0}),Rd=!0)}();var wd="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator",Pd="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 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),d=n.column+(1===n.line?i:0),n="".concat(e.name,":").concat(r,":").concat(d,"\n"),i=t.split(/\r\n|[\n\r]/g),o=i[a];if(120<o.length){for(var e=Math.floor(d/80),t=d%80,u=[],m=0;m<o.length;m+=80)u.push(o.slice(m,m+80));return n+printPrefixedLines([["".concat(r),u[0]]].concat(u.slice(1,e+1).map(function(e){return["",e]}),[[" ",whitespace(t-1)+"^"],["",u[e+1]]]))}return n+printPrefixedLines([["".concat(r-1),i[a-1]],["".concat(r),o],["",whitespace(d-1)+"^"],["".concat(r+1),i[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 function leftPad(e,n){return whitespace(e-n.length)+n}(i,e[0])+(n?" | "+n:" |")}).join("\n")}function whitespace(e){return Array(e+1).join(" ")}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 _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 _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 function _wrapNativeSuper(e){if(null===e||!function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(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);t=new(Function.bind.apply(e,t));return i&&_setPrototypeOf(t,i.prototype),t}).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 _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 Vd=function(){!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)}(GraphQLError,_wrapNativeSuper(Error));var l=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))}}(GraphQLError);function GraphQLError(e,n,i,t,a,r,d){!function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,GraphQLError);var o=l.call(this,e),u=Array.isArray(n)?0!==n.length?n:void 0:n?[n]:void 0,n=i;!n&&u&&(n=null===(s=u[0].loc)||void 0===s?void 0:s.source);var m,s=t;(s=!s&&u?u.reduce(function(e,n){return n.loc&&e.push(n.loc.start),e},[]):s)&&0===s.length&&(s=void 0),t&&i?m=t.map(function(e){return getLocation(i,e)}):u&&(m=u.reduce(function(e,n){return n.loc&&e.push(getLocation(n.loc.source,n.loc.start)),e},[]));t=d;return null!=t||null==r||isObjectLike(d=r.extensions)&&(t=d),Object.defineProperties(_assertThisInitialized(o),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==m&&void 0!==m?m:void 0,enumerable:null!=m},path:{value:null!=a?a:void 0,enumerable:null!=a},nodes:{value:null!=u?u:void 0},source:{value:null!==n&&void 0!==n?n:void 0},positions:{value:null!==s&&void 0!==s?s:void 0},originalError:{value:r},extensions:{value:null!==t&&void 0!==t?t:void 0,enumerable:null!=t}}),null!=r&&r.stack?(Object.defineProperty(_assertThisInitialized(o),"stack",{value:r.stack,writable:!0,configurable:!0}),_possibleConstructorReturn(o)):(Error.captureStackTrace?Error.captureStackTrace(_assertThisInitialized(o),GraphQLError):Object.defineProperty(_assertThisInitialized(o),"stack",{value:Error().stack,writable:!0,configurable:!0}),o)}return function _createClass$5(e,n,i){n&&_defineProperties$5(e.prototype,n),i&&_defineProperties$5(e,i)}(GraphQLError,[{key:"toString",value:function toString(){return 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"+function printLocation(e){return printSourceLocation(e.source,getLocation(e.source,e.start))}(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}(this)}},{key:Pd,get:function get(){return"Object"}}]),GraphQLError}();function syntaxError(e,n,i){return new Vd("Syntax Error: ".concat(i),void 0,e,[n])}var jd=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(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}var Bd="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;function defineInspect(e){var n=e.prototype.toJSON;"function"==typeof n||invariant(0),e.prototype.inspect=n,Bd&&(e.prototype[Bd]=n)}var Ld=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}();defineInspect(Ld);var Md=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(Md);var xd=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 zd=10,$d=2;function inspect(e){return formatValue(e,[])}function formatValue(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":function formatObjectValue(e,n){if(-1!==n.indexOf(e))return"[Circular]";var i=[].concat(n,[e]),n=function getCustomFn(e){var n=e[String(Bd)];if("function"==typeof n)return n;if("function"==typeof e.inspect)return e.inspect}(e);if(void 0!==n){n=n.call(e);if(n!==e)return"string"==typeof n?n:formatValue(n,i)}else if(Array.isArray(e))return function formatArray(e,n){if(0===e.length)return"[]";if($d<n.length)return"[Array]";for(var i=Math.min(zd,e.length),t=e.length-i,a=[],r=0;r<i;++r)a.push(formatValue(e[r],n));1==t?a.push("... 1 more item"):1<t&&a.push("... ".concat(t," more items"));return"["+a.join(", ")+"]"}(e,i);return function formatObject(n,i){var e=Object.keys(n);if(0===e.length)return"{}";if($d<i.length)return"["+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}(n)+"]";return"{ "+e.map(function(e){return e+": "+formatValue(n[e],i)}).join(", ")+" }"}(e,i)}(e,n);default:return String(e)}}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 qd="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.prototype[Symbol.toStringTag];if(i===(Symbol.toStringTag in e?e[Symbol.toStringTag]:null===(n=e.constructor)||void 0===n?void 0:n.name)){e=inspect(e);throw new Error("Cannot use ".concat(i,' "').concat(e,'" 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)}}var Ud=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(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 function _createClass$4(e,n,i){n&&_defineProperties$4(e.prototype,n),i&&_defineProperties$4(e,i)}(Source,[{key:Pd,get:function get(){return"Source"}}]),Source}();var Gd=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(e){var n=e.split(/\r\n|[\n\r]/g),i=function getBlockStringIndentation(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)&&void 0!==n?n:0}(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(n[a]);)++a;for(var r=n.length;a<r&&isBlank(n[r-1]);)--r;return n.slice(a,r).join("\n")}function isBlank(e){for(var n=0;n<e.length;++n)if(" "!==e[n]&&"\t"!==e[n])return;return 1}var Wd=function(){function Lexer(e){var n=new Md(xd.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!==xd.EOF)do{var e,n=null!==(e=n.next)&&void 0!==e?e:n.next=function readToken(e,n){var i=e.source,t=i.body,a=t.length,r=n.end;for(;r<a;){var d=t.charCodeAt(r),o=e.line,u=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 Md(xd.BANG,r,r+1,o,u,n);case 35:return function readComment(e,n,i,t,a){var r,d=e.body,o=n;for(;r=d.charCodeAt(++o),!isNaN(r)&&(31<r||9===r););return new Md(xd.COMMENT,n,o,i,t,a,d.slice(n+1,o))}(i,r,o,u,n);case 36:return new Md(xd.DOLLAR,r,r+1,o,u,n);case 38:return new Md(xd.AMP,r,r+1,o,u,n);case 40:return new Md(xd.PAREN_L,r,r+1,o,u,n);case 41:return new Md(xd.PAREN_R,r,r+1,o,u,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new Md(xd.SPREAD,r,r+3,o,u,n);break;case 58:return new Md(xd.COLON,r,r+1,o,u,n);case 61:return new Md(xd.EQUALS,r,r+1,o,u,n);case 64:return new Md(xd.AT,r,r+1,o,u,n);case 91:return new Md(xd.BRACKET_L,r,r+1,o,u,n);case 93:return new Md(xd.BRACKET_R,r,r+1,o,u,n);case 123:return new Md(xd.BRACE_L,r,r+1,o,u,n);case 124:return new Md(xd.PIPE,r,r+1,o,u,n);case 125:return new Md(xd.BRACE_R,r,r+1,o,u,n);case 34:return 34===t.charCodeAt(r+1)&&34===t.charCodeAt(r+2)?function readBlockString(e,n,i,t,a,r){var d=e.body,o=n+3,u=o,m=0,s="";for(;o<d.length&&!isNaN(m=d.charCodeAt(o));){if(34===m&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2))return s+=d.slice(u,o),new Md(xd.BLOCK_STRING,n,o+3,i,t,a,dedentBlockStringValue(s));if(m<32&&9!==m&&10!==m&&13!==m)throw syntaxError(e,o,"Invalid character within String: ".concat(printCharCode(m),"."));10===m?(++o,++r.line,r.lineStart=o):13===m?(10===d.charCodeAt(o+1)?o+=2:++o,++r.line,r.lineStart=o):92===m&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2)&&34===d.charCodeAt(o+3)?(s+=d.slice(u,o)+'"""',u=o+=4):++o}throw syntaxError(e,o,"Unterminated string.")}(i,r,o,u,n,e):function readString(e,n,i,t,a){var r=e.body,d=n+1,o=d,u=0,m="";for(;d<r.length&&!isNaN(u=r.charCodeAt(d))&&10!==u&&13!==u;){if(34===u)return m+=r.slice(o,d),new Md(xd.STRING,n,d+1,i,t,a,m);if(u<32&&9!==u)throw syntaxError(e,d,"Invalid character within String: ".concat(printCharCode(u),"."));if(++d,92===u){switch(m+=r.slice(o,d-1),u=r.charCodeAt(d)){case 34:m+='"';break;case 47:m+="/";break;case 92:m+="\\";break;case 98:m+="\b";break;case 102:m+="\f";break;case 110:m+="\n";break;case 114:m+="\r";break;case 116:m+="\t";break;case 117:var s=function uniCharCode(e,n,i,t){return char2hex(e)<<12|char2hex(n)<<8|char2hex(i)<<4|char2hex(t)}(r.charCodeAt(d+1),r.charCodeAt(d+2),r.charCodeAt(d+3),r.charCodeAt(d+4));if(s<0){var l=r.slice(d+1,d+5);throw syntaxError(e,d,"Invalid character escape sequence: \\u".concat(l,"."))}m+=String.fromCharCode(s),d+=4;break;default:throw syntaxError(e,d,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}o=++d}}throw syntaxError(e,d,"Unterminated string.")}(i,r,o,u,n);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return function readNumber(e,n,i,t,a,r){var d=e.body,o=i,u=n,i=!1;45===o&&(o=d.charCodeAt(++u));if(48===o){if(48<=(o=d.charCodeAt(++u))&&o<=57)throw syntaxError(e,u,"Invalid number, unexpected digit after 0: ".concat(printCharCode(o),"."))}else u=readDigits(e,u,o),o=d.charCodeAt(u);46===o&&(i=!0,o=d.charCodeAt(++u),u=readDigits(e,u,o),o=d.charCodeAt(u));69!==o&&101!==o||(i=!0,43!==(o=d.charCodeAt(++u))&&45!==o||(o=d.charCodeAt(++u)),u=readDigits(e,u,o),o=d.charCodeAt(u));if(46===o||function isNameStart(e){return 95===e||65<=e&&e<=90||97<=e&&e<=122}(o))throw syntaxError(e,u,"Invalid number, expected digit but got: ".concat(printCharCode(o),"."));return new Md(i?xd.FLOAT:xd.INT,n,u,t,a,r,d.slice(n,u))}(i,r,d,o,u,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 function readName(e,n,i,t,a){var r=e.body,d=r.length,o=n+1,u=0;for(;o!==d&&!isNaN(u=r.charCodeAt(o))&&(95===u||48<=u&&u<=57||65<=u&&u<=90||97<=u&&u<=122);)++o;return new Md(xd.NAME,n,o,i,t,a,r.slice(n,o))}(i,r,o,u,n)}throw syntaxError(i,r,function unexpectedCharacterMessage(e){if(e<32&&9!==e&&10!==e&&13!==e)return"Cannot contain the invalid character ".concat(printCharCode(e),".");return 39!==e?"Cannot parse the unexpected character ".concat(printCharCode(e),"."):"Unexpected single quote character ('), did you mean to use a double quote (\")?"}(d))}return new Md(xd.EOF,a,a,e.line,1+r-e.lineStart,n)}(this,n)}while(n.kind===xd.COMMENT);return n},Lexer}();function printCharCode(e){return isNaN(e)?xd.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}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 char2hex(e){return 48<=e&&e<=57?e-48:65<=e&&e<=70?e-55:97<=e&&e<=102?e-87:-1}function parse(e,n){return new Hd(e,n).parseDocument()}var Hd=function(){function Parser(e,n){e=function isSource(e){return qd(e,Ud)}(e)?e:new Ud(e);this._lexer=new Wd(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken(xd.NAME);return{kind:jd.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:jd.DOCUMENT,definitions:this.many(xd.SOF,this.parseDefinition,xd.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek(xd.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(xd.BRACE_L))return this.parseOperationDefinition();if(this.peekDescription())return this.parseTypeSystemDefinition()}throw this.unexpected()},e.parseOperationDefinition=function parseOperationDefinition(){var e=this._lexer.token;if(this.peek(xd.BRACE_L))return{kind:jd.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var n,i=this.parseOperationType();return this.peek(xd.NAME)&&(n=this.parseName()),{kind:jd.OPERATION_DEFINITION,operation:i,name:n,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(!1),selectionSet:this.parseSelectionSet(),loc:this.loc(e)}},e.parseOperationType=function parseOperationType(){var e=this.expectToken(xd.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(xd.PAREN_L,this.parseVariableDefinition,xd.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:jd.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(xd.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(xd.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(xd.DOLLAR),{kind:jd.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:jd.SELECTION_SET,selections:this.many(xd.BRACE_L,this.parseSelection,xd.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek(xd.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken(xd.COLON)?(e=i,this.parseName()):i;return{kind:jd.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(xd.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany(xd.PAREN_L,e?this.parseConstArgument:this.parseArgument,xd.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken(xd.COLON),{kind:jd.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:jd.ARGUMENT,name:this.parseName(),value:(this.expectToken(xd.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token;this.expectToken(xd.SPREAD);var n=this.expectOptionalKeyword("on");return!n&&this.peek(xd.NAME)?{kind:jd.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:jd.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?void 0:e.experimentalFragmentVariables)?{kind:jd.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:jd.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 xd.BRACKET_L:return this.parseList(e);case xd.BRACE_L:return this.parseObject(e);case xd.INT:return this._lexer.advance(),{kind:jd.INT,value:n.value,loc:this.loc(n)};case xd.FLOAT:return this._lexer.advance(),{kind:jd.FLOAT,value:n.value,loc:this.loc(n)};case xd.STRING:case xd.BLOCK_STRING:return this.parseStringLiteral();case xd.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:jd.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:jd.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:jd.NULL,loc:this.loc(n)};default:return{kind:jd.ENUM,value:n.value,loc:this.loc(n)}}case xd.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:jd.STRING,value:e.value,block:e.kind===xd.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:jd.LIST,values:this.any(xd.BRACKET_L,function item(){return n.parseValueLiteral(e)},xd.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:jd.OBJECT,fields:this.any(xd.BRACE_L,function item(){return n.parseObjectField(e)},xd.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken(xd.COLON),{kind:jd.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek(xd.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken(xd.AT),{kind:jd.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken(xd.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(xd.BRACKET_R),{kind:jd.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken(xd.BANG)?{kind:jd.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:jd.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===xd.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(xd.STRING)||this.peek(xd.BLOCK_STRING)},e.parseDescription=function parseDescription(){if(this.peekDescription())return this.parseStringLiteral()},e.parseSchemaDefinition=function parseSchemaDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("schema");var i=this.parseDirectives(!0),t=this.many(xd.BRACE_L,this.parseOperationTypeDefinition,xd.BRACE_R);return{kind:jd.SCHEMA_DEFINITION,description:n,directives:i,operationTypes:t,loc:this.loc(e)}},e.parseOperationTypeDefinition=function parseOperationTypeDefinition(){var e=this._lexer.token,n=this.parseOperationType();this.expectToken(xd.COLON);var i=this.parseNamedType();return{kind:jd.OPERATION_TYPE_DEFINITION,operation:n,type:i,loc:this.loc(e)}},e.parseScalarTypeDefinition=function parseScalarTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("scalar");var i=this.parseName(),t=this.parseDirectives(!0);return{kind:jd.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();this.expectKeyword("type");var i=this.parseName(),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:jd.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?void 0:e.allowLegacySDLImplementsInterfaces))return this.delimitedMany(xd.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken(xd.AMP);n.push(this.parseNamedType()),this.expectOptionalToken(xd.AMP)||this.peek(xd.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(xd.BRACE_L)&&this._lexer.lookahead().kind===xd.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(xd.BRACE_L,this.parseFieldDefinition,xd.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs();this.expectToken(xd.COLON);var a=this.parseTypeReference(),r=this.parseDirectives(!0);return{kind:jd.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany(xd.PAREN_L,this.parseInputValueDef,xd.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName();this.expectToken(xd.COLON);var t,a=this.parseTypeReference();this.expectOptionalToken(xd.EQUALS)&&(t=this.parseValueLiteral(!0));var r=this.parseDirectives(!0);return{kind:jd.INPUT_VALUE_DEFINITION,description:n,name:i,type:a,defaultValue:t,directives:r,loc:this.loc(e)}},e.parseInterfaceTypeDefinition=function parseInterfaceTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("interface");var i=this.parseName(),t=this.parseImplementsInterfaces(),a=this.parseDirectives(!0),r=this.parseFieldsDefinition();return{kind:jd.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();this.expectKeyword("union");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseUnionMemberTypes();return{kind:jd.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken(xd.EQUALS)?this.delimitedMany(xd.PIPE,this.parseNamedType):[]},e.parseEnumTypeDefinition=function parseEnumTypeDefinition(){var e=this._lexer.token,n=this.parseDescription();this.expectKeyword("enum");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseEnumValuesDefinition();return{kind:jd.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany(xd.BRACE_L,this.parseEnumValueDefinition,xd.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:jd.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();this.expectKeyword("input");var i=this.parseName(),t=this.parseDirectives(!0),a=this.parseInputFieldsDefinition();return{kind:jd.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany(xd.BRACE_L,this.parseInputValueDef,xd.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===xd.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;this.expectKeyword("extend"),this.expectKeyword("schema");var n=this.parseDirectives(!0),i=this.optionalMany(xd.BRACE_L,this.parseOperationTypeDefinition,xd.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:jd.SCHEMA_EXTENSION,directives:n,operationTypes:i,loc:this.loc(e)}},e.parseScalarTypeExtension=function parseScalarTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("scalar");var n=this.parseName(),i=this.parseDirectives(!0);if(0===i.length)throw this.unexpected();return{kind:jd.SCALAR_TYPE_EXTENSION,name:n,directives:i,loc:this.loc(e)}},e.parseObjectTypeExtension=function parseObjectTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("type");var n=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:jd.OBJECT_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInterfaceTypeExtension=function parseInterfaceTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("interface");var n=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:jd.INTERFACE_TYPE_EXTENSION,name:n,interfaces:i,directives:t,fields:a,loc:this.loc(e)}},e.parseUnionTypeExtension=function parseUnionTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("union");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseUnionMemberTypes();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.UNION_TYPE_EXTENSION,name:n,directives:i,types:t,loc:this.loc(e)}},e.parseEnumTypeExtension=function parseEnumTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("enum");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseEnumValuesDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.ENUM_TYPE_EXTENSION,name:n,directives:i,values:t,loc:this.loc(e)}},e.parseInputObjectTypeExtension=function parseInputObjectTypeExtension(){var e=this._lexer.token;this.expectKeyword("extend"),this.expectKeyword("input");var n=this.parseName(),i=this.parseDirectives(!0),t=this.parseInputFieldsDefinition();if(0===i.length&&0===t.length)throw this.unexpected();return{kind:jd.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();this.expectKeyword("directive"),this.expectToken(xd.AT);var i=this.parseName(),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var r=this.parseDirectiveLocations();return{kind:jd.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany(xd.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==Gd[n.value])return n;throw this.unexpected(e)},e.loc=function loc(e){var n;if(!0!==(null===(n=this._options)||void 0===n?void 0:n.noLocation))return new Ld(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!==xd.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===xd.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 function isPunctuatorTokenKind(e){return e===xd.BANG||e===xd.DOLLAR||e===xd.AMP||e===xd.PAREN_L||e===xd.PAREN_R||e===xd.SPREAD||e===xd.COLON||e===xd.EQUALS||e===xd.AT||e===xd.BRACKET_L||e===xd.BRACKET_R||e===xd.BRACE_L||e===xd.PIPE||e===xd.BRACE_R}(e)?'"'.concat(e,'"'):e}var Qd={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"]},Kd=Object.freeze({});function visit(e,n,i){var t=2<arguments.length&&void 0!==i?i:Qd,a=void 0,r=Array.isArray(e),d=[e],o=-1,u=[],m=void 0,s=void 0,l=void 0,p=[],c=[],k=e;do{var v=++o===d.length,y=v&&0!==u.length;if(v){if(s=0===c.length?void 0:p[p.length-1],m=l,l=c.pop(),y){if(r)m=m.slice();else{for(var f={},N=0,g=Object.keys(m);N<g.length;N++){var T=g[N];f[T]=m[T]}m=f}for(var h=0,I=0;I<u.length;I++){var D=u[I][0],S=u[I][1];r&&(D-=h),r&&null===S?(m.splice(D,1),h++):m[D]=S}}o=a.index,d=a.keys,u=a.edits,r=a.inArray,a=a.prev}else{if(s=l?r?o:d[o]:void 0,null==(m=l?l[s]:k))continue;l&&p.push(s)}var b=void 0;if(!Array.isArray(m)){if(!isNode(m))throw new Error("Invalid AST Node: ".concat(inspect(m),"."));var F=getVisitFn(n,m.kind,v);if(F){if((b=F.call(n,m,s,l,p,c))===Kd)break;if(!1===b){if(!v){p.pop();continue}}else if(void 0!==b&&(u.push([s,b]),!v)){if(!isNode(b)){p.pop();continue}m=b}}}void 0===b&&y&&u.push([s,m]),v?p.pop():(a={inArray:r,index:o,keys:d,edits:u,prev:a},d=(r=Array.isArray(m))?m:null!==(v=t[m.kind])&&void 0!==v?v:[],o=-1,u=[],l&&c.push(l),l=m)}while(void 0!==a);return k=0!==u.length?u[u.length-1][1]:k}function getVisitFn(e,n,i){var t=e[n];if(t){if(!i&&"function"==typeof t)return t;t=i?t.leave:t.enter;return"function"==typeof t?t:void 0}e=i?e.leave:e.enter;if(e){if("function"==typeof e)return e;n=e[n];return"function"==typeof n?n:void 0}}var Yd=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}},Zd=Object.values||function(n){return Object.keys(n).map(function(e){return n[e]})};function locatedError(e,n,i){var t=e instanceof Error?e:new Error("Unexpected error value: "+inspect(e));return Array.isArray(t.path)?t:new Vd(t.message,null!==(e=t.nodes)&&void 0!==e?e:n,t.source,t.positions,i,t)}var Jd=/^[_a-zA-Z][_a-zA-Z0-9]*$/;var Xd=Object.entries||function(n){return Object.keys(n).map(function(e){return[e,n[e]]})};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=Xd(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=Xd(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 eo=5;function didYouMean(e,n){var n="string"==typeof e?[e,n]:[void 0,e],e=n[0],i=" Did you mean ";e&&(i+=e+" ");var t=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,eo),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-no,isDigit(a=e.charCodeAt(++i))&&0<d;);for(var o=0;o=10*o+r-no,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 no=48,io=57;function isDigit(e){return!isNaN(e)&&no<=e&&e<=io}function suggestionList(e,n){for(var t=Object.create(null),i=new to(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 to=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;i.length<t.length&&(k=i,i=t,t=k);var a=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 u=1;u<=a;u++){for(var m=d[(u-1)%3],s=d[u%3],l=s[0]=u,p=1;p<=r;p++){var c=Math.min(m[p]+1,s[p-1]+1,m[p-1]+(i[u-1]===t[p-1]?0:1));(c=1<u&&1<p&&i[u-1]===t[p-2]&&i[u-2]===t[p-1]?Math.min(c,d[(u-2)%3][p-2]+1):c)<l&&(l=c),s[p]=c}if(n<l)return}var k=d[a%3][r];return k<=n?k: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:ao})}var ao={Name:function Name(e){return e.value},Variable:function Variable(e){return"$"+e.name},Document:function Document(e){return join(e.definitions,"\n\n")+"\n"},OperationDefinition:function OperationDefinition(e){var n=e.operation,i=e.name,t=wrap$1("(",join(e.variableDefinitions,", "),")"),a=join(e.directives," "),e=e.selectionSet;return i||a||t||"query"!==n?join([n,join([i,t]),a,e]," "):e},VariableDefinition:function VariableDefinition(e){var n=e.directives;return e.variable+": "+e.type+wrap$1(" = ",e.defaultValue)+wrap$1(" ",join(n," "))},SelectionSet:function SelectionSet(e){return block(e.selections)},Field:function Field(e){var n=e.name,i=e.arguments,t=e.directives,a=e.selectionSet,e=wrap$1("",e.alias,": ")+n,n=e+wrap$1("(",join(i,", "),")");return 80<n.length&&(n=e+wrap$1("(\n",indent(join(i,"\n")),"\n)")),join([n,join(t," "),a]," ")},Argument:function Argument(e){return e.name+": "+e.value},FragmentSpread:function FragmentSpread(e){return"..."+e.name+wrap$1(" ",join(e.directives," "))},InlineFragment:function InlineFragment(e){var n=e.directives,i=e.selectionSet;return join(["...",wrap$1("on ",e.typeCondition),join(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$1("(",join(i,", "),")")," ")+"on ".concat(n," ").concat(wrap$1("",join(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?function printBlockString(e,n,i){var t=1<arguments.length&&void 0!==n?n:"",a=2<arguments.length&&void 0!==i&&i,n=-1===e.indexOf("\n"),i=!n||'"'===e[e.length-1]||"\\"===e[e.length-1]||a,a="";return!i||n&&(" "===e[0]||"\t"===e[0])||(a+="\n"+t),a+=t?e.replace(/\n/g,"\n"+t):e,i&&(a+="\n"),'"""'+a.replace(/"""/g,'\\"""')+'"""'}(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(e.values,", ")+"]"},ObjectValue:function ObjectValue(e){return"{"+join(e.fields,", ")+"}"},ObjectField:function ObjectField(e){return e.name+": "+e.value},Directive:function Directive(e){return"@"+e.name+wrap$1("(",join(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(function(e){var n=e.operationTypes;return join(["schema",join(e.directives," "),block(n)]," ")}),OperationTypeDefinition:function OperationTypeDefinition(e){return e.operation+": "+e.type},ScalarTypeDefinition:addDescription(function(e){return join(["scalar",e.name,join(e.directives," ")]," ")}),ObjectTypeDefinition:addDescription(function(e){var n=e.directives,i=e.fields;return join(["type",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")}),FieldDefinition:addDescription(function(e){var n=e.arguments,i=e.type,t=e.directives;return e.name+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+": "+i+wrap$1(" ",join(t," "))}),InputValueDefinition:addDescription(function(e){var n=e.directives;return join([e.name+": "+e.type,wrap$1("= ",e.defaultValue),join(n," ")]," ")}),InterfaceTypeDefinition:addDescription(function(e){var n=e.directives,i=e.fields;return join(["interface",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")}),UnionTypeDefinition:addDescription(function(e){var n=e.types;return join(["union",e.name,join(e.directives," "),n&&0!==n.length?"= "+join(n," | "):""]," ")}),EnumTypeDefinition:addDescription(function(e){var n=e.values;return join(["enum",e.name,join(e.directives," "),block(n)]," ")}),EnumValueDefinition:addDescription(function(e){return join([e.name,join(e.directives," ")]," ")}),InputObjectTypeDefinition:addDescription(function(e){var n=e.fields;return join(["input",e.name,join(e.directives," "),block(n)]," ")}),DirectiveDefinition:addDescription(function(e){var n=e.arguments,i=e.repeatable,t=e.locations;return"directive @"+e.name+(hasMultilineItems(n)?wrap$1("(\n",indent(join(n,"\n")),"\n)"):wrap$1("(",join(n,", "),")"))+(i?" repeatable":"")+" on "+join(t," | ")}),SchemaExtension:function SchemaExtension(e){var n=e.operationTypes;return join(["extend schema",join(e.directives," "),block(n)]," ")},ScalarTypeExtension:function ScalarTypeExtension(e){return join(["extend scalar",e.name,join(e.directives," ")]," ")},ObjectTypeExtension:function ObjectTypeExtension(e){var n=e.directives,i=e.fields;return join(["extend type",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")},InterfaceTypeExtension:function InterfaceTypeExtension(e){var n=e.directives,i=e.fields;return join(["extend interface",e.name,wrap$1("implements ",join(e.interfaces," & ")),join(n," "),block(i)]," ")},UnionTypeExtension:function UnionTypeExtension(e){var n=e.types;return join(["extend union",e.name,join(e.directives," "),n&&0!==n.length?"= "+join(n," | "):""]," ")},EnumTypeExtension:function EnumTypeExtension(e){var n=e.values;return join(["extend enum",e.name,join(e.directives," "),block(n)]," ")},InputObjectTypeExtension:function InputObjectTypeExtension(e){var n=e.fields;return join(["extend input",e.name,join(e.directives," "),block(n)]," ")}};function addDescription(n){return function(e){return join([e.description,n(e)],"\n")}}function join(e,n){var n=1<arguments.length&&void 0!==n?n:"";return null!==(n=null==e?void 0:e.filter(function(e){return e}).join(n))&&void 0!==n?n:""}function block(e){return wrap$1("{\n",indent(join(e,"\n")),"\n}")}function wrap$1(e,n,i){return null!=n&&""!==n?e+n+(2<arguments.length&&void 0!==i?i:""):""}function indent(e){return wrap$1(" ",e.replace(/\n/g,"\n "))}function isMultiline(e){return-1!==e.indexOf("\n")}function hasMultilineItems(e){return null!=e&&e.some(isMultiline)}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 isScalarType(e){return qd(e,ro)}function isObjectType(e){return qd(e,oo)}function isInterfaceType(e){return qd(e,uo)}function isUnionType(e){return qd(e,mo)}function isEnumType(e){return qd(e,so)}function isInputObjectType(e){return qd(e,lo)}function isListType(e){return qd(e,GraphQLList)}function isNonNullType(e){return qd(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=function assertType(e){if(!isType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL type."));return e}(e)}function GraphQLNonNull(e){if(!(this instanceof GraphQLNonNull))return new GraphQLNonNull(e);this.ofType=function assertNullableType(e){if(function isNullableType(e){return isType(e)&&!isNonNullType(e)}(e))return e;throw new Error("Expected ".concat(inspect(e)," to be a GraphQL nullable type."))}(e)}function isWrappingType(e){return isListType(e)||isNonNullType(e)}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,Pd,{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,Pd,{get:function get(){return"GraphQLNonNull"}}),defineInspect(GraphQLNonNull);var ro=function(){function GraphQLScalarType(e){var n,i=null!==(n=e.parseValue)&&void 0!==n?n:identityFunc;this.name=e.name,this.description=e.description,this.specifiedByUrl=e.specifiedByUrl,this.serialize=null!==(n=e.serialize)&&void 0!==n?n:identityFunc,this.parseValue=i,this.parseLiteral=null!==(n=e.parseLiteral)&&void 0!==n?n:function(e,n){return i(function valueFromASTUntyped(e,n){switch(e.kind){case jd.NULL:return null;case jd.INT:return parseInt(e.value,10);case jd.FLOAT:return parseFloat(e.value);case jd.STRING:case jd.ENUM:case jd.BOOLEAN:return e.value;case jd.LIST:return e.values.map(function(e){return valueFromASTUntyped(e,n)});case jd.OBJECT:return keyValMap(e.fields,function(e){return e.name.value},function(e){return valueFromASTUntyped(e.value,n)});case jd.VARIABLE:return null==n?void 0:n[e.name.value]}invariant(0,"Unexpected value node: "+inspect(e))}(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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLScalarType,[{key:Pd,get:function get(){return"GraphQLScalarType"}}]),GraphQLScalarType}();defineInspect(ro);var oo=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(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:Pd,get:function get(){return"GraphQLObjectType"}}]),GraphQLObjectType}();function defineInterfaces(e){var n=null!==(n=resolveThunk(e.interfaces))&&void 0!==n?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(e.resolve),"."));var i=null!==(i=e.args)&&void 0!==i?i:{};isPlainObj(i)||devAssert(0,"".concat(t.name,".").concat(n," args must be an object with argument names as keys."));i=Xd(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(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(oo);var uo=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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInterfaceType,[{key:Pd,get:function get(){return"GraphQLInterfaceType"}}]),GraphQLInterfaceType}();defineInspect(uo);var mo=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=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}.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(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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLUnionType,[{key:Pd,get:function get(){return"GraphQLUnionType"}}]),GraphQLUnionType}();defineInspect(mo);var so=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=function defineEnumValues(i,e){return isPlainObj(e)||devAssert(0,"".concat(i," values must be an object with value names as keys.")),Xd(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(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}})}(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 Vd('Enum "'.concat(this.name,'" cannot represent value: ').concat(inspect(e)));return n.name},e.parseValue=function parseValue(e){if("string"!=typeof e){var n=inspect(e);throw new Vd('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(n,".")+didYouMeanEnumValue(this,n))}n=this.getValue(e);if(null==n)throw new Vd('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!==jd.ENUM){var i=print(e);throw new Vd('Enum "'.concat(this.name,'" cannot represent non-enum value: ').concat(i,".")+didYouMeanEnumValue(this,i),e)}i=this.getValue(e.value);if(null!=i)return i.value;i=print(e);throw new Vd('Value "'.concat(i,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,i),e)},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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLEnumType,[{key:Pd,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})))}defineInspect(so);var lo=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=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}})}.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)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInputObjectType,[{key:Pd,get:function get(){return"GraphQLInputObjectType"}}]),GraphQLInputObjectType}();function isRequiredInputField(e){return isNonNullType(e.type)&&void 0===e.defaultValue}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(lo);var po=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[wd];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 u=e.length;if("number"==typeof u&&0<=u&&u%1==0){for(var m=[],s=0;s<u;++s)Object.prototype.hasOwnProperty.call(e,s)&&m.push(n.call(i,e[s],s));return m}return[]},co=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)};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,n){var i=1<arguments.length&&void 0!==n?n:function(e){return e};if(null==e||"object"!==_typeof(e))return null;if(Array.isArray(e))return e.map(i);n=e[wd];if("function"==typeof n){for(var t,a=n.call(e),r=[],d=0;!(t=a.next()).done;++d)r.push(i(t.value,d));return r}var o=e.length;if("number"==typeof o&&0<=o&&o%1==0){for(var u=[],m=0;m<o;++m){if(!Object.prototype.hasOwnProperty.call(e,m))return null;u.push(i(e[String(m)],m))}return u}return null}var ko=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},vo=2147483647,yo=-2147483648;var fo=new ro({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:function serializeInt(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;if("string"==typeof(e=n)&&""!==n&&(e=Number(n)),!ko(e))throw new Vd("Int cannot represent non-integer value: ".concat(inspect(n)));if(vo<e||e<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: "+inspect(n));return e},parseValue:function coerceInt(e){if(!ko(e))throw new Vd("Int cannot represent non-integer value: ".concat(inspect(e)));if(vo<e||e<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: ".concat(e));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.INT)throw new Vd("Int cannot represent non-integer value: ".concat(print(e)),e);var n=parseInt(e.value,10);if(vo<n||n<yo)throw new Vd("Int cannot represent non 32-bit signed integer value: ".concat(e.value),e);return n}});var No=new ro({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:function serializeFloat(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;if("string"==typeof(e=n)&&""!==n&&(e=Number(n)),!co(e))throw new Vd("Float cannot represent non numeric value: ".concat(inspect(n)));return e},parseValue:function coerceFloat(e){if(!co(e))throw new Vd("Float cannot represent non numeric value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.FLOAT&&e.kind!==jd.INT)throw new Vd("Float cannot represent non numeric value: ".concat(print(e)),e);return parseFloat(e.value)}});function serializeObject(e){if(isObjectLike(e)){if("function"==typeof e.valueOf){var n=e.valueOf();if(!isObjectLike(n))return n}if("function"==typeof e.toJSON)return e.toJSON()}return e}var go=new ro({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:function serializeString(e){var n=serializeObject(e);if("string"==typeof n)return n;if("boolean"==typeof n)return n?"true":"false";if(co(n))return n.toString();throw new Vd("String cannot represent value: ".concat(inspect(e)))},parseValue:function coerceString(e){if("string"!=typeof e)throw new Vd("String cannot represent a non string value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.STRING)throw new Vd("String cannot represent a non string value: ".concat(print(e)),e);return e.value}});var To=new ro({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:function serializeBoolean(e){if("boolean"==typeof(e=serializeObject(e)))return e;if(co(e))return 0!==e;throw new Vd("Boolean cannot represent a non boolean value: ".concat(inspect(e)))},parseValue:function coerceBoolean(e){if("boolean"!=typeof e)throw new Vd("Boolean cannot represent a non boolean value: ".concat(inspect(e)));return e},parseLiteral:function parseLiteral(e){if(e.kind!==jd.BOOLEAN)throw new Vd("Boolean cannot represent a non boolean value: ".concat(print(e)),e);return e.value}});var ho=new ro({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:function serializeID(e){var n=serializeObject(e);if("string"==typeof n)return n;if(ko(n))return String(n);throw new Vd("ID cannot represent value: ".concat(inspect(e)))},parseValue:function coerceID(e){if("string"==typeof e)return e;if(ko(e))return e.toString();throw new Vd("ID cannot represent value: ".concat(inspect(e)))},parseLiteral:function parseLiteral(e){if(e.kind!==jd.STRING&&e.kind!==jd.INT)throw new Vd("ID cannot represent a non-string and non-integer value: "+print(e),e);return e.value}}),U=Object.freeze([go,fo,No,To,ho]);var Io=/^-?(?:0|[1-9][0-9]*)$/,Do=new oo({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:go,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(Fo))),resolve:function resolve(e){return Zd(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new GraphQLNonNull(Fo),resolve:function resolve(e){return e.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:Fo,resolve:function resolve(e){return e.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:Fo,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(So))),resolve:function resolve(e){return e.getDirectives()}}}}}),So=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},isRepeatable:{type:new GraphQLNonNull(To),resolve:function resolve(e){return e.isRepeatable}},locations:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(bo))),resolve:function resolve(e){return e.locations}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Eo))),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){return n.includeDeprecated?e.args:e.args.filter(function(e){return null==e.deprecationReason})}}}}}),bo=new so({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:Gd.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:Gd.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:Gd.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:Gd.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:Gd.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:Gd.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:Gd.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:Gd.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:Gd.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:Gd.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:Gd.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:Gd.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:Gd.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:Gd.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:Gd.UNION,description:"Location adjacent to a union definition."},ENUM:{value:Gd.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:Gd.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:Gd.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:Gd.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),Fo=new oo({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(_o),resolve:function resolve(e){return isScalarType(e)?Co.SCALAR:isObjectType(e)?Co.OBJECT:isInterfaceType(e)?Co.INTERFACE:isUnionType(e)?Co.UNION:isEnumType(e)?Co.ENUM:isInputObjectType(e)?Co.INPUT_OBJECT:isListType(e)?Co.LIST:isNonNullType(e)?Co.NON_NULL:void invariant(0,'Unexpected type: "'.concat(inspect(e),'".'))}},name:{type:go,resolve:function resolve(e){return void 0!==e.name?e.name:void 0}},description:{type:go,resolve:function resolve(e){return void 0!==e.description?e.description:void 0}},specifiedByUrl:{type:go,resolve:function resolve(e){return void 0!==e.specifiedByUrl?e.specifiedByUrl:void 0}},fields:{type:new GraphQLList(new GraphQLNonNull(Ao)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isObjectType(e)||isInterfaceType(e)){e=Zd(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},interfaces:{type:new GraphQLList(new GraphQLNonNull(Fo)),resolve:function resolve(e){if(isObjectType(e)||isInterfaceType(e))return e.getInterfaces()}},possibleTypes:{type:new GraphQLList(new GraphQLNonNull(Fo)),resolve:function resolve(e,n,i,t){t=t.schema;if(isAbstractType(e))return t.getPossibleTypes(e)}},enumValues:{type:new GraphQLList(new GraphQLNonNull(Oo)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isEnumType(e)){e=e.getValues();return n?e:e.filter(function(e){return null==e.deprecationReason})}}},inputFields:{type:new GraphQLList(new GraphQLNonNull(Eo)),args:{includeDeprecated:{type:To,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isInputObjectType(e)){e=Zd(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},ofType:{type:Fo,resolve:function resolve(e){return void 0!==e.ofType?e.ofType:void 0}}}}}),Ao=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Eo))),args:{includeDeprecated:{type:To,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(Fo),resolve:function resolve(e){return e.type}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Eo=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},type:{type:new GraphQLNonNull(Fo),resolve:function resolve(e){return e.type}},defaultValue:{type:go,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function resolve(e){e=function astFromValue(e,n){if(isNonNullType(n)){var i=astFromValue(e,n.ofType);return(null==i?void 0:i.kind)===jd.NULL?null:i}if(null===e)return{kind:jd.NULL};if(void 0===e)return null;if(isListType(n)){var t=n.ofType,a=safeArrayFrom(e);if(null==a)return astFromValue(e,t);for(var r=[],d=0;d<a.length;d++){var o=astFromValue(a[d],t);null!=o&&r.push(o)}return{kind:jd.LIST,values:r}}if(isInputObjectType(n)){if(!isObjectLike(e))return null;for(var u=[],m=0,s=Zd(n.getFields());m<s.length;m++){var l=s[m],p=astFromValue(e[l.name],l.type);p&&u.push({kind:jd.OBJECT_FIELD,name:{kind:jd.NAME,value:l.name},value:p})}return{kind:jd.OBJECT,fields:u}}if(isLeafType(n)){var c=n.serialize(e);if(null==c)return null;if("boolean"==typeof c)return{kind:jd.BOOLEAN,value:c};if("number"==typeof c&&co(c))return i=String(c),Io.test(i)?{kind:jd.INT,value:i}:{kind:jd.FLOAT,value:i};if("string"==typeof c)return isEnumType(n)?{kind:jd.ENUM,value:c}:n===ho&&Io.test(c)?{kind:jd.INT,value:c}:{kind:jd.STRING,value:c};throw new TypeError("Cannot convert value to AST: ".concat(inspect(c),"."))}invariant(0,"Unexpected input type: "+inspect(n))}(e.defaultValue,e.type);return e?print(e):null}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Oo=new oo({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(go),resolve:function resolve(e){return e.name}},description:{type:go,resolve:function resolve(e){return e.description}},isDeprecated:{type:new GraphQLNonNull(To),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:go,resolve:function resolve(e){return e.deprecationReason}}}}}),Co=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),_o=new so({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:Co.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:Co.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:Co.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:Co.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:Co.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:Co.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:Co.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:Co.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Ro={name:"__schema",type:new GraphQLNonNull(Do),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},wo={name:"__type",type:Fo,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new GraphQLNonNull(go),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},Po={name:"__typename",type:new GraphQLNonNull(go),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},Vo=Object.freeze([Do,So,bo,Fo,Ao,Eo,Oo,_o]);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 isDirective(e){return qd(e,jo)}var jo=function(){function GraphQLDirective(e){this.name=e.name,this.description=e.description,this.locations=e.locations,this.isRepeatable=null!==(n=e.isRepeatable)&&void 0!==n&&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)&&void 0!==n?n:{};isObjectLike(n)&&!Array.isArray(n)||devAssert(0,"@".concat(e.name," args must be an object with argument names as keys.")),this.args=Xd(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()},function _createClass$2(e,n,i){n&&_defineProperties$2(e.prototype,n),i&&_defineProperties$2(e,i)}(GraphQLDirective,[{key:Pd,get:function get(){return"GraphQLDirective"}}]),GraphQLDirective}();defineInspect(jo);var Lo=new jo({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[Gd.FIELD,Gd.FRAGMENT_SPREAD,Gd.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(To),description:"Included when true."}}}),Mo=new jo({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[Gd.FIELD,Gd.FRAGMENT_SPREAD,Gd.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(To),description:"Skipped when true."}}}),xo=new jo({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[Gd.FIELD_DEFINITION,Gd.ARGUMENT_DEFINITION,Gd.INPUT_FIELD_DEFINITION,Gd.ENUM_VALUE],args:{reason:{type:go,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:"No longer supported"}}}),Id=new jo({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[Gd.SCALAR],args:{url:{type:new GraphQLNonNull(go),description:"The URL that specifies the behaviour of this scalar."}}}),zo=Object.freeze([Lo,Mo,xo,Id]);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 assertSchema(e){if(!function isSchema(e){return qd(e,$o)}(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL schema."));return e}var $o=function(){function GraphQLSchema(e){var n;this.__validationErrors=!0===e.assumeValid?[]:void 0,isObjectLike(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(e.types),".")),!e.directives||Array.isArray(e.directives)||devAssert(0,'"directives" must be Array if provided but got: '+"".concat(inspect(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)&&void 0!==n?n:zo;var 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 u=o[d];if(isDirective(u))for(var m=0,s=u.args;m<s.length;m++)collectReferencedTypes(s[m].type,i)}collectReferencedTypes(Do,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var l=0,p=po(i);l<p.length;l++){var c=p[l];if(null!=c){var k=c.name;if(k||devAssert(0,"One of the provided types for building the Schema is missing a name."),void 0!==this._typeMap[k])throw new Error('Schema must contain uniquely named types but contains multiple types named "'.concat(k,'".'));if(isInterfaceType(this._typeMap[k]=c))for(var v=0,y=c.getInterfaces();v<y.length;v++){var f,N=y[v];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 u=0,m=r.interfaces;u<m.length;u++)i[m[u].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 Yd(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:Zd(this.getTypeMap()),directives:this.getDirectives().slice(),extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!==(e=this.extensionASTNodes)&&void 0!==e?e:[],assumeValid:void 0!==this.__validationErrors}},function _createClass$1(e,n,i){n&&_defineProperties$1(e.prototype,n),i&&_defineProperties$1(e,i)}(GraphQLSchema,[{key:Pd,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=Zd(e.getFields());d<o.length;d++){var u=o[d];collectReferencedTypes(u.type,n);for(var m=0,s=u.args;m<s.length;m++)collectReferencedTypes(s[m].type,n)}}else if(isInputObjectType(e))for(var l=0,p=Zd(e.getFields());l<p.length;l++)collectReferencedTypes(p[l].type,n);return n}function validateSchema(e){if(assertSchema(e),e.__validationErrors)return e.__validationErrors;var n=new qo(e);!function validateRootTypes(e){var n=e.schema,i=n.getQueryType();i?isObjectType(i)||e.reportError("Query root type must be Object type, it cannot be ".concat(inspect(i),"."),null!==(t=getOperationTypeNode(n,"query"))&&void 0!==t?t:i.astNode):e.reportError("Query root type must be provided.",n.astNode);var t=n.getMutationType();t&&!isObjectType(t)&&e.reportError("Mutation root type must be Object type if provided, it cannot be "+"".concat(inspect(t),"."),null!==(i=getOperationTypeNode(n,"mutation"))&&void 0!==i?i:t.astNode);t=n.getSubscriptionType();t&&!isObjectType(t)&&e.reportError("Subscription root type must be Object type if provided, it cannot be "+"".concat(inspect(t),"."),null!==(n=getOperationTypeNode(n,"subscription"))&&void 0!==n?n:t.astNode)}(n),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(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?void 0:d.type])}}else e.reportError("Expected directive but got: ".concat(inspect(t),"."),null==t?void 0:t.astNode)}}(n),function validateTypes(e){for(var n=function createInputObjectCircularRefsValidator(d){var o=Object.create(null),u=[],m=Object.create(null);return function detectCycleRecursive(e){if(o[e.name])return;o[e.name]=!0;m[e.name]=u.length;var n=Zd(e.getFields());for(var i=0;i<n.length;i++){var t,a,r=n[i];isNonNullType(r.type)&&isInputObjectType(r.type.ofType)&&(a=m[(t=r.type.ofType).name],u.push(r),void 0===a?detectCycleRecursive(t):(r=u.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}))),u.pop())}m[e.name]=void 0}}(e),i=e.schema.getTypeMap(),t=0,a=Zd(i);t<a.length;t++){var r=a[t];isNamedType(r)?(function isIntrospectionType(n){return Vo.some(function(e){return n.name===e.name})}(r)||validateName(e,r),isObjectType(r)||isInterfaceType(r)?(validateFields(e,r),validateInterfaces(e,r)):isUnionType(r)?function validateUnionMembers(e,n){var i=n.getTypes();0===i.length&&e.reportError("Union type ".concat(n.name," must define one or more member types."),getAllNodes(n));for(var t=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(r),"."),getUnionMemberTypeNodes(n,String(r))))}}(e,r):isEnumType(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)}}(e,r):isInputObjectType(r)&&(function validateInputFields(e,n){var i=Zd(n.getFields());0===i.length&&e.reportError("Input Object type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t,a=0;a<i.length;a++){var r=i[a];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(r.type),"."),null===(t=r.astNode)||void 0===t?void 0:t.type),isRequiredInputField(r)&&null!=r.deprecationReason&&e.reportError("Required input field ".concat(n.name,".").concat(r.name," cannot be deprecated."),[getDeprecatedDirectiveNode(r.astNode),null===(r=r.astNode)||void 0===r?void 0:r.type])}}(e,r),n(r))):e.reportError("Expected GraphQL named type but got: ".concat(inspect(r),"."),r.astNode)}}(n);n=n.getErrors();return 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 qo=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 Vd(e,n))},e.addError=function addError(e){this._errors.push(e)},e.getErrors=function getErrors(){return this._errors},SchemaValidationContext}();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 validateName(e,n){var i=function isValidNameError(e){return"string"==typeof e||devAssert(0,"Expected name to be a string."),1<e.length&&"_"===e[0]&&"_"===e[1]?new Vd('Name "'.concat(e,'" must not begin with "__", which is reserved by GraphQL introspection.')):Jd.test(e)?void 0:new Vd('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(e,'" does not.'))}(n.name);i&&e.addError(locatedError(i,n.astNode))}function validateFields(e,n){var i=Zd(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(r.type),"."),null===(a=r.astNode)||void 0===a?void 0:a.type);for(var d=0,o=r.args;d<o.length;d++){var u,m=o[d],s=m.name;validateName(e,m),isInputType(m.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name,"(").concat(s,":) must be Input ")+"Type but got: ".concat(inspect(m.type),"."),null===(u=m.astNode)||void 0===u?void 0:u.type),isRequiredArgument(m)&&null!=m.deprecationReason&&e.reportError("Required argument ".concat(n.name,".").concat(r.name,"(").concat(s,":) cannot be deprecated."),[getDeprecatedDirectiveNode(m.astNode),null===(m=m.astNode)||void 0===m?void 0:m.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?i[r.name]?e.reportError("Type ".concat(n.name," can only implement ").concat(r.name," once."),getAllImplementsInterfaceNodes(n,r)):(i[r.name]=!0,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)))}}(e,n,r),function validateTypeImplementsInterface(t,a,r){for(var e,n=a.getFields(),i=0,d=Zd(r.getFields());i<d.length;i++){var o=d[i],u=o.name,m=n[u];if(m){isTypeSubTypeOf(t.schema,m.type,o.type)||t.reportError("Interface field ".concat(r.name,".").concat(u," expects type ")+"".concat(inspect(o.type)," but ").concat(a.name,".").concat(u," ")+"is type ".concat(inspect(m.type),"."),[null===(e=o.astNode)||void 0===e?void 0:e.type,null===(e=m.astNode)||void 0===e?void 0:e.type]);for(var s=function _loop(e,n){var n=n[e],i=n.name,e=Yd(m.args,function(e){return e.name===i});if(!e)return t.reportError("Interface field argument ".concat(r.name,".").concat(u,"(").concat(i,":) expected but ").concat(a.name,".").concat(u," does not provide it."),[n.astNode,m.astNode]),"continue";!function isEqualType(e,n){return e===n||(isNonNullType(e)&&isNonNullType(n)||!(!isListType(e)||!isListType(n)))&&isEqualType(e.ofType,n.ofType)}(n.type,e.type)&&t.reportError("Interface field argument ".concat(r.name,".").concat(u,"(").concat(i,":) ")+"expects type ".concat(inspect(n.type)," but ")+"".concat(a.name,".").concat(u,"(").concat(i,":) is type ")+"".concat(inspect(e.type),"."),[null===(n=n.astNode)||void 0===n?void 0:n.type,null===(e=e.astNode)||void 0===e?void 0:e.type])},l=0,p=o.args;l<p.length;l++)s(l,p);for(var c=function _loop2(e,n){var e=n[e],i=e.name;!Yd(o.args,function(e){return e.name===i})&&isRequiredArgument(e)&&t.reportError("Object field ".concat(a.name,".").concat(u," includes required argument ").concat(i," that is missing from the Interface field ").concat(r.name,".").concat(u,"."),[e.astNode,o.astNode])},k=0,v=m.args;k<v.length;k++)c(k,v)}else t.reportError("Interface field ".concat(r.name,".").concat(u," expected but ").concat(a.name," does not provide it."),[o.astNode].concat(getAllNodes(a)))}}(e,n,r)):e.reportError("Type ".concat(n.name," cannot implement itself because it would create a circular reference."),getAllImplementsInterfaceNodes(n,r)):e.reportError("Type ".concat(inspect(n)," must only implement Interface types, ")+"it cannot implement ".concat(inspect(r),"."),getAllImplementsInterfaceNodes(n,r))}}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]))&&void 0!==r?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){var n;return null==e||null===(n=e.directives)||void 0===n?void 0:n.find(function(e){return e.name.value===xo.name})}function typeFromAST(e,n){var i;return n.kind===jd.LIST_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLList(i):n.kind===jd.NON_NULL_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLNonNull(i):n.kind===jd.NAMED_TYPE?e.getType(n.name.value):void invariant(0,"Unexpected type node: "+inspect(n))}var Uo=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 jd.SELECTION_SET:var t=getNamedType(this.getType());this._parentTypeStack.push(isCompositeType(t)?t:void 0);break;case jd.FIELD:var a,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 jd.DIRECTIVE:this._directive=i.getDirective(n.name.value);break;case jd.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 jd.INLINE_FRAGMENT:case jd.FRAGMENT_DEFINITION:var r=n.typeCondition,r=r?typeFromAST(i,r):getNamedType(this.getType());this._typeStack.push(isOutputType(r)?r:void 0);break;case jd.VARIABLE_DEFINITION:var d=typeFromAST(i,n.type);this._inputTypeStack.push(isInputType(d)?d:void 0);break;case jd.ARGUMENT:var o,u,d=null!==(d=this.getDirective())&&void 0!==d?d:this.getFieldDef();d&&(o=Yd(d.args,function(e){return e.name===n.name.value}))&&(u=o.type),this._argument=o,this._defaultValueStack.push(o?o.defaultValue:void 0),this._inputTypeStack.push(isInputType(u)?u:void 0);break;case jd.LIST:var m=getNullableType(this.getInputType()),m=isListType(m)?m.ofType:m;this._defaultValueStack.push(void 0),this._inputTypeStack.push(isInputType(m)?m:void 0);break;case jd.OBJECT_FIELD:var s,m=getNamedType(this.getInputType());isInputObjectType(m)&&(s=m.getFields()[n.name.value])&&(p=s.type),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(isInputType(p)?p:void 0);break;case jd.ENUM:var l,p=getNamedType(this.getInputType());isEnumType(p)&&(l=p.getValue(n.value)),this._enumValue=l}},e.leave=function leave(e){switch(e.kind){case jd.SELECTION_SET:this._parentTypeStack.pop();break;case jd.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case jd.DIRECTIVE:this._directive=null;break;case jd.OPERATION_DEFINITION:case jd.INLINE_FRAGMENT:case jd.FRAGMENT_DEFINITION:this._typeStack.pop();break;case jd.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case jd.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case jd.LIST:case jd.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case jd.ENUM:this._enumValue=null}},TypeInfo}();function getFieldDef$1(e,n,i){i=i.name.value;return i===Ro.name&&e.getQueryType()===n?Ro:i===wo.name&&e.getQueryType()===n?wo:i===Po.name&&isCompositeType(n)?Po: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){n=n.apply(a,arguments);return void 0!==n&&(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 isTypeDefinitionNode(e){return e.kind===jd.SCALAR_TYPE_DEFINITION||e.kind===jd.OBJECT_TYPE_DEFINITION||e.kind===jd.INTERFACE_TYPE_DEFINITION||e.kind===jd.UNION_TYPE_DEFINITION||e.kind===jd.ENUM_TYPE_DEFINITION||e.kind===jd.INPUT_OBJECT_TYPE_DEFINITION}function isTypeExtensionNode(e){return e.kind===jd.SCALAR_TYPE_EXTENSION||e.kind===jd.OBJECT_TYPE_EXTENSION||e.kind===jd.INTERFACE_TYPE_EXTENSION||e.kind===jd.UNION_TYPE_EXTENSION||e.kind===jd.ENUM_TYPE_EXTENSION||e.kind===jd.INPUT_OBJECT_TYPE_EXTENSION}function KnownTypeNamesRule(d){for(var e=d.getSchema(),o=e?e.getTypeMap():Object.create(null),u=Object.create(null),n=0,i=d.getDocument().definitions;n<i.length;n++){var t=i[n];isTypeDefinitionNode(t)&&(u[t.name.value]=!0)}var m=Object.keys(o).concat(Object.keys(u));return{NamedType:function NamedType(e,n,i,t,a){var r=e.name.value;o[r]||u[r]||((i=null!=(i=null!==(a=a[2])&&void 0!==a?a:i)&&function isSDLNode(e){return!Array.isArray(e)&&(function isTypeSystemDefinitionNode(e){return e.kind===jd.SCHEMA_DEFINITION||isTypeDefinitionNode(e)||e.kind===jd.DIRECTIVE_DEFINITION}(e)||function isTypeSystemExtensionNode(e){return e.kind===jd.SCHEMA_EXTENSION||isTypeExtensionNode(e)}(e))}(i))&&function isStandardTypeName(e){return-1!==Go.indexOf(e)}(r)||(i=suggestionList(r,i?Go.concat(m):m),d.reportError(new Vd('Unknown type "'.concat(r,'".')+didYouMean(i),e))))}}}var Go=[].concat(U,Vo).map(function(e){return e.name});function KnownDirectivesRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];u[t.name]=t.locations}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===jd.DIRECTIVE_DEFINITION&&(u[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=u[r];d?(a=function getDirectiveLocationForASTPath(e){var n=e[e.length-1];switch(Array.isArray(n)&&invariant(0),n.kind){case jd.OPERATION_DEFINITION:return function getDirectiveLocationForOperation(e){switch(e){case"query":return Gd.QUERY;case"mutation":return Gd.MUTATION;case"subscription":return Gd.SUBSCRIPTION}invariant(0,"Unexpected operation: "+inspect(e))}(n.operation);case jd.FIELD:return Gd.FIELD;case jd.FRAGMENT_SPREAD:return Gd.FRAGMENT_SPREAD;case jd.INLINE_FRAGMENT:return Gd.INLINE_FRAGMENT;case jd.FRAGMENT_DEFINITION:return Gd.FRAGMENT_DEFINITION;case jd.VARIABLE_DEFINITION:return Gd.VARIABLE_DEFINITION;case jd.SCHEMA_DEFINITION:case jd.SCHEMA_EXTENSION:return Gd.SCHEMA;case jd.SCALAR_TYPE_DEFINITION:case jd.SCALAR_TYPE_EXTENSION:return Gd.SCALAR;case jd.OBJECT_TYPE_DEFINITION:case jd.OBJECT_TYPE_EXTENSION:return Gd.OBJECT;case jd.FIELD_DEFINITION:return Gd.FIELD_DEFINITION;case jd.INTERFACE_TYPE_DEFINITION:case jd.INTERFACE_TYPE_EXTENSION:return Gd.INTERFACE;case jd.UNION_TYPE_DEFINITION:case jd.UNION_TYPE_EXTENSION:return Gd.UNION;case jd.ENUM_TYPE_DEFINITION:case jd.ENUM_TYPE_EXTENSION:return Gd.ENUM;case jd.ENUM_VALUE_DEFINITION:return Gd.ENUM_VALUE;case jd.INPUT_OBJECT_TYPE_DEFINITION:case jd.INPUT_OBJECT_TYPE_EXTENSION:return Gd.INPUT_OBJECT;case jd.INPUT_VALUE_DEFINITION:return e[e.length-3].kind===jd.INPUT_OBJECT_TYPE_DEFINITION?Gd.INPUT_FIELD_DEFINITION:Gd.ARGUMENT_DEFINITION}}(a))&&-1===d.indexOf(a)&&o.reportError(new Vd('Directive "@'.concat(r,'" may not be used on ').concat(a,"."),e)):o.reportError(new Vd('Unknown directive "@'.concat(r,'".'),e))}}}function UniqueDirectivesPerLocationRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];u[t.name]=!t.isRepeatable}for(var a=o.getDocument().definitions,r=0;r<a.length;r++){var d=a[r];d.kind===jd.DIRECTIVE_DEFINITION&&(u[d.name.value]=!d.repeatable)}var m=Object.create(null),s=Object.create(null);return{enter:function enter(e){if(null!=e.directives){var n,i;e.kind===jd.SCHEMA_DEFINITION||e.kind===jd.SCHEMA_EXTENSION?i=m:isTypeDefinitionNode(e)||isTypeExtensionNode(e)?void 0===(i=s[n=e.name.value])&&(s[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;u[d]&&(i[d]?o.reportError(new Vd('The directive "@'.concat(d,'" can only be used once at this location.'),[i[d],r])):i[d]=r)}}}}}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){!function _defineProperty$2(e,n,i){n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i}(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 KnownArgumentNamesOnDirectivesRule(u){for(var m=Object.create(null),e=u.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];m[t.name]=t.args.map(function(e){return e.name})}for(var a=u.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===jd.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],m[o.name.value]=d.map(function(e){return e.name.value}))}return{Directive:function Directive(e){var n=e.name.value,i=m[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),u.reportError(new Vd('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 Vd('There can be only one argument named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function isValidValueNode(n,i){var t=n.getInputType();if(t){var e=getNamedType(t);if(isLeafType(e))try{void 0===e.parseLiteral(i,void 0)&&(a=inspect(t),n.reportError(new Vd('Expected value of type "'.concat(a,'", found ').concat(print(i),"."),i)))}catch(e){var a=inspect(t);n.reportError(e instanceof Vd?e:new Vd('Expected value of type "'.concat(a,'", found ').concat(print(i),"; ")+e.message,i,void 0,void 0,void 0,e))}else{t=inspect(t);n.reportError(new Vd('Expected value of type "'.concat(t,'", found ').concat(print(i),"."),i))}}}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){!function _defineProperty$1(e,n,i){n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i}(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 ProvidedRequiredArgumentsOnDirectivesRule(m){for(var s=Object.create(null),e=m.getSchema(),n=e?e.getDirectives():zo,i=0;i<n.length;i++){var t=n[i];s[t.name]=keyMap(t.args.filter(isRequiredArgument),function(e){return e.name})}for(var a=m.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===jd.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],s[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=s[n];if(i)for(var t,a=keyMap(null!==(t=e.arguments)&&void 0!==t?t:[],function(e){return e.name.value}),r=0,d=Object.keys(i);r<d.length;r++){var o,u=d[r];a[u]||(o=(isType(o=i[u].type)?inspect:print)(o),m.reportError(new Vd('Directive "@'.concat(n,'" argument "').concat(u,'" of type "').concat(o,'" is required, but it was not provided.'),e)))}}}}}function isRequiredArgumentNode(e){return e.type.kind===jd.NON_NULL_TYPE&&null==e.defaultValue}function collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,d){var o=e.getFragment(d);if(o){var d=getReferencedFieldsAndFragmentNames(e,i,o),o=d[0],u=d[1];if(r!==o){collectConflictsBetween(e,n,i,t,a,r,o);for(var m=0;m<u.length;m++)collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,u[m])}}}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),u=e.getFragment(d);if(o&&u){var m=getReferencedFieldsAndFragmentNames(e,i,o),o=m[0],s=m[1],u=getReferencedFieldsAndFragmentNames(e,i,u),l=u[1];collectConflictsBetween(e,n,i,t,a,o,u[0]);for(var p=0;p<l.length;p++)collectConflictsBetweenFragments(e,n,i,t,a,r,l[p]);for(var c=0;c<s.length;c++)collectConflictsBetweenFragments(e,n,i,t,a,s[c],d)}}}function collectConflictsBetween(e,n,i,t,a,r,d){for(var o=0,u=Object.keys(r);o<u.length;o++){var m=u[o],s=d[m];if(s)for(var l=r[m],p=0;p<l.length;p++)for(var c=0;c<s.length;c++){var k=findConflict(e,i,t,a,m,l[p],s[c]);k&&n.push(k)}}}function findConflict(e,n,i,t,a,r,d){var o=r[0],u=r[1],m=r[2],s=d[0],r=d[1],d=d[2],s=t||o!==s&&isObjectType(o)&&isObjectType(s);if(!s){var l=u.name.value,p=r.name.value;if(l!==p)return[[a,'"'.concat(l,'" and "').concat(p,'" are different fields')],[u],[r]];if(!function sameArguments(e,i){return e.length===i.length&&e.every(function(n){var e=Yd(i,function(e){return e.name.value===n.name.value});return!!e&&function sameValue(e,n){return print(e)===print(n)}(n.value,e.value)})}(null!==(l=u.arguments)&&void 0!==l?l:[],null!==(p=r.arguments)&&void 0!==p?p:[]))return[[a,"they have differing arguments"],[u],[r]]}l=null==m?void 0:m.type,p=null==d?void 0:d.type;if(l&&p&&function doTypesConflict(e,n){if(isListType(e))return!isListType(n)||doTypesConflict(e.ofType,n.ofType);if(isListType(n))return!0;if(isNonNullType(e))return!isNonNullType(n)||doTypesConflict(e.ofType,n.ofType);if(isNonNullType(n))return!0;if(isLeafType(e)||isLeafType(n))return e!==n;return!1}(l,p))return[[a,'they return conflicting types "'.concat(inspect(l),'" and "').concat(inspect(p),'"')],[u],[r]];m=u.selectionSet,d=r.selectionSet;return m&&d?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])]}(function findConflictsBetweenSubSelectionSets(e,n,i,t,a,r,d,o){var u=[],m=(r=getFieldsAndFragmentNames(e,n,a,r))[0],s=r[1],l=(o=getFieldsAndFragmentNames(e,n,d,o))[0],p=o[1];if(collectConflictsBetween(e,u,n,i,t,m,l),0!==p.length)for(var c=0;c<p.length;c++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,m,p[c]);if(0!==s.length)for(var k=0;k<s.length;k++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,l,s[k]);for(var v=0;v<s.length;v++)for(var y=0;y<p.length;y++)collectConflictsBetweenFragments(e,u,n,i,t,s[v],p[y]);return u}(e,n,i,s,getNamedType(l),m,getNamedType(p),d),a,u,r):void 0}function getFieldsAndFragmentNames(e,n,i,t){var a=n.get(t);return a||(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 jd.FIELD:var u=o.name.value,m=void 0;(isObjectType(n)||isInterfaceType(n))&&(m=n.getFields()[u]);u=o.alias?o.alias.value:u;t[u]||(t[u]=[]),t[u].push([n,o,m]);break;case jd.FRAGMENT_SPREAD:a[o.name.value]=!0;break;case jd.INLINE_FRAGMENT:var m=o.typeCondition,m=m?typeFromAST(e.getSchema(),m):n;_collectFieldsAndFragmentNames(e,m,o.selectionSet,t,a)}}}(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);if(t)return t;t=typeFromAST(e.getSchema(),i.typeCondition);return getFieldsAndFragmentNames(e,n,t,i.selectionSet)}var Wo=function(){function PairSet(){this._data=Object.create(null)}var e=PairSet.prototype;return e.has=function has(e,n,i){e=this._data[e],n=e&&e[n];return void 0!==n&&(!1!==i||!1===n)},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 Vd('There can be only one input field named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name}}}function _defineProperty(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}var Ho=(_defineProperty(zu={},jd.SCALAR_TYPE_DEFINITION,jd.SCALAR_TYPE_EXTENSION),_defineProperty(zu,jd.OBJECT_TYPE_DEFINITION,jd.OBJECT_TYPE_EXTENSION),_defineProperty(zu,jd.INTERFACE_TYPE_DEFINITION,jd.INTERFACE_TYPE_EXTENSION),_defineProperty(zu,jd.UNION_TYPE_DEFINITION,jd.UNION_TYPE_EXTENSION),_defineProperty(zu,jd.ENUM_TYPE_DEFINITION,jd.ENUM_TYPE_EXTENSION),_defineProperty(zu,jd.INPUT_OBJECT_TYPE_DEFINITION,jd.INPUT_OBJECT_TYPE_EXTENSION),zu);var Qo=Object.freeze([function ExecutableDefinitionsRule(r){return{Document:function Document(e){for(var n=0,i=e.definitions;n<i.length;n++){var t,a=i[n];!function isExecutableDefinitionNode(e){return e.kind===jd.OPERATION_DEFINITION||e.kind===jd.FRAGMENT_DEFINITION}(a)&&(t=a.kind===jd.SCHEMA_DEFINITION||a.kind===jd.SCHEMA_EXTENSION?"schema":'"'+a.name.value+'"',r.reportError(new Vd("The ".concat(t," definition is not executable."),a)))}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 Vd('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===jd.OPERATION_DEFINITION}).length},OperationDefinition:function OperationDefinition(e){!e.name&&1<i&&n.reportError(new Vd("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 Vd(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)))}}},KnownTypeNamesRule,function FragmentsOnCompositeTypesRule(i){return{InlineFragment:function InlineFragment(e){var n=e.typeCondition;!n||(e=typeFromAST(i.getSchema(),n))&&!isCompositeType(e)&&(e=print(n),i.reportError(new Vd('Fragment cannot condition on non composite type "'.concat(e,'".'),n)))},FragmentDefinition:function FragmentDefinition(e){var n=typeFromAST(i.getSchema(),e.typeCondition);n&&!isCompositeType(n)&&(n=print(e.typeCondition),i.reportError(new Vd('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)&&(n=e.variable.name.value,i=print(e.type),t.reportError(new Vd('Variable "$'.concat(n,'" cannot be non-input type "').concat(i,'".'),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(t),r.reportError(new Vd('Field "'.concat(n,'" must not have a selection since type "').concat(i,'" has no subfields.'),a))):a||(a=e.name.value,t=inspect(t),r.reportError(new Vd('Field "'.concat(a,'" of type "').concat(t,'" must have a selection of subfields. Did you mean "').concat(a,' { ... }"?'),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",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 u=0,m=o.getInterfaces();u<m.length;u++){var s=m[u];s.getFields()[n]&&(i.add(s),a[s.name]=(null!==(s=a[s.name])&&void 0!==s?s:0)+1)}}}return po(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})}(a.getSchema(),t,n=e.name.value)))&&(i=didYouMean(function getSuggestedFieldNames(e,n){if(isObjectType(e)||isInterfaceType(e)){e=Object.keys(e.getFields());return suggestionList(n,e)}return[]}(t,n))),a.reportError(new Vd('Cannot query field "'.concat(n,'" on type "').concat(t.name,'".')+i,e))))}}},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 Vd('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 Vd('Unknown fragment "'.concat(n,'".'),e.name))}}},function NoUnusedFragmentsRule(o){var u=[],m=[];return{OperationDefinition:function OperationDefinition(e){return u.push(e),!1},FragmentDefinition:function FragmentDefinition(e){return m.push(e),!1},Document:{leave:function leave(){for(var e=Object.create(null),n=0;n<u.length;n++)for(var i=0,t=o.getRecursivelyReferencedFragments(u[n]);i<t.length;i++)e[t[i].name.value]=!0;for(var a=0;a<m.length;a++){var r=m[a],d=r.name.value;!0!==e[d]&&o.reportError(new Vd('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(i),n=inspect(n),a.reportError(new Vd('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=function getFragmentType(e,n){n=e.getFragment(n);if(n){n=typeFromAST(e.getSchema(),n.typeCondition);if(isCompositeType(n))return n}}(a,n),t=a.getParentType();i&&t&&!doTypesOverlap(a.getSchema(),i,t)&&(t=inspect(t),i=inspect(i),a.reportError(new Vd('Fragment "'.concat(n,'" cannot be spread here as objects of type "').concat(t,'" can never be of type "').concat(i,'".'),e)))}}},function NoFragmentCyclesRule(u){var m=Object.create(null),s=[],l=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){return function detectCycleRecursive(e){if(m[e.name.value])return;var n=e.name.value;m[n]=!0;var i=u.getFragmentSpreads(e.selectionSet);if(0===i.length)return;l[n]=s.length;for(var t=0;t<i.length;t++){var a,r=i[t],d=r.name.value,o=l[d];s.push(r),void 0===o?(a=u.getFragment(d))&&detectCycleRecursive(a):(a=s.slice(o),o=a.slice(0,-1).map(function(e){return'"'+e.name.value+'"'}).join(", "),u.reportError(new Vd('Cannot spread fragment "'.concat(d,'" within itself')+(""!==o?" via ".concat(o,"."):"."),a))),s.pop()}l[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 Vd('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 Vd(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(u){var m=[];return{OperationDefinition:{enter:function enter(){m=[]},leave:function leave(e){for(var n=Object.create(null),i=u.getRecursiveVariableUsages(e),t=0;t<i.length;t++)n[i[t].node.name.value]=!0;for(var a=0,r=m;a<r.length;a++){var d=r[a],o=d.variable.name.value;!0!==n[o]&&u.reportError(new Vd(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){m.push(e)}}},KnownDirectivesRule,UniqueDirectivesPerLocationRule,function KnownArgumentNamesRule(r){return _objectSpread$1(_objectSpread$1({},KnownArgumentNamesOnDirectivesRule(r)),{},{Argument:function Argument(e){var n,i=r.getArgument(),t=r.getFieldDef(),a=r.getParentType();!i&&t&&a&&(i=suggestionList(n=e.name.value,t.args.map(function(e){return e.name})),r.reportError(new Vd('Unknown argument "'.concat(n,'" on field "').concat(a.name,".").concat(t.name,'".')+didYouMean(i),e)))}})},UniqueArgumentNamesRule,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=Zd(n.getFields());t<a.length;t++){var r,d=a[t];!i[d.name]&&isRequiredInputField(d)&&(r=inspect(d.type),o.reportError(new Vd('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 Vd('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 Vd('Expected value of type "'.concat(inspect(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 ProvidedRequiredArgumentsRule(u){return _objectSpread(_objectSpread({},ProvidedRequiredArgumentsOnDirectivesRule(u)),{},{Field:{leave:function leave(e){var n,i=u.getFieldDef();if(!i)return!1;for(var t=keyMap(null!==(n=e.arguments)&&void 0!==n?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(o.type),u.reportError(new Vd('Field "'.concat(i.name,'" argument "').concat(o.name,'" of type "').concat(d,'" is required, but it was not provided.'),e)))}}}})},function VariablesInAllowedPositionRule(s){var l=Object.create(null);return{OperationDefinition:{enter:function enter(){l=Object.create(null)},leave:function leave(e){for(var n=s.getRecursiveVariableUsages(e),i=0;i<n.length;i++){var t,a=n[i],r=a.node,d=a.type,o=a.defaultValue,u=r.name.value,m=l[u];m&&d&&((a=typeFromAST(t=s.getSchema(),m.type))&&!function allowedVariableUsage(e,n,i,t,a){if(!isNonNullType(t)||isNonNullType(n))return isTypeSubTypeOf(e,n,t);a=void 0!==a;return(null!=i&&i.kind!==jd.NULL||a)&&isTypeSubTypeOf(e,n,t.ofType)}(t,a,m.defaultValue,d,o)&&(a=inspect(a),d=inspect(d),s.reportError(new Vd('Variable "$'.concat(u,'" of type "').concat(a,'" used in position expecting type "').concat(d,'".'),[m,r]))))}}},VariableDefinition:function VariableDefinition(e){l[e.variable.name.value]=e}}},function OverlappingFieldsCanBeMergedRule(o){var u=new Wo,m=new Map;return{SelectionSet:function SelectionSet(e){for(var n=function findConflictsWithinSelectionSet(e,n,i,t,a){var r=[],a=getFieldsAndFragmentNames(e,n,t,a),d=a[0],o=a[1];if(function collectConflictsWithin(e,n,i,t,a){for(var r=0,d=Xd(a);r<d.length;r++){var o=d[r],u=o[0],m=o[1];if(1<m.length)for(var s=0;s<m.length;s++)for(var l=s+1;l<m.length;l++){var p=findConflict(e,i,t,!1,u,m[s],m[l]);p&&n.push(p)}}}(e,r,n,i,d),0!==o.length)for(var u=0;u<o.length;u++){collectConflictsBetweenFieldsAndFragment(e,r,n,i,!1,d,o[u]);for(var m=u+1;m<o.length;m++)collectConflictsBetweenFragments(e,r,n,i,!1,o[u],o[m])}return r}(o,m,u,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=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}(a[1]);o.reportError(new Vd('Fields "'.concat(r,'" conflict because ').concat(a,". Use different aliases on the fields to fetch both if this was intentional."),d.concat(t)))}}}},UniqueInputFieldNamesRule]);Object.freeze([function LoneSchemaDefinitionRule(n){var e,i=n.getSchema(),t=null!==(e=null!==(e=null!==(e=null==i?void 0:i.astNode)&&void 0!==e?e:null==i?void 0:i.getQueryType())&&void 0!==e?e:null==i?void 0:i.getMutationType())&&void 0!==e?e:null==i?void 0:i.getSubscriptionType(),a=0;return{SchemaDefinition:function SchemaDefinition(e){t?n.reportError(new Vd("Cannot define a new schema within a schema extension.",e)):(0<a&&n.reportError(new Vd("Must provide only one schema definition.",e)),++a)}}},function UniqueOperationTypesRule(d){var e=d.getSchema(),o=Object.create(null),u=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)&&void 0!==e?e:[],i=0;i<n.length;i++){var t=n[i],a=t.operation,r=o[a];u[a]?d.reportError(new Vd("Type for ".concat(a," already defined in the schema. It cannot be redefined."),t)):r?d.reportError(new Vd("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 Vd('There can be only one type named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vd('Type "'.concat(n,'" already exists in the schema. It cannot also be defined in this type definition.'),e.name))}},function UniqueEnumValueNamesRule(u){var e=u.getSchema(),m=e?e.getTypeMap():Object.create(null),s=Object.create(null);return{EnumTypeDefinition:checkValueUniqueness,EnumTypeExtension:checkValueUniqueness};function checkValueUniqueness(e){var n=e.name.value;s[n]||(s[n]=Object.create(null));for(var i=null!==(e=e.values)&&void 0!==e?e:[],t=s[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value,o=m[n];isEnumType(o)&&o.getValue(d)?u.reportError(new Vd('Enum value "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?u.reportError(new Vd('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(),u=e?e.getTypeMap():Object.create(null),m=Object.create(null);return{InputObjectTypeDefinition:checkFieldUniqueness,InputObjectTypeExtension:checkFieldUniqueness,InterfaceTypeDefinition:checkFieldUniqueness,InterfaceTypeExtension:checkFieldUniqueness,ObjectTypeDefinition:checkFieldUniqueness,ObjectTypeExtension:checkFieldUniqueness};function checkFieldUniqueness(e){var n=e.name.value;m[n]||(m[n]=Object.create(null));for(var i=null!==(e=e.fields)&&void 0!==e?e:[],t=m[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value;!function hasField(e,n){if(isObjectType(e)||isInterfaceType(e)||isInputObjectType(e))return null!=e.getFields()[n];return!1}(u[n],d)?t[d]?o.reportError(new Vd('Field "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name:o.reportError(new Vd('Field "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name))}return!1}},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 Vd('There can be only one directive named "@'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vd('Directive "@'.concat(n,'" already exists in the schema. It cannot be redefined.'),e.name))}}},KnownTypeNamesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,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=Ho[t.kind]:a&&(n=function typeToExtKind(e){if(isScalarType(e))return jd.SCALAR_TYPE_EXTENSION;if(isObjectType(e))return jd.OBJECT_TYPE_EXTENSION;if(isInterfaceType(e))return jd.INTERFACE_TYPE_EXTENSION;if(isUnionType(e))return jd.UNION_TYPE_EXTENSION;if(isEnumType(e))return jd.ENUM_TYPE_EXTENSION;if(isInputObjectType(e))return jd.INPUT_OBJECT_TYPE_EXTENSION;invariant(0,"Unexpected type: "+inspect(e))}(a)),n?n!==e.kind&&(n=function extensionKindToTypeName(e){switch(e){case jd.SCALAR_TYPE_EXTENSION:return"scalar";case jd.OBJECT_TYPE_EXTENSION:return"object";case jd.INTERFACE_TYPE_EXTENSION:return"interface";case jd.UNION_TYPE_EXTENSION:return"union";case jd.ENUM_TYPE_EXTENSION:return"enum";case jd.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}invariant(0,"Unexpected kind: "+inspect(e))}(e.kind),r.reportError(new Vd("Cannot extend non-".concat(n,' type "').concat(i,'".'),t?[t,e]:e))):(t=Object.keys(o),t=suggestionList(i,t=d?t.concat(Object.keys(d.getTypeMap())):t),r.reportError(new Vd('Cannot extend type "'.concat(i,'" because it is not defined.')+didYouMean(t),e.name)))}},KnownArgumentNamesOnDirectivesRule,UniqueArgumentNamesRule,UniqueInputFieldNamesRule,ProvidedRequiredArgumentsOnDirectivesRule]);var Ko=function(a){function ValidationContext(e,n,i,t){t=a.call(this,n,t)||this;return t._schema=e,t._typeInfo=i,t._variableUsages=new Map,t._recursiveVariableUsages=new Map,t}!function _inheritsLoose(e,n){e.prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n}(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 Uo(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}(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===jd.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===jd.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}());function validate(e,n,i,t,a){var i=2<arguments.length&&void 0!==i?i:Qo,t=3<arguments.length&&void 0!==t?t:new Uo(e),r=4<arguments.length&&void 0!==a?a:{maxErrors:void 0};n||devAssert(0,"Must provide document."),assertValidSchema(e);var d=Object.freeze({}),o=[],u=new Ko(e,n,t,function(e){if(null!=r.maxErrors&&r.maxErrors<=o.length)throw o.push(new Vd("Too many validation errors, error limit reached. Validation aborted.")),d;o.push(e)}),i=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===Kd)a[n]=Kd;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===Kd)a[n]=Kd;else if(void 0!==i&&!1!==i)return i}}else a[n]===e&&(a[n]=null)}}}(i.map(function(e){return e(u)}));try{visit(n,visitWithTypeInfo(t,i))}catch(e){if(e!==d)throw e}return o}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 printPathArray(e){return e.map(function(e){return"number"==typeof e?"["+e.toString()+"]":"."+e}).join("")}function valueFromAST(e,n,i){if(e){if(e.kind===jd.VARIABLE){var t=e.name.value;if(null==i||void 0===i[t])return;t=i[t];return null===t&&isNonNullType(n)?void 0:t}if(isNonNullType(n))return e.kind===jd.NULL?void 0:valueFromAST(e,n.ofType,i);if(e.kind===jd.NULL)return null;if(isListType(n)){var a=n.ofType;if(e.kind===jd.LIST){for(var r=[],d=0,o=e.values;d<o.length;d++){var u=o[d];if(isMissingVariable(u,i)){if(isNonNullType(a))return;r.push(null)}else{u=valueFromAST(u,a,i);if(void 0===u)return;r.push(u)}}return r}t=valueFromAST(e,a,i);return void 0===t?void 0:[t]}if(isInputObjectType(n)){if(e.kind!==jd.OBJECT)return;for(var m=Object.create(null),s=keyMap(e.fields,function(e){return e.name.value}),l=0,p=Zd(n.getFields());l<p.length;l++){var c=p[l],k=s[c.name];if(k&&!isMissingVariable(k.value,i)){k=valueFromAST(k.value,c.type,i);if(void 0===k)return;m[c.name]=k}else if(void 0!==c.defaultValue)m[c.name]=c.defaultValue;else if(isNonNullType(c.type))return}return m}if(isLeafType(n)){var v;try{v=n.parseLiteral(e,i)}catch(e){return}return void 0===v?void 0:v}invariant(0,"Unexpected input type: "+inspect(n))}}function isMissingVariable(e,n){return e.kind===jd.VARIABLE&&(null==n||void 0===n[e.name.value])}function coerceInputValue(e,n,i){return function coerceInputValueImpl(n,i,t,a){if(isNonNullType(i))return null!=n?coerceInputValueImpl(n,i.ofType,t,a):void t(pathToArray(a),n,new Vd('Expected non-nullable type "'.concat(inspect(i),'" not to be null.')));if(null==n)return null;if(isListType(i)){var r=i.ofType,e=safeArrayFrom(n,function(e,n){n=addPath(a,n,void 0);return coerceInputValueImpl(e,r,t,n)});return null!=e?e:[coerceInputValueImpl(n,r,t,a)]}if(isInputObjectType(i)){if(!isObjectLike(n))return void t(pathToArray(a),n,new Vd('Expected type "'.concat(i.name,'" to be an object.')));for(var d={},o=i.getFields(),u=0,m=Zd(o);u<m.length;u++){var s=m[u],l=n[s.name];void 0!==l?d[s.name]=coerceInputValueImpl(l,s.type,t,addPath(a,s.name,i.name)):void 0!==s.defaultValue?d[s.name]=s.defaultValue:isNonNullType(s.type)&&(l=inspect(s.type),t(pathToArray(a),n,new Vd('Field "'.concat(s.name,'" of required type "').concat(l,'" was not provided.'))))}for(var p=0,c=Object.keys(n);p<c.length;p++){var k,v=c[p];o[v]||(k=suggestionList(v,Object.keys(i.getFields())),t(pathToArray(a),n,new Vd('Field "'.concat(v,'" is not defined by type "').concat(i.name,'".')+didYouMean(k))))}return d}if(isLeafType(i)){var y;try{y=i.parseValue(n)}catch(e){return void t(pathToArray(a),n,e instanceof Vd?e:new Vd('Expected type "'.concat(i.name,'". ')+e.message,void 0,void 0,void 0,void 0,e))}return void 0===y&&t(pathToArray(a),n,new Vd('Expected type "'.concat(i.name,'".'))),y}invariant(0,"Unexpected input type: "+inspect(i))}(e,n,2<arguments.length&&void 0!==i?i:defaultOnError)}function defaultOnError(e,n,i){n="Invalid value "+inspect(n);throw 0<e.length&&(n+=' at "value'.concat(printPathArray(e),'"')),i.message=n+": "+i.message,i}function getVariableValues(e,n,i,t){var a=[],r=null==t?void 0:t.maxErrors;try{var d=function coerceVariableValues(r,d,o,u){for(var m={},e=function _loop(e){var t=d[e],a=t.variable.name.value,e=typeFromAST(r,t.type);if(!isInputType(e)){var n=print(t.type);return u(new Vd('Variable "$'.concat(a,'" expected value of type "').concat(n,'" which cannot be used as an input type.'),t.type)),"continue"}if(!hasOwnProperty$3(o,a))return t.defaultValue?m[a]=valueFromAST(t.defaultValue,e):isNonNullType(e)&&(i=inspect(e),u(new Vd('Variable "$'.concat(a,'" of required type "').concat(i,'" was not provided.'),t))),"continue";n=o[a];if(null===n&&isNonNullType(e)){var i=inspect(e);return u(new Vd('Variable "$'.concat(a,'" of non-null type "').concat(i,'" must not be null.'),t)),"continue"}m[a]=coerceInputValue(n,e,function(e,n,i){n='Variable "$'.concat(a,'" got invalid value ')+inspect(n);0<e.length&&(n+=' at "'.concat(a).concat(printPathArray(e),'"')),u(new Vd(n+"; "+i.message,t,void 0,void 0,void 0,i.originalError))})},n=0;n<d.length;n++)e(n);return m}(e,n,i,function(e){if(null!=r&&r<=a.length)throw new Vd("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 getArgumentValues(e,n,i){for(var t,a={},r=keyMap(null!==(t=n.arguments)&&void 0!==t?t:[],function(e){return e.name.value}),d=0,o=e.args;d<o.length;d++){var u=o[d],m=u.name,s=u.type,l=r[m];if(l){var p=l.value,c=p.kind===jd.NULL;if(p.kind===jd.VARIABLE){l=p.name.value;if(null==i||!hasOwnProperty$3(i,l)){if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+'was provided the variable "$'.concat(l,'" which was not provided a runtime value.'),p);continue}c=null==i[l]}if(c&&isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of non-null type "').concat(inspect(s),'" ')+"must not be null.",p);c=valueFromAST(p,s,i);if(void 0===c)throw new Vd('Argument "'.concat(m,'" has invalid value ').concat(print(p),"."),p);a[m]=c}else if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new Vd('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+"was not provided.",n)}return a}function getDirectiveValues(n,e,i){e=e.directives&&Yd(e.directives,function(e){return e.name.value===n.name});if(e)return getArgumentValues(n,e,i)}function hasOwnProperty$3(e,n){return Object.prototype.hasOwnProperty.call(e,n)}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;!function assertValidExecutionArguments(e,n,i){n||devAssert(0,"Must provide document."),assertValidSchema(e),null==i||isObjectLike(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.")}(n,i,r);e=function buildExecutionContext(e,n,i,t,a,r,d,o){for(var u,m,s=Object.create(null),l=0,p=n.definitions;l<p.length;l++){var c=p[l];switch(c.kind){case jd.OPERATION_DEFINITION:if(null==r){if(void 0!==m)return[new Vd("Must provide operation name if query contains multiple operations.")];m=c}else(null===(u=c.name)||void 0===u?void 0:u.value)===r&&(m=c);break;case jd.FRAGMENT_DEFINITION:s[c.name.value]=c}}if(!m)return null!=r?[new Vd('Unknown operation named "'.concat(r,'".'))]:[new Vd("Must provide an operation.")];n=null!==(n=m.variableDefinitions)&&void 0!==n?n:[],a=getVariableValues(e,n,null!=a?a:{},{maxErrors:50});if(a.errors)return a.errors;return{schema:e,fragments:s,rootValue:i,contextValue:t,operation:m,variableValues:a.coerced,fieldResolver:null!=d?d:l7,typeResolver:null!=o?o:k7,errors:[]}}(n,i,t,a,r,d,o,e);return Array.isArray(e)?{errors:e}:function buildResponse(n,e){if(isPromise(e))return e.then(function(e){return buildResponse(n,e)});return 0===n.errors.length?{data:e}:{errors:n.errors,data:e}}(e,function executeOperation(n,e,i){var t=function getOperationRootType(e,n){if("query"===n.operation){var i=e.getQueryType();if(!i)throw new Vd("Schema does not define the required query root type.",n);return i}if("mutation"===n.operation){i=e.getMutationType();if(!i)throw new Vd("Schema is not configured for mutations.",n);return i}if("subscription"!==n.operation)throw new Vd("Can only have query, mutation and subscription operations.",n);if(!(e=e.getSubscriptionType()))throw new Vd("Schema is not configured for subscriptions.",n);return e}(n.schema,e),a=collectFields(n,t,e.selectionSet,Object.create(null),Object.create(null));try{var r=("mutation"===e.operation?function executeFieldsSerially(t,a,r,d,o){return 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)}(Object.keys(o),function(n,i){var e=addPath(d,i,a.name),e=resolveField(t,a,r,o[i],e);return void 0===e?n:isPromise(e)?e.then(function(e){return n[i]=e,n}):(n[i]=e,n)},Object.create(null))}: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}}(e,e.operation,t))}function executeFields(e,n,i,t,a){for(var r=Object.create(null),d=!1,o=0,u=Object.keys(a);o<u.length;o++){var m=u[o],s=resolveField(e,n,i,a[m],addPath(t,m,n.name));void 0!==s&&isPromise(r[m]=s)&&(d=!0)}return d?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))})}(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 jd.FIELD:if(!shouldIncludeNode(e,o))continue;var u=function getFieldEntryKey(e){return(e.alias||e.name).value}(o);t[u]||(t[u]=[]),t[u].push(o);break;case jd.INLINE_FRAGMENT:if(!shouldIncludeNode(e,o)||!doesFragmentConditionMatch(e,o,n))continue;collectFields(e,n,o.selectionSet,t,a);break;case jd.FRAGMENT_SPREAD:u=o.name.value;if(a[u]||!shouldIncludeNode(e,o))continue;a[u]=!0;u=e.fragments[u];if(!u||!doesFragmentConditionMatch(e,u,n))continue;collectFields(e,n,u.selectionSet,t,a)}}return t}function shouldIncludeNode(e,n){var i=getDirectiveValues(Mo,n,e.variableValues);if(!0!==(null==i?void 0:i.if)){e=getDirectiveValues(Lo,n,e.variableValues);return!1!==(null==e?void 0:e.if)?1:void 0}}function doesFragmentConditionMatch(e,n,i){n=n.typeCondition;if(!n)return 1;n=typeFromAST(e.schema,n);return n===i||isAbstractType(n)&&e.schema.isSubType(n,i)}function resolveField(n,e,i,t,a){var r=function getFieldDef(e,n,i){{if(i===Ro.name&&e.getQueryType()===n)return Ro;if(i===wo.name&&e.getQueryType()===n)return wo;if(i===Po.name)return Po}return n.getFields()[i]}(n.schema,e,t[0].name.value);if(r){var d=r.type,o=null!==(o=r.resolve)&&void 0!==o?o:n.fieldResolver,u=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}}(n,r,t,e,a);try{var m=o(i,getArgumentValues(r,t[0],n.variableValues),n.contextValue,u),s=isPromise(m)?m.then(function(e){return completeValue(n,d,t,u,a,e)}):completeValue(n,d,t,u,a,m);return isPromise(s)?s.then(void 0,function(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}):s}catch(e){return handleFieldError(locatedError(e,t,pathToArray(a)),d,n)}}}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)?function completeListValue(a,e,r,d,o,n){var u=e.ofType,m=!1,n=safeArrayFrom(n,function(e,n){var i=addPath(o,n,void 0);try{var t=isPromise(e)?e.then(function(e){return completeValue(a,u,r,d,i,e)}):completeValue(a,u,r,d,i,e);return isPromise(t)?(m=!0,t.then(void 0,function(e){return handleFieldError(locatedError(e,r,pathToArray(i)),u,a)})):t}catch(e){return handleFieldError(locatedError(e,r,pathToArray(i)),u,a)}});if(null!=n)return m?Promise.all(n):n;throw new Vd('Expected Iterable, but did not find one for field "'.concat(d.parentType.name,".").concat(d.fieldName,'".'))}(e,n,i,t,a,r):isLeafType(n)?function completeLeafValue(e,n){var i=e.serialize(n);if(void 0!==i)return i;throw new Error('Expected a value of type "'.concat(inspect(e),'" but ')+"received: ".concat(inspect(n)))}(n,r):isAbstractType(n)?function completeAbstractValue(n,i,t,a,r,d){var e=(null!==(e=i.resolveType)&&void 0!==e?e:n.typeResolver)(d,n.contextValue,a,i);if(isPromise(e))return e.then(function(e){return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)});return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}(e,n,i,t,a,r):isObjectType(n)?completeObjectValue(e,n,i,t,a,r):void invariant(0,"Cannot complete value of unexpected output type: "+inspect(n))}function ensureValidRuntimeType(e,n,i,t,a,r){if(null==e)throw new Vd('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 Vd('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(r),', received "').concat(inspect(e),'".'));e=n.schema.getType(d);if(null==e)throw new Vd('Abstract type "'.concat(i.name,'" was resolve to a type "').concat(d,'" that does not exist inside schema.'),t);if(!isObjectType(e))throw new Vd('Abstract type "'.concat(i.name,'" was resolve to a non-object type "').concat(d,'".'),t);if(!n.schema.isSubType(i,e))throw new Vd('Runtime Object type "'.concat(e.name,'" is not a possible type for "').concat(i.name,'".'),t);return e}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)throw invalidReturnTypeError(i,r,t);return collectAndExecuteSubfields(n,i,t,a,r)});if(!e)throw invalidReturnTypeError(i,r,t)}return collectAndExecuteSubfields(n,i,t,a,r)}function invalidReturnTypeError(e,n,i){return new Vd('Expected value of type "'.concat(e.name,'" but got: ').concat(inspect(n),"."),i)}function collectAndExecuteSubfields(e,n,i,t,a){return executeFields(e,n,a,t,Yo(e,n,i))}var Yo=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));n=d(e,n,i);return t.set(i,n),n}}(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});function k7(e,n,i,t){if(isObjectLike(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 u=o.isTypeOf(e,n,i);if(isPromise(u))r[d]=u;else if(u)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}function l7(e,n,i,t){if(isObjectLike(e)||"function"==typeof e){var a=e[t.fieldName];return"function"==typeof a?e[t.fieldName](n,i,t):a}}function graphqlImpl(e){var n,i=e.schema,t=e.source,a=e.rootValue,r=e.contextValue,d=e.variableValues,o=e.operationName,u=e.fieldResolver,m=e.typeResolver,e=validateSchema(i);if(0<e.length)return{errors:e};try{n=parse(t)}catch(e){return{errors:[e]}}t=validate(i,n);return 0<t.length?{errors:t}: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})}({schema:i,document:n,rootValue:a,contextValue:r,variableValues:d,operationName:o,fieldResolver:u,typeResolver:m})}remove(),function checkDEV(){__DEV__?invariant$1("boolean"==typeof Cd,Cd):invariant$1("boolean"==typeof Cd,38)}();var Zo=function(e,n){return(Zo=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}Zo(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var Jo=function(){return(Jo=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))}function shouldInclude(e,t){e=e.directives;return!e||!e.length||function getInclusionDirectives(e){var a=[];e&&e.length&&e.forEach(function(e){var n,i,t;!function isInclusionDirective(e){e=e.name.value;return"skip"===e||"include"===e}(e)||(t=e.arguments,n=e.name.value,__DEV__?invariant$1(t&&1===t.length,"Incorrect number of arguments for the @"+n+" directive."):invariant$1(t&&1===t.length,40),i=t[0],__DEV__?invariant$1(i.name&&"if"===i.name.value,"Invalid argument for the @"+n+" directive."):invariant$1(i.name&&"if"===i.name.value,41),t=i.value,__DEV__?invariant$1(t&&("Variable"===t.kind||"BooleanValue"===t.kind),"Argument for the @"+n+" directive must be a variable or a boolean value."):invariant$1(t&&("Variable"===t.kind||"BooleanValue"===t.kind),42),a.push({directive:e,ifArgument:i}))});return a}(e).every(function(e){var n=e.directive,i=e.ifArgument,e=!1;return"Variable"===i.value.kind?(e=t&&t[i.value.name.value],__DEV__?invariant$1(void 0!==e,"Invalid variable referenced in @"+n.name.value+" directive."):invariant$1(void 0!==e,39)):e=i.value.value,"skip"===n.name.value?!e:e})}function getFragmentQueryDocument(e,n){var n=n,i=[];return e.definitions.forEach(function(e){if("OperationDefinition"===e.kind)throw __DEV__?new Sd("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 Sd(43);"FragmentDefinition"===e.kind&&i.push(e)}),void 0===n&&(__DEV__?invariant$1(1===i.length,"Found "+i.length+" fragments. `fragmentName` must be provided when there is not exactly 1 fragment."):invariant$1(1===i.length,44),n=i[0].name.value),Jo(Jo({},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$1(i,"No fragment named "+e.name.value+"."):invariant$1(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 valueToObjectRepresentation(e,i,n,t){if(function isIntValue(e){return"IntValue"===e.kind}(n)||function isFloatValue(e){return"FloatValue"===e.kind}(n))e[i.value]=Number(n.value);else if(function isBooleanValue(e){return"BooleanValue"===e.kind}(n)||function isStringValue(e){return"StringValue"===e.kind}(n))e[i.value]=n.value;else if(function isObjectValue(e){return"ObjectValue"===e.kind}(n)){var a={};n.fields.map(function(e){return valueToObjectRepresentation(a,e.name,e.value,t)}),e[i.value]=a}else if(function isVariable(e){return"Variable"===e.kind}(n))e[i.value]=(t||{})[n.name.value];else if(function isListValue(e){return"ListValue"===e.kind}(n))e[i.value]=n.values.map(function(e){var n={};return valueToObjectRepresentation(n,i,e,t),n[i.value]});else if(function isEnumValue(e){return"EnumValue"===e.kind}(n))e[i.value]=n.value;else{if(!function isNullValue(e){return"NullValue"===e.kind}(n))throw __DEV__?new Sd('The inline argument "'+i.value+'" of kind "'+n.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.'):new Sd(54);e[i.value]=null}}var Xo=["connection","include","skip","client","rest","export"],eu=Object.assign(function(e,n,i){if(n&&i&&i.connection&&i.connection.key){if(i.connection.filter&&0<i.connection.filter.length){var t=i.connection.filter||[];t.sort();var a={};return t.forEach(function(e){a[e]=n[e]}),i.connection.key+"("+nu(a)+")"}return i.connection.key}var r=e;return n&&(e=nu(n),r+="("+e+")"),i&&Object.keys(i).forEach(function(e){-1===Xo.indexOf(e)&&(i[e]&&Object.keys(i[e]).length?r+="@"+e+"("+nu(i[e])+")":r+="@"+e)}),r},{setStringify:function(e){var n=nu;return nu=e,n}}),nu=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 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$1(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$1(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 Sd('Schema type definitions not allowed in queries. Found: "'+e.kind+'"'):new Sd(47);return e});return __DEV__?invariant$1(n.length<=1,"Ambiguous GraphQL document: contains "+n.length+" operations"):invariant$1(n.length<=1,48),e}function getOperationDefinition(e){return checkDocument(e),e.definitions.filter(function(e){return"OperationDefinition"===e.kind})[0]}function getFragmentDefinitions(e){return e.definitions.filter(function(e){return"FragmentDefinition"===e.kind})}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 iu={kind:"Field",name:{kind:"Name",value:"__typename"}},tu=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)if(!t.some(function(e){return isField(e)&&("__typename"===e.name.value||0===e.name.value.lastIndexOf("__",0))})){i=i;if(!(isField(i)&&i.directives&&i.directives.some(function(e){return"export"===e.name.value})))return Jo(Jo({},e),{selections:__spreadArray(__spreadArray([],t,!0),[iu],!1)})}}}}})},{added:function(e){return e===iu}}),au=Object.prototype.hasOwnProperty;function u7(e,n,i){return this.merge(e[i],n[i])}var ru=(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;au.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):Jo({__proto__:Object.getPrototypeOf(e)},e),this.pastCopies.add(e)),e},DeepMerger);function DeepMerger(e){this.reconciler=e=void 0===e?u7:e,this.isObject=isNonNullObject,this.pastCopies=new Set}function _createForOfIteratorHelperLoose(e,n){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return(i=i.call(e)).next.bind(i);if(Array.isArray(e)||(i=function _unsupportedIterableToArray(e,n){if(e){if("string"==typeof e)return _arrayLikeToArray(e,n);var i=Object.prototype.toString.call(e).slice(8,-1);return"Map"===(i="Object"===i&&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}}(e))||n&&e&&"number"==typeof e.length){i&&(e=i);var t=0;return function(){return e.length<=t?{done:!0}:{done:!1,value:e[t++]}}}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 _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}function w7(){return"function"==typeof Symbol}function x7(e){return w7()&&Boolean(Symbol[e])}Ed=function(e){return x7(e)?Symbol[e]:"@@"+e};w7()&&!x7("observable")&&(Symbol.observable=Symbol("observable"));var du=Ed("iterator"),ou=Ed("observable"),uu=Ed("species");function getMethod(e,n){n=e[n];if(null!=n){if("function"!=typeof n)throw new TypeError(n+" is not a function");return n}}function getSpecies(e){e=e.constructor;return void 0!==(e=void 0!==e&&null===(e=e[uu])?void 0:e)?e:lu}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 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){if("closed"!==e._state){if("buffering"!==e._state)return"ready"!==e._state?(e._state="buffering",e._queue=[{type:n,value:i}],void enqueue(function(){return 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);}}(e),0})):void notifySubscription(e,n,i);e._queue.push({type:n,value:i})}}var mu=function(){function Subscription(n,e){this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";n=new su(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}(),su=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}(),lu=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 mu(e="object"!=typeof e||null===e?{next:e,error:arguments[1],complete:arguments[2]}:e,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?i=a.subscribe({next:function(e){try{t(e,done)}catch(e){n(e),i.unsubscribe()}},error:n,complete:e}):n(new TypeError(t+" is not a function"))})},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[ou]=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,ou);if(a){var n=a.call(t);if(Object(n)!==n)throw new TypeError(n+" is not an object");return function isObservable(e){return e instanceof lu}(n)&&n.constructor===e?n:new e(function(e){return n.subscribe(e)})}if(x7("iterator")&&(a=getMethod(t,du)))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:uu,get:function(){return this}}]),Observable}();w7()&&Object.defineProperty(lu,Symbol("extensions"),{value:{symbol:ou,hostReportError:hostReportError},configurable:!0});var pu=Object.prototype.toString;function cloneDeep(e){return function cloneDeepHelper(n,i){switch(pu.call(n)){case"[object Array]":if((i=i||new Map).has(n))return i.get(n);var t=n.slice(0);return i.set(n,t),t.forEach(function(e,n){t[n]=cloneDeepHelper(e,i)}),t;case"[object Object]":if((i=i||new Map).has(n))return i.get(n);var a=Object.create(Object.getPrototypeOf(n));return i.set(n,a),Object.keys(n).forEach(function(e){a[e]=cloneDeepHelper(n[e],i)}),a;default:return n}}(e)}function deepFreeze(e){var i=new Set([e]);return i.forEach(function(n){isNonNullObject(n)&&function shallowFreeze(e){if(__DEV__&&!Object.isFrozen(e))try{Object.freeze(e)}catch(e){if(e instanceof TypeError)return null;throw e}return e}(n)===n&&Object.getOwnPropertyNames(n).forEach(function(e){isNonNullObject(n[e])&&i.add(n[e])})}),e}function maybeDeepFreeze(e){return __DEV__&&deepFreeze(e),e}var cu="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product),ku="function"==typeof WeakSet;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}var vu=new Map;function stringifyForDisplay(e){var i=function makeUniqueId(e){var n=vu.get(e)||1;return vu.set(e,n+1),e+":"+n+":"+Math.random().toString(36).slice(2)}("stringifyForDisplay");return JSON.stringify(e,function(e,n){return void 0===n?i:n}).split(JSON.stringify(i)).join("<undefined>")}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?function getOperationName(e){return e.definitions.filter(function(e){return"OperationDefinition"===e.kind&&e.name}).map(function(e){return e.name.value})[0]||null}(e.query)||void 0:""),e}function passthrough(e,n){return n?n(e):lu.of()}function toLink(e){return"function"==typeof e?new Nu(e):e}function isTerminating(e){return e.request.length<=1}var yu,fu=(__extends(LinkError,yu=Error),LinkError);function LinkError(e,n){e=yu.call(this,e)||this;return e.link=n,e}var Nu=(ApolloLink.empty=function(){return new ApolloLink(function(){return lu.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)||lu.of():a.request(e)||lu.of()}):new ApolloLink(function(e,n){return i(e)?t.request(e,n)||lu.of():a.request(e,n)||lu.of()})},ApolloLink.execute=function(e,n){return e.request(function createOperation(e,n){var i=Jo({},e);return Object.defineProperty(n,"setContext",{enumerable:!1,value:function(e){i=Jo(Jo({},i),"function"==typeof e?e(i):e)}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:function(){return Jo({},i)}}),n}(n.context,transformOperation(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 Sd("illegal argument: "+a):new Sd(26)}return e}(n))))||lu.of()},ApolloLink.concat=function(e,n){var i=toLink(e);if(isTerminating(i))return __DEV__&&invariant$1.warn(new fu("You are calling concat on a terminating link, which will have no effect",i)),i;var t=toLink(n);return isTerminating(t)?new ApolloLink(function(e){return i.request(e,function(e){return t.request(e)||lu.of()})||lu.of()}):new ApolloLink(function(e,n){return i.request(e,function(e){return t.request(e,n)||lu.of()})||lu.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 Sd("request is not implemented"):new Sd(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);function ApolloLink(e){e&&(this.request=e)}var fo=Object.prototype,gu=fo.toString,Tu=fo.hasOwnProperty,hu=Function.prototype.toString,Iu=new Map;function equal(e,n){try{return function check(e,n){if(e===n)return!0;var i=gu.call(e);var t=gu.call(n);if(i!==t)return!1;switch(i){case"[object Array]":if(e.length!==n.length)return!1;case"[object Object]":if(previouslyCompared(e,n))return!0;var a=definedKeys(e),r=definedKeys(n),d=a.length;if(d!==r.length)return!1;for(var o=0;o<d;++o)if(!Tu.call(n,a[o]))return!1;for(o=0;o<d;++o){var u=a[o];if(!check(e[u],n[u]))return!1}return!0;case"[object Error]":return e.name===n.name&&e.message===n.message;case"[object Number]":if(e!=e)return n!=n;case"[object Boolean]":case"[object Date]":return+e==+n;case"[object RegExp]":case"[object String]":return e==""+n;case"[object Map]":case"[object Set]":if(e.size!==n.size)return!1;if(previouslyCompared(e,n))return!0;for(var m=e.entries(),s="[object Map]"===i;;){var l=m.next();if(l.done)break;var p=l.value,l=p[0],p=p[1];if(!n.has(l))return!1;if(s&&!check(p,n.get(l)))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]":e=new Uint8Array(e),n=new Uint8Array(n);case"[object DataView]":var c=e.byteLength;if(c===n.byteLength)for(;c--&&e[c]===n[c];);return-1===c;case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":r=hu.call(e);return r!==hu.call(n)?!1:!endsWith(r,Du)}return!1}(e,n)}finally{Iu.clear()}}function definedKeys(e){return Object.keys(e).filter(isDefinedKey,e)}function isDefinedKey(e){return void 0!==this[e]}var Du="{ [native code] }";function endsWith(e,n){var i=e.length-n.length;return 0<=i&&e.indexOf(n,i)===i}function previouslyCompared(e,n){var i=Iu.get(e);if(i){if(i.has(n))return!0}else Iu.set(e,i=new Set);return i.add(n),!1}function R7(){return Object.create(null)}var No=Array.prototype,Su=No.forEach,bu=No.slice,Fu=(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 Su.call(e,function(e){return n=n.getChildTrie(e)}),n.data||(n.data=this.makeData(bu.call(e)))},Trie.prototype.getChildTrie=function(e){var n=this.weakness&&function isObjRef(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}(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 Trie(e,n){void 0===n&&(n=R7),this.weakness=e=void 0===e?!0:e,this.makeData=n}var Au=null,Eu={},Ou=1,Cu="@wry/context:Slot",_u=Array,Id=_u[Cu]||function(){var e=(Slot.prototype.hasValue=function(){for(var e=Au;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===Eu)break;return e!==Au&&(Au.slots[this.id]=n),!0}return Au&&(Au.slots[this.id]=Eu),!1},Slot.prototype.getValue=function(){if(this.hasValue())return Au.slots[this.id]},Slot.prototype.withValue=function(e,n,i,t){var e=((a={__proto__:null})[this.id]=e,a),a=Au;Au={parent:a,slots:e};try{return n.apply(t,i)}finally{Au=a}},Slot.bind=function(n){var i=Au;return function(){var e=Au;try{return Au=i,n.apply(this,arguments)}finally{Au=e}}},Slot.noContext=function(e,n,i){if(!Au)return e.apply(i,n);var t=Au;try{return Au=null,e.apply(i,n)}finally{Au=t}},Slot);function Slot(){this.id=["slot",Ou++,Date.now(),Math.random().toString(36).slice(2)].join(":")}try{Object.defineProperty(_u,Cu,{value:_u[Cu]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}();function defaultDispose(){}var Ru=(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=this.map.get(e);return i&&i!==this.newest&&(n=i.older,(e=i.newer)&&(e.older=n),n&&(n.newer=e),i.older=this.newest,(i.older.newer=i).newer=null,(this.newest=i)===this.oldest&&(this.oldest=e)),i},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);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}var wu=new Id,Pu=Object.prototype.hasOwnProperty,Vu=void 0===(U=Array.from)?function(e){var n=[];return e.forEach(function(e){return n.push(e)}),n}:U;function maybeUnsubscribe(e){var n=e.unsubscribe;"function"==typeof n&&(e.unsubscribe=void 0,n())}var ju=[],Bu=100;function assert(e,n){if(!e)throw new Error(n||"assertion failure")}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}var Lu=(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)?function reallyRecompute(e,n){forgetChildren(e),wu.withValue(e,recomputeNewValue,[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}(e,n)&&function setClean(e){e.dirty=!1,mightBeDirty(e)||reportClean(e)}(e);return valueGet(e.value)}(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=ju.pop()||new Set),this.deps.add(e)},Entry.prototype.forgetDeps=function(){var n=this;this.deps&&(Vu(this.deps).forEach(function(e){return e.delete(n)}),this.deps.clear(),ju.push(this.deps),this.deps=null)},Entry.count=0,Entry);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}function rememberParent(e){var n=wu.getValue();return n&&(e.parents.add(n),n.childValues.has(e)||n.childValues.set(e,[]),(mightBeDirty(e)?reportDirtyChild:reportCleanChild)(n,e),n)}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 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=Vu(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=ju.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,function valueCopy(e){return e.slice(0)}(n.value)):function valueIs(e,n){var i=e.length;return 0<i&&i===n.length&&e[i-1]===n[i-1]}(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&&(ju.length<Bu&&ju.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)}var Mu={setDirty:!0,dispose:!0,forget:!0};function dep(e){var a=new Map,t=e&&e.subscribe;function depend(e){var n,i=wu.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&&Pu.call(Mu,n)?n:"setDirty",Vu(t).forEach(function(e){return e[i]()}),a.delete(e),maybeUnsubscribe(t))},depend}function makeDefaultMakeCacheKeyFunction(){var e=new Fu("function"==typeof WeakMap);return function(){return e.lookupArray(arguments)}}makeDefaultMakeCacheKeyFunction();var xu=new Set;function wrap(t,a){void 0===a&&(a=Object.create(null));function tva(){var e=o.apply(null,d?d.apply(null,arguments):arguments);if(void 0===e)return t.apply(null,arguments);var n=r.get(e);n||(r.set(e,n=new Lu(t)),n.subscribe=a.subscribe,n.forget=function(){return r.delete(e)});var i=n.recompute(Array.prototype.slice.call(arguments));return r.set(e,n),xu.add(r),wu.hasValue()||(xu.forEach(function(e){return e.clean()}),xu.clear()),i}var r=new Ru(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(tva,"size",{get:function(){return r.map.size},configurable:!1,enumerable:!1}),tva.dirtyKey=dirtyKey,tva.dirty=function dirty(){dirtyKey(o.apply(null,arguments))},tva.peekKey=peekKey,tva.peek=function peek(){return peekKey(o.apply(null,arguments))},tva.forgetKey=forgetKey,tva.forget=function forget(){return forgetKey(o.apply(null,arguments))},tva.makeCacheKey=o,tva.getKey=d?function getKey(){return o.apply(null,d.apply(null,arguments))}:o,Object.freeze(tva)}var zu=(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(Jo(Jo({},e),{rootId:e.id||"ROOT_QUERY",optimistic:n}))},ApolloCache.prototype.readFragment=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(Jo(Jo({},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);function ApolloCache(){this.getFragmentDoc=wrap(getFragmentQueryDocument)}var $u,qu=(__extends(MissingFieldError,$u=Error),MissingFieldError);function MissingFieldError(e,n,i,t){var a=$u.call(this,e)||this;return a.message=e,a.path=n,a.query=i,a.variables=t,a.__proto__=MissingFieldError.prototype,a}var Gu=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 Wu={dataIdFromObject:defaultDataIdFromObject,addTypename:!0,resultCaching:!0,canonizeResults:!1};function shouldCanonizeResults(e){e=e.canonizeResults;return void 0===e?Wu.canonizeResults:e}var Hu=/^[_a-z][_0-9a-z]*/i;function fieldNameFromStoreName(e){var n=e.match(Hu);return n?n[0]:e}function storeValueIsStoreObject(e){return isNonNullObject(e)&&!isReference(e)&&!Array.isArray(e)}function ri(){return Qu}var Qu=Object.create(null),Ku=Object.create(null),Yu=(EntityStore.prototype.toObject=function(){return Jo({},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),Gu.call(this.data,e)){var i=this.data[e];if(i&&Gu.call(i,n))return i[n]}return"__typename"===n&&Gu.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof em?this.parent.get(e,n):void 0},EntityStore.prototype.lookup=function(e,n){return n&&this.group.depend(e,"__exists"),Gu.call(this.data,e)?this.data[e]:this instanceof em?this.parent.lookup(e,n):this.policies.rootTypenamesById[e]?Object.create(null):void 0},EntityStore.prototype.merge=function(e,n){var i,t=this;isReference(e)&&(e=e.__ref),isReference(n)&&(n=n.__ref);var a,r,d="string"==typeof e?this.lookup(i=e):e,n="string"==typeof n?this.lookup(i=n):n;n&&(__DEV__?invariant$1("string"==typeof i,"store.merge expects a string ID"):invariant$1("string"==typeof i,1),a=new ru(storeObjectReconciler).merge(d,n),(this.data[i]=a)!==d&&(delete this.refs[i],this.group.caching&&(r=Object.create(null),d||(r.__exists=1),Object.keys(n).forEach(function(e){var n;d&&d[e]===a[e]||(r[e]=1,(n=fieldNameFromStoreName(e))===e||t.policies.hasKeyArgs(a.__typename,n)||(r[n]=1),void 0!==a[e]||t instanceof em||delete a[e])}),!r.__typename||d&&d.__typename||this.policies.rootTypenamesById[i]!==a.__typename||delete r.__typename,Object.keys(r).forEach(function(e){return t.group.dirty(i,e)}))))},EntityStore.prototype.modify=function(a,r){var d=this,o=this.lookup(a);if(o){var u=Object.create(null),m=!1,s=!0,l={DELETE:Qu,INVALIDATE:Ku,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])&&((i=n===ri?Qu:n(maybeDeepFreeze(t),Jo(Jo({},l),{fieldName:i,storeFieldName:e,storage:d.getStorage(a,e)})))===Ku?d.group.dirty(a,e):(i=i===Qu?void 0:i)!==t&&(m=!0,t=u[e]=i)),void 0!==t&&(s=!1))}),m)return this.merge(a,u),s&&(this instanceof em?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);if(t){t=this.getFieldValue(t,"__typename"),n=n&&i?this.policies.getStoreFieldName({typename:t,fieldName:n,args:i}):n;return this.modify(e,n?((e={})[n]=ri,e):ri)}return!1},EntityStore.prototype.evict=function(e,n){var i=!1;return e.id&&(Gu.call(this.data,e.id)&&(i=this.delete(e.id,e.fieldName,e.args)),this instanceof em&&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){Gu.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&&Gu.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){if(0<this.rootIds[e]){var n=--this.rootIds[e];return n||delete this.rootIds[e],n}return 0},EntityStore.prototype.getRootIdSet=function(e){return void 0===e&&(e=new Set),Object.keys(this.rootIds).forEach(e.add,e),this instanceof em?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();i.forEach(function(e){Gu.call(t,e)&&(Object.keys(n.findChildRefIds(e)).forEach(i.add,i),delete t[e])});var e=Object.keys(t);if(e.length){for(var a=this;a instanceof em;)a=a.parent;e.forEach(function(e){return a.delete(e)})}return e},EntityStore.prototype.findChildRefIds=function(e){if(!Gu.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);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){if("string"==typeof e)return makeReference(e);if(isReference(e))return e;var i=a.policies.identify(e)[0];if(i){var t=makeReference(i);return n&&a.merge(i,e),t}}}var Zu,Ju=(CacheGroup.prototype.resetCaching=function(){this.d=this.caching?dep():null,this.keyMaker=new Fu(cu)},CacheGroup.prototype.depend=function(e,n){var i;this.d&&(this.d(n+"#"+e),(i=fieldNameFromStoreName(n))!==n&&this.d(i+"#"+e),this.parent&&this.parent.depend(e,n))},CacheGroup.prototype.dirty=function(e,n){this.d&&this.d.dirty(n+"#"+e,"__exists"===n?"forget":"setDirty")},CacheGroup);function CacheGroup(e,n){void 0===n&&(n=null),this.caching=e,this.parent=n,this.d=null,this.resetCaching()}function maybeDependOnExistenceOfEntity(e,n){supportsResultCaching(e)&&e.group.depend(n,"__exists")}function Root(e){var n=e.resultCaching,i=e.seed,n=Zu.call(this,e.policies,new Ju(void 0===n||n))||this;return n.stump=new im(n),n.storageTrie=new Fu(cu),i&&n.replace(i),n}Ed=Yu=Yu||{},__extends(Root,Zu=Ed),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)},Ed.Root=Root;var Xu,em=(__extends(Layer,Xu=Yu),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 Jo(Jo({},this.parent.toObject()),this.data)},Layer.prototype.findChildRefIds=function(e){var n=this.parent.findChildRefIds(e);return Gu.call(this.data,e)?Jo(Jo({},n),Xu.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);function Layer(e,n,i,t){var a=Xu.call(this,n.policies,t)||this;return a.id=e,a.parent=n,a.replay=i,a.group=t,i(a),a}var nm,im=(__extends(Stump,nm=em),Stump.prototype.removeLayer=function(){return this},Stump.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},Stump);function Stump(e){return nm.call(this,"EntityStore.Stump",e,function(){},new Ju(e.group.caching,e.group))||this}function storeObjectReconciler(e,n,i){e=e[i],i=n[i];return equal(e,i)?e:i}function supportsResultCaching(e){return e instanceof Yu&&e.group.caching}var tm=(ObjectCanon.prototype.isKnown=function(e){return isNonNullObject(e)&&this.known.has(e)},ObjectCanon.prototype.pass=function(e){if(isNonNullObject(e)){var n=function shallowCopy(e){return isNonNullObject(e)?Array.isArray(e)?e.slice(0):Jo({__proto__:Object.getPrototypeOf(e)},e):e}(e);return this.passes.set(n,e),n}return e},ObjectCanon.prototype.admit=function(n){var i=this;if(isNonNullObject(n)){var e=this.passes.get(n);if(e)return e;switch(Object.getPrototypeOf(n)){case Array.prototype:if(this.known.has(n))return n;var t=n.map(this.admit,this);return(d=this.pool.lookupArray(t)).array||(this.known.add(d.array=t),__DEV__&&Object.freeze(t)),d.array;case null:case Object.prototype:if(this.known.has(n))return n;var a=Object.getPrototypeOf(n),r=[a],t=this.sortedKeys(n);r.push(t.json);var d,o,u=r.length;return t.sorted.forEach(function(e){r.push(i.admit(n[e]))}),(d=this.pool.lookupArray(r)).object||(o=d.object=Object.create(a),this.known.add(o),t.sorted.forEach(function(e,n){o[e]=r[u+n]}),__DEV__&&Object.freeze(o)),d.object}}return n},ObjectCanon.prototype.sortedKeys=function(e){var n=Object.keys(e),i=this.pool.lookupArray(n);return i.keys||(n.sort(),e=JSON.stringify(n),(i.keys=this.keysByJSON.get(e))||this.keysByJSON.set(e,i.keys={sorted:n,json:e})),i.keys},ObjectCanon);function ObjectCanon(){this.known=new(ku?WeakSet:Set),this.pool=new Fu(cu),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}var am,rm,dm=Object.assign(function(e){if(isNonNullObject(e)){void 0===am&&resetCanonicalStringify();var n=am.admit(e),i=rm.get(n);return void 0===i&&rm.set(n,i=JSON.stringify(n)),i}return JSON.stringify(e)},{reset:resetCanonicalStringify});function resetCanonicalStringify(){am=new tm,rm=new(cu?WeakMap:Map)}function missingFromInvariant(e,n){return new qu(e.message,n.path.slice(),n.query,n.variables)}function execSelectionSetKeyArgs(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var om=(StoreReader.prototype.resetCanon=function(){this.canon=new tm},StoreReader.prototype.diffQueryAgainstStore=function(e){var n=e.store,i=e.query,t=e.rootId,a=void 0===t?"ROOT_QUERY":t,r=e.variables,d=e.returnPartialData,t=void 0===d||d,d=e.canonizeResults,e=void 0===d?this.config.canonizeResults:d,d=this.config.cache.policies,r=Jo(Jo({},getDefaultValues(function getQueryDefinition(e){return e=getOperationDefinition(e),__DEV__?invariant$1(e&&"query"===e.operation,"Must contain a query definition."):invariant$1(e&&"query"===e.operation,49),e}(i))),r),a=makeReference(a),e=this.executeSelectionSet({selectionSet: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 Sd("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment."):new Sd(53)}(i).selectionSet,objectOrReference:a,enclosingRef:a,context:{store:n,query:i,policies:d,variables:r,varString:dm(r),canonizeResults:e,fragmentMap:createFragmentMap(getFragmentDefinitions(i)),path:[]}}),i=e.missing&&0<e.missing.length;if(i&&!t)throw e.missing[0];return{result:e.result,missing:e.missing,complete:!i}},StoreReader.prototype.isFresh=function(e,n,i,t){if(supportsResultCaching(t.store)&&this.knownResults.get(e)===i){t=this.executeSelectionSet.peek(i,n,t,this.canon.isKnown(e));if(t&&e===t.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 Sd("Dangling reference to missing "+r.__ref+" object"):new Sd(5),o)]};var u=o.variables,m=o.policies,s=[],i={result:null},l=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 l&&!m.rootIdsByTypename[l]&&s.push({__typename:l});var p=new Set(n.selections);p.forEach(function(e){var n,i,t;shouldInclude(e,u)&&(isField(e)?(i=m.readField({fieldName:e.name.value,field:e,variables:o.variables,from:r},o),t=resultKeyNameFromField(e),o.path.push(t),void 0===i?tu.added(e)||getMissing().push(missingFromInvariant(__DEV__?new Sd("Can't find field '"+e.name.value+"' on "+(isReference(r)?r.__ref+" object":"object "+JSON.stringify(r,null,2))):new Sd(6),o)):Array.isArray(i)?i=handleMissing(a.executeSubSelectedArray({field:e,array:i,enclosingRef:d,context:o})):e.selectionSet?null!=i&&(i=handleMissing(a.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:i,enclosingRef:isReference(i)?i:d,context:o}))):o.canonizeResults&&(i=a.canon.pass(i)),void 0!==i&&s.push(((n={})[t]=i,n)),invariant$1(o.path.pop()===t)):(e=getFragmentFromSelection(e,o.fragmentMap))&&m.fragmentMatches(e,l)&&e.selectionSet.selections.forEach(p.add,p))});e=function mergeDeepArray(e){var n=e[0]||{},i=e.length;if(1<i)for(var t=new ru,a=1;a<i;++a)n=t.merge(n,e[a]);return n}(s);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$1(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__&&function assertSelectionSetForIdValue(n,i,e){{var t;i.selectionSet||(t=new Set([e])).forEach(function(e){isNonNullObject(e)&&(__DEV__?invariant$1(!isReference(e),"Missing selection set for object of type "+function getTypenameFromStoreObject(e,n){return isReference(n)?e.get(n.__ref,"__typename"):n&&n.__typename}(n,e)+" returned for query field "+i.name.value):invariant$1(!isReference(e),7),Object.values(e).forEach(t.add,t))})}}(d.store,a,e),invariant$1(d.path.pop()===n),e))}),{result:d.canonizeResults?this.canon.admit(n):n,missing:i}},StoreReader);function StoreReader(e){var a=this;this.knownResults=new(cu?WeakMap:Map),this.config=compact(e,{addTypename:!1!==e.addTypename,canonizeResults:shouldCanonizeResults(e)}),this.canon=e.canon||new tm,this.executeSelectionSet=wrap(function(e){var n,i=e.context.canonizeResults,t=execSelectionSetKeyArgs(e);t[3]=!i;t=(n=a.executeSelectionSet).peek.apply(n,t);return t?i?Jo(Jo({},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.context;if(supportsResultCaching(n.store))return n.store.makeCacheKey(e.field,e.array,n.varString)}})}var um=(StoreWriter.prototype.writeToStore=function(o,e){var u=this,n=e.query,i=e.result,t=e.dataId,a=e.variables,r=e.overwrite,e=getOperationDefinition(n),d=function makeProcessedFieldsMerger(){return new ru}(),a=Jo(Jo({},getDefaultValues(e)),a),m={store:o,written:Object.create(null),merge:function(e,n){return d.merge(e,n)},variables:a,varString:dm(a),fragmentMap:createFragmentMap(getFragmentDefinitions(n)),overwrite:!!r,incomingById:new Map,clientOnly:!1},e=this.processSelectionSet({result:i||Object.create(null),dataId:t,selectionSet:e.selectionSet,mergeTree:{map:new Map},context:m});if(!isReference(e))throw __DEV__?new Sd("Could not identify object "+JSON.stringify(i)):new Sd(8);return m.incomingById.forEach(function(e,n){var i,t=e.fields,a=e.mergeTree,r=e.selections,d=makeReference(n);if(a&&a.map.size){e=u.applyMerges(a,d,t,m);if(isReference(e))return;t=e}__DEV__&&!m.overwrite&&(i=new Set,r.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)&&function warnAboutDataLoss(e,n,i,t){var a,r,d=function(e){e=t.getFieldValue(e,i);return"object"==typeof e&&e},o=d(e);!o||(a=d(n))&&(isReference(o)||equal(o,a)||Object.keys(o).every(function(e){return void 0!==t.getFieldValue(a,e)})||(d=t.getFieldValue(e,"__typename")||t.getFieldValue(n,"__typename"),e=fieldNameFromStoreName(i),sm.has(n=d+"."+e)||(sm.add(n),r=[],Array.isArray(o)||Array.isArray(a)||[o,a].forEach(function(e){e=t.getFieldValue(e,"__typename");"string"!=typeof e||r.includes(e)||r.push(e)}),__DEV__&&invariant$1.warn("Cache data may be lost when replacing the "+e+" field of a "+d+" object.\n\nTo address this problem (which is not a bug in Apollo Client), "+(r.length?"either ensure all objects of type "+r.join(" and ")+" have an ID or a custom merge function, or ":"")+"define a custom merge function for the "+n+" 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"))))}(d,t,e,m.store)})),o.merge(n,t)}),o.retain(e.__ref),e},StoreWriter.prototype.processSelectionSet=function(e){var o=this,n=e.dataId,u=e.result,i=e.selectionSet,m=e.context,s=e.mergeTree,l=this.cache.policies,t=l.identify(u,i,m.fragmentMap),a=t[1];if("string"==typeof(n=n||t[0])){e=m.written[n]||(m.written[n]=[]),t=makeReference(n);if(0<=e.indexOf(i))return t;if(e.push(i),this.reader&&this.reader.isFresh(u,t,i,m))return t}var p=Object.create(null);a&&(p=m.merge(p,a));var c=n&&l.rootTypenamesById[n]||getTypenameFromResult(u,i,m.fragmentMap)||n&&m.store.get(n,"__typename");"string"==typeof c&&(p.__typename=c);var k=new Set(i.selections);if(k.forEach(function(e){var n,i,t,a,r,d;shouldInclude(e,m.variables)&&(isField(e)?(d=resultKeyNameFromField(e),r=u[d],m.clientOnly=(n=m.clientOnly)||!(!e.directives||!e.directives.some(function(e){return"client"===e.name.value})),void 0!==r?(i=l.getStoreFieldName({typename:c,fieldName:e.name.value,field:e,variables:m.variables}),t=getChildMergeTree(s,i),a=o.processFieldValue(r,e,m,t),d=void 0,e.selectionSet&&!(d=m.store.getFieldValue(a,"__typename"))&&isReference(a)&&(d=(r=m.incomingById.get(a.__ref))&&r.fields.__typename),(d=l.getMergeFunction(c,e.name.value,d))?t.info={field:e,typename:c,merge:d}:maybeRecycleChildMergeTree(s,i),p=m.merge(p,((d={})[i]=a,d))):m.clientOnly||tu.added(e)||__DEV__&&invariant$1.error(("Missing field '"+resultKeyNameFromField(e)+"' while writing result "+JSON.stringify(u,null,2)).substring(0,1e3)),m.clientOnly=n):(e=getFragmentFromSelection(e,m.fragmentMap))&&l.fragmentMatches(e,c,u,m.variables)&&e.selectionSet.selections.forEach(k.add,k))}),"string"!=typeof n)return p;i=m.incomingById.get(n);return i?(i.fields=m.merge(i.fields,p),i.mergeTree=function mergeMergeTrees(n,i){if(n===i||!i||mergeTreeIsEmpty(i))return n;if(!n||mergeTreeIsEmpty(n))return i;var e=n.info&&i.info?Jo(Jo({},n.info),i.info):n.info||i.info;var t=n.map.size&&i.map.size;var a=t?new Map:(n.map.size?n:i).map;var r={info:e,map:a};{var d;t&&(d=new Set(i.map.keys()),n.map.forEach(function(e,n){r.map.set(n,mergeMergeTrees(e,i.map.get(n))),d.delete(n)}),d.forEach(function(e){r.map.set(e,mergeMergeTrees(i.map.get(e),n.map.get(e)))}))}return r}(i.mergeTree,s),i.selections.forEach(k.add,k),i.selections=k):m.incomingById.set(n,{fields:p,mergeTree:mergeTreeIsEmpty(s)?void 0:s,selections:k}),makeReference(n)},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,u,m,s=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]),m=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=m(d,n),t=m(o,n);void 0!==t&&(r&&r.push(n),(i=s.applyMerges(e,i,t,a,r))!==t&&(u=u||new Map).set(n,i),r&&invariant$1(r.pop()===n))}),u&&(i=Array.isArray(o)?o.slice(0):Jo({},o),u.forEach(function(e,n){i[n]=e}))),e.info?this.cache.policies.runMergeFunction(n,i,e.info,a,r&&(e=a.store).getStorage.apply(e,r)):i},StoreWriter);function StoreWriter(e,n){this.cache=e,this.reader=n}var mm=[];function getChildMergeTree(e,n){e=e.map;return e.has(n)||e.set(n,mm.pop()||{map:new Map}),e.get(n)}function mergeTreeIsEmpty(e){return!e||!(e.info||e.map.size)}function maybeRecycleChildMergeTree(e,n){var i=e.map,e=i.get(n);e&&mergeTreeIsEmpty(e)&&(mm.push(e),i.delete(n))}var sm=new Set;var lm=new Id,pm=new WeakMap;function getCacheInfo(e){var n=pm.get(e);return n||pm.set(e,n={vars:new Set,dep:dep()}),n}function forgetCache(n){getCacheInfo(n).vars.forEach(function(e){return e.forgetCache(n)})}function makeVar(i){function gDa(e){var n;return 0<arguments.length?i!==e&&(i=e,t.forEach(function(e){getCacheInfo(e).dep.dirty(gDa),function broadcast(e){e.broadcastWatches&&e.broadcastWatches()}(e)}),n=Array.from(a),a.clear(),n.forEach(function(e){return e(i)})):(n=lm.getValue())&&(r(n),getCacheInfo(n).dep(gDa)),i}var t=new Set,a=new Set;gDa.onNextChange=function(e){return a.add(e),function(){a.delete(e)}};var r=gDa.attachCache=function(e){return t.add(e),getCacheInfo(e).vars.add(gDa),gDa};return gDa.forgetCache=function(e){return t.delete(e)},gDa}function argsFromFieldSpecifier(e){return void 0!==e.args?e.args:e.field?function argumentsObjectFromField(e,n){if(e.arguments&&e.arguments.length){var i={};return e.arguments.forEach(function(e){return valueToObjectRepresentation(i,e.name,e.value,n)}),i}return null}(e.field,e.variables):null}eu.setStringify(dm);function Hi(){}function Ii(e,n){return n.fieldName}function Ji(e,n,i){return(0,i.mergeObjects)(e,n)}function Ki(e,n){return n}var cm=(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},t=t&&this.getTypePolicy(t),d=t&&t.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),Gu.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?Ji:!1===n?Ki:e.merge}setMerge(n,e.merge),n.keyFn=!1===i?Hi:Array.isArray(i)?keyFieldsFnFromSpecifier(i):"function"==typeof i?i:n.keyFn,d&&Object.keys(d).forEach(function(e){var n,i=r.getFieldPolicy(a,e,!0),t=d[e];"function"==typeof t?i.read=t:(n=t.read,e=t.merge,i.keyFn=!1===(t=t.keyArgs)?Ii:Array.isArray(t)?keyArgsFnFromSpecifier(t):"function"==typeof t?t:i.keyFn,"function"==typeof n&&(i.read=n),setMerge(i,e)),i.read&&i.merge&&(i.keyFn=i.keyFn||Ii)})},Policies.prototype.setRootTypename=function(e,n){void 0===n&&(n=e);var i="ROOT_"+e.toUpperCase(),t=this.rootTypenamesById[i];n!==t&&(__DEV__?invariant$1(!t||t===e,"Cannot change root "+e+" __typename more than once"):invariant$1(!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(Hu);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))})})},Policies.prototype.getTypePolicy=function(n){var i,t=this;Gu.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 n=t.getTypePolicy(e),e=n.fields,n=__rest(n,["fields"]);Object.assign(i,n),Object.assign(i.fields,e)}));var e=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){e=this.getTypePolicy(e).fields;return e[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)return!1;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],u=function(e){e=a.getSupertypeSet(e,!1);e&&e.size&&o.indexOf(e)<0&&o.push(e)},m=!(!n||!this.fuzzySubtypes.size),s=!1,l=0;l<o.length;++l){var p=o[l];if(p.has(r))return d.has(r)||(s&&__DEV__&&invariant$1.warn("Inferring subtype "+i+" of supertype "+r),d.add(r)),!0;p.forEach(u),m&&l===o.length-1&&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){if(isField(e)&&shouldInclude(e,t)){var n=resultKeyNameFromField(e);return Gu.call(i,n)&&(!e.selectionSet||selectionSetMatchesResult(e.selectionSet,i[n],t))}return!0}))}(e.selectionSet,n,t)&&(s=!(m=!1),this.fuzzySubtypes.forEach(function(e,n){e=i.match(e);e&&e[0]===i&&u(n)}))}return!1},Policies.prototype.hasKeyArgs=function(e,n){n=this.getFieldPolicy(e,n,!1);return!(!n||!n.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 u=r(o,d);if(!Array.isArray(u)){n=u||t;break}r=keyArgsFnFromSpecifier(u)}return!1===(n=void 0===n?e.field?function storeKeyNameFromField(e,i){var t=null;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)})}));var n=null;return e.arguments&&e.arguments.length&&(n={},e.arguments.forEach(function(e){return valueToObjectRepresentation(n,e.name,e.value,i)})),eu(e.name.value,n,t)}(e.field,e.variables):eu(t,argsFromFieldSpecifier(e)):n)?t:t===fieldNameFromStoreName(n)?n:t+":"+n},Policies.prototype.readField=function(e,n){var i=e.from;if(i&&(e.field||e.fieldName)){void 0!==e.typename||(r=n.store.getFieldValue(i,"__typename"))&&(e.typename=r);var t=this.getStoreFieldName(e),a=fieldNameFromStoreName(t),r=n.store.getFieldValue(i,t),a=this.getFieldPolicy(e.typename,a,!1),a=a&&a.read;if(a){t=makeFieldFunctionOptions(this,i,e,n,n.store.getStorage(isReference(i)?i.__ref:i,t));return lm.withValue(this.cache,a,[r,t])}return r}},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===Ji?makeMergeObjectsFunction(t.store)(e,n):i===Ki?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 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=Jo({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)}function makeFieldFunctionOptions(t,a,e,r,n){var i=t.getStoreFieldName(e),d=fieldNameFromStoreName(i),o=e.variables||r.variables,u=r.store,m=u.toReference,u=u.canRead;return{args:argsFromFieldSpecifier(e),field:e.field||null,fieldName:d,storeFieldName:i,variables:o,isReference:isReference,toReference:m,storage:n,cache:t.cache,canRead:u,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$1.warn("Unexpected readField arguments: "+stringifyForDisplay(Array.from(arguments))));i=Jo({},e),Gu.call(e,"from")||(i.from=a)}return __DEV__&&void 0===i.from&&__DEV__&&invariant$1.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 Sd("Cannot automatically merge arrays"):new Sd(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 Jo(Jo({},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 Fu(cu);return function(e,n){n.selectionSet&&n.fragmentMap&&(i=(i=a.lookupArray([n.selectionSet,n.fragmentMap])).aliasMap||(i.aliasMap=function makeAliasMap(e,t){var a=Object.create(null);var r=new Set([e]);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))),e.selectionSet&&(a.subsets||(a.subsets=Object.create(null)),makeAliasMap(e.selectionSet,t))):(e=getFragmentFromSelection(e,t))&&r.add(e.selectionSet)})});return a}(n.selectionSet,n.fragmentMap)));var i=n.keyObject=computeKeyObject(e,t,!0,i);return n.typename+":"+JSON.stringify(i)}}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)):Gu.call(i,n=(n=a&&a.aliases)&&n[e]||e)?o[d=e]=i[r=n]:(__DEV__?invariant$1(!t,"Missing field '"+n+"' while computing key fields"):invariant$1(!t,4),r=d=void 0)}),o}var km,vm=(__extends(InMemoryCache,km=zu),InMemoryCache.prototype.init=function(){var e=this.data=new Yu.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 um(this,this.storeReader=new om({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,dm({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(Jo(Jo({},e),{store:e.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof qu)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(Gu.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(Jo(Jo({},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||function recallCache(n){getCacheInfo(n).vars.forEach(function(e){return e.attachCache(n)})}(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){dm.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(Gu.call(e,"id"))return!1;e=Jo(Jo({},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(),dm.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){var t=this,a=e.update,n=e.optimistic,i=void 0===n||n,r=e.removeOptimistic,d=e.onWatchUpdated,n=function(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}},o=new Set;d&&!this.txCount&&this.broadcastWatches(Jo(Jo({},e),{onWatchUpdated:function(e){return o.add(e),!1}})),"string"==typeof i?this.optimisticData=this.optimisticData.addLayer(i,n):!1===i?n(this.data):n(),"string"==typeof r&&(this.optimisticData=this.optimisticData.removeLayer(r)),d&&o.size?(this.broadcastWatches(Jo(Jo({},e),{onWatchUpdated:function(e,n){n=d.call(this,e,n);return!1!==n&&o.delete(e),n}})),o.size&&o.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){if(this.addTypename){var n=this.typenameDocumentCache.get(e);return n||(n=tu(e),this.typenameDocumentCache.set(e,n),this.typenameDocumentCache.set(n,n)),n}return 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);function InMemoryCache(e){void 0===e&&(e={});var n=km.call(this)||this;return n.watches=new Set,n.typenameDocumentCache=new Map,n.makeVar=makeVar,n.txCount=0,n.config=function normalizeConfig(e){return compact(Wu,e)}(e),n.addTypename=!!n.config.addTypename,n.policies=new cm({cache:n,dataIdFromObject:n.config.dataIdFromObject,possibleTypes:n.config.possibleTypes,typePolicies:n.config.typePolicies}),n.init(),n}var ym=new Map,fm=new Map,Nm=!0,gm=!1;function normalize(e){return e.replace(/[\s,]+/g," ").trim()}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=function cacheKeyFromLoc(e){return normalize(e.source.body.substring(e.start,e.end))}(e.loc),(t=fm.get(n))&&!t.has(i)?Nm&&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||fm.set(n,t=new Set),t.add(i),a.has(i)||(a.add(i),r.push(e))):r.push(e)}),Jo(Jo({},e),{definitions:r})}function parseDocument(e){var n=normalize(e);if(!ym.has(n)){e=parse(e,{experimentalFragmentVariables:gm});if(!e||"Document"!==e.kind)throw new Error("Not a valid GraphQL document.");ym.set(n,function stripLoc(e){var i=new Set(e.definitions);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)})});var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}(processFragments(e)))}return ym.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+=e&&"Document"===e.kind?e.loc.source.body:e,t+=i[n+1]}),parseDocument(t)}fo=gql,No=function resetCaches(){ym.clear(),fm.clear()},U=function disableFragmentWarnings(){Nm=!1},Ed=function enableExperimentalFragmentVariables(){gm=!0},Id=function disableExperimentalFragmentVariables(){gm=!1};(zu=gql=gql||{}).gql=fo,zu.resetCaches=No,zu.disableFragmentWarnings=U,zu.enableExperimentalFragmentVariables=Ed,zu.disableExperimentalFragmentVariables=Id;function Ui(e){var n=this;_classCallCheck$1(this,Ui),_defineProperty$4(this,"cache",void 0),_defineProperty$4(this,"cacheKeyForSession","Session"),_defineProperty$4(this,"readSessionId",function(){var e=n.cache.readFragment({id:n.cacheKeyForSession,fragment:Tm});return Fi(e,"id")||"1"}),_defineProperty$4(this,"writeSessionId",function(e){n.cache.writeFragment({id:n.cacheKeyForSession,fragment:Tm,data:{id:e,__typename:"Session"}})}),this.cache=e.cache}var Tm=(gql.default=gql)(Bm=Bm||function _taggedTemplateLiteral(e,n){return n=n||e.slice(0),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(n)}}))}(["\n\tfragment session on Session {\n\t\tid\n\t}\n"])),hm=["cache","getApolloClient"],Im=["type"],Dm=["isLocalFolder"];var Sm=(OperationBatcher.prototype.enqueueRequest=function(e){var n=this,i=Jo({},e),t=!1,a=this.batchKey(e.operation);return i.observable||(i.observable=new lu(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=e||"",i=this.queuedRequests.get(n);if(i){this.queuedRequests.delete(n);var e=i.map(function(e){return e.operation}),n=i.map(function(e){return e.forward}),t=[],a=[],r=[],d=[];i.forEach(function(e,n){t.push(e.observable),a.push(e.next),r.push(e.error),d.push(e.complete)});var n=this.batchHandler(e,n)||lu.of(),o=function(n){r.forEach(function(e){e&&e.forEach(function(e){return e(n)})})};return n.subscribe({next:function(e){if(Array.isArray(e)||(e=[e]),a.length!==e.length){var n=new Error("server returned results with length "+e.length+", expected length of "+a.length);return n.result=e,o(n)}e.forEach(function(n,e){a[e]&&a[e].forEach(function(e){return e(n)})})},error:o,complete:function(){d.forEach(function(e){e&&e.forEach(function(e){return e()})})}}),t}},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);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""}}var bm,Fm=(__extends(BatchLink,bm=Nu),BatchLink.prototype.request=function(e,n){return this.batcher.enqueueRequest({operation:e,forward:n})},BatchLink);function BatchLink(e){var n=bm.call(this)||this,i=e||{},t=i.batchInterval,a=i.batchMax,r=i.batchHandler,d=i.batchKey;return n.batcher=new Sm({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}U=function(){_inherits$1(LocalBatchLink,Nu);var e=_createSuper$1(LocalBatchLink);function LocalBatchLink(a){var r;_classCallCheck$1(this,LocalBatchLink),_defineProperty$4(_assertThisInitialized$1(r=e.call(this)),"off",void 0),_defineProperty$4(_assertThisInitialized$1(r),"on",void 0),_defineProperty$4(_assertThisInitialized$1(r),"schema",void 0),_defineProperty$4(_assertThisInitialized$1(r),"batcher",void 0),r.schema=a.schema;var t=new events;r.on=t.on,r.off=t.off;function HPa(e){return new lu(function(n){t.emit("req",e);var i=!1;Promise.all(e.map(function(e){var n=print(e.query),i=e.operationName,t=e.variables,t=void 0===t?{}:t;return function graphql(n,i,t,a,r,d,o,u){var m=arguments;return new Promise(function(e){return e(graphqlImpl(1===m.length?n:{schema:n,source:i,rootValue:t,contextValue:a,variableValues:r,operationName:d,fieldResolver:o,typeResolver:u}))})}(r.schema,n,null,e.getContext()||a.context||{},t,i)})).then(function(e){return i=!0,t.emit("res",e),n.next(e),n.complete(),e}).catch(function(e){i||t.emit("res",e),n.error(e)})})}return r.batcher=new Fm({batchInterval:a.batchInterval,batchHandler:HPa}),r}return _createClass$6(LocalBatchLink,[{key:"request",value:function request(e){return this.batcher.request(e)}}]),LocalBatchLink}();var Am,Em=(__extends(ErrorLink,Am=Nu),ErrorLink.prototype.request=function(e,n){return this.link.request(e,n)},ErrorLink);function ErrorLink(e){var n=Am.call(this)||this;return n.link=function onError(d){return new Nu(function(a,r){return new lu(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()}})})}(e),n}function d8(e){switch(e.__typename){case"CalendarItemHitInfo":return e.instances?"".concat(defaultDataIdFromObject(e),":").concat(e.instances.length):"".concat(defaultDataIdFromObject(e));case"MailboxMetadata":return Cm(e,"meta.0.section");case"Folder":return e.local&&null!==e.local?"".concat(defaultDataIdFromObject(e),":local"):"1"===e.id?"".concat(e.__typename,":").concat(e.id,":").concat(e.uuid):defaultDataIdFromObject(e);case"AutoCompleteMatch":return"".concat(defaultDataIdFromObject(e),":").concat(e.email);case"ContactListMember":return"".concat(e.type,":").concat(e.value);case"MessageInfo":return e.part&&null!==e.part?"".concat(defaultDataIdFromObject(e),":").concat(e.part):defaultDataIdFromObject(e);default:return defaultDataIdFromObject(e)}}var Om=["message","originalError"],Ed=function(){_inherits$1(ZimbraErrorLink,Em);var e=_createSuper$1(ZimbraErrorLink);function ZimbraErrorLink(){var a;return _classCallCheck$1(this,ZimbraErrorLink),_defineProperty$4(_assertThisInitialized$1(a=e.call(this,function(e){var n=e.graphQLErrors,e=e.networkError;n&&n.map(function(e){var n=e.message,i=e.originalError,t=_objectWithoutProperties(e,Om),e=Fi(i,"faults.0.Detail.Error.Code","");a.executeHandlers(_objectSpread2({errorCode:e,message:n,originalError:i},t))}),e&&a.executeHandlers({message:"[Network error]: ".concat(e)})})),"handlers",[]),_defineProperty$4(_assertThisInitialized$1(a),"executeHandlers",function(n){a.handlers.map(function(e){e(n)})}),_defineProperty$4(_assertThisInitialized$1(a),"registerHandler",function(e){a.handlers.push(e)}),_defineProperty$4(_assertThisInitialized$1(a),"unRegisterAllHandlers",function(){a.handlers=[]}),_defineProperty$4(_assertThisInitialized$1(a),"unRegisterHandler",function(e){e=a.handlers.findIndex(e);-1!==e&&a.handlers.splice(e,1)}),a}return ZimbraErrorLink}(),Cm=function dataIdFromPath(e,n){if(e.__typename){n=Fi(e,n);return n?"".concat(e.__typename,":").concat(n):defaultDataIdFromObject(e)}};function g8(e){var i=this,n=e.apolloClient,t=e.storage,e=void 0===(e=e.storeKey)?"@offlineQueueKey":e;if(_classCallCheck$1(this,g8),_defineProperty$4(this,"apolloClient",void 0),_defineProperty$4(this,"storage",void 0),_defineProperty$4(this,"offlineData",void 0),_defineProperty$4(this,"storeKey",void 0),_defineProperty$4(this,"addOfflineData",function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];e&&0<e.length&&i.storage.setItem(i.storeKey,JSON.stringify(e))}),_defineProperty$4(this,"clearOfflineData",function(){return i.offlineData=[],Promise.resolve(i.storage.removeItem(i.storeKey))}),_defineProperty$4(this,"getOfflineData",function(){return Promise.resolve(i.storage.getItem(i.storeKey))}),_defineProperty$4(this,"hasOfflineData",function(){return!!(i.offlineData&&0<i.offlineData.length)}),_defineProperty$4(this,"init",function(){return i.getOfflineData().then(function(e){return i.offlineData=e&&JSON.parse(e)||[]})}),_defineProperty$4(this,"sync",function(){if(i.hasOfflineData()){var n=[];return Promise.all(i.offlineData.map(function(e){return i.apolloClient["mutation"in e?"mutate":"query"](e).catch(function(){n.push(e)})})).catch(function(e){return console.warn("SyncOfflineOperations::sync ERR:",e)}).then(i.clearOfflineData).then(function(){i.addOfflineData(n)})}}),!n)throw new Error("Apollo Client instance is required when syncing data, please assign value to it");if(!t)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");this.apolloClient=n,this.storage=t,this.storeKey=e,this.offlineData=[]}var _m={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}}}},zu=function(){_inherits$1(ZimbraInMemoryCache,vm);var n=_createSuper$1(ZimbraInMemoryCache);function ZimbraInMemoryCache(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return _classCallCheck$1(this,ZimbraInMemoryCache),e.possibleTypes&&"function"!=typeof e.possibleTypes||(e.possibleTypes=function createPossibleTypes(e){return(0<arguments.length&&void 0!==e?e:Object)({MailItem:["Conversation","MessageInfo","MsgWithGroupInfo"]})}(e.possibleTypes)),n.call(this,_objectSpread2({dataIdFromObject:d8,typePolicies:_m},e))}return ZimbraInMemoryCache}();function deriveOfflineQueue(e){return e.map(function(e){var n=e.operation,i=n.query,e=n.variables,n={};return _defineProperty$4(n,function isMutationOperation(e){return(e=e.query)&&e.definitions&&0<e.definitions.filter(function(e){return"mutation"===e.operation}).length}({query:i})?"mutation":"query",i),_defineProperty$4(n,"variables",e),n})}var Rm,wm,Pm,Vm,jm,Id=function(){_inherits$1(OfflineQueueLink,Nu);var t=_createSuper$1(OfflineQueueLink);function OfflineQueueLink(e){var a,n=e.storage,i=e.storeKey,i=void 0===i?"@offlineQueueKey":i,e=e.isOpen,e=void 0===e||e;if(_classCallCheck$1(this,OfflineQueueLink),_defineProperty$4(_assertThisInitialized$1(a=t.call(this)),"isOpen",void 0),_defineProperty$4(_assertThisInitialized$1(a),"storage",void 0),_defineProperty$4(_assertThisInitialized$1(a),"operationQueue",void 0),_defineProperty$4(_assertThisInitialized$1(a),"storeKey",void 0),_defineProperty$4(_assertThisInitialized$1(a),"close",function(){a.isOpen=!1}),_defineProperty$4(_assertThisInitialized$1(a),"dequeue",function(e){e=a.operationQueue.indexOf(e);-1!==e&&(a.operationQueue=[].concat(_toConsumableArray(a.operationQueue.slice(0,e)),_toConsumableArray(a.operationQueue.slice(e+1)))),a.persist()}),_defineProperty$4(_assertThisInitialized$1(a),"enqueue",function(e){a.operationQueue.push(e),a.persist()}),_defineProperty$4(_assertThisInitialized$1(a),"getSize",function(){return Promise.resolve(a.storage.getItem(a.storeKey)).then(function(e){return(e||"").length})}),_defineProperty$4(_assertThisInitialized$1(a),"handleCancelAndOfflineQueue",function(i){var t=-1;a.operationQueue.forEach(function(e,n){i.offlineQuery===e.offlineQuery&&(t=n),i.cancelQuery===e.offlineQuery&&(a.operationQueue=[].concat(_toConsumableArray(a.operationQueue.slice(0,n)),_toConsumableArray(a.operationQueue.slice(n+1))),a.persist())}),-1!==t?(a.operationQueue[t]=i,a.persist()):a.enqueue(i)}),_defineProperty$4(_assertThisInitialized$1(a),"open",function(){if((0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).apolloClient)return a.isOpen=!0,a.retry()}),_defineProperty$4(_assertThisInitialized$1(a),"persist",function(){return Promise.resolve(a.storage.setItem(a.storeKey,JSON.stringify(deriveOfflineQueue(a.operationQueue))))}),_defineProperty$4(_assertThisInitialized$1(a),"purge",function(){return Promise.resolve(a.storage.removeItem(a.storeKey))}),_defineProperty$4(_assertThisInitialized$1(a),"retry",function(){return new Promise(function(e){var n=a.operationQueue.length;if(!n)return e();function sRa(){0==--n&&e()}a.operationQueue.forEach(function(n){var e=n.forward,i=n.observer;e(n.operation).subscribe({next:function next(e){i.next&&i.next(e)},error:function error(e){a.dequeue(n),i.error&&i.error(e),sRa()},complete:function complete(){a.dequeue(n),i.complete&&i.complete(),sRa()}})})})}),_defineProperty$4(_assertThisInitialized$1(a),"sync",function(e){e=e.apolloClient;if(e){var n=new g8({apolloClient:e,storage:a.storage,storeKey:a.storeKey});return n.init().then(function(e){if(e&&e.length)return n.sync()})}}),!n)throw new Error("Storage can be window.localStorage or AsyncStorage but was not set");return a.storage=n,a.storeKey=i,a.operationQueue=[],a.isOpen=e,a}return _createClass$6(OfflineQueueLink,[{key:"request",value:function request(i,t){var a=this,e=i.getContext(),r=e.cancelQueues,d=e.offlineQueueName;return(this.isOpen||e.local||e.skipQueue||function hasSensitiveVariables(e){return!!Fi(e,"variables.password")}(i))&&t?t(i):new lu(function(e){var n={operation:i,forward:t,observer:e,offlineQuery:d,cancelQuery:r};return d||r?a.handleCancelAndOfflineQueue(n):a.enqueue(n),function(){return a.dequeue(n)}})}}]),OfflineQueueLink}();(Bm=Rm=Rm||{}).conversation="conversation",Bm.message="message",(Bm=wm=wm||{}).unread="u",Bm.flagged="f",Bm.hasAttachment="a",Bm.replied="r",Bm.sentByMe="s",Bm.forwarded="w",Bm.calendarInvite="v",Bm.draft="d",Bm.imapDeleted="x",Bm.notificationSent="n",Bm.urgent="!",Bm.lowPriority="?",Bm.priority="+",(Bm=Pm=Pm||{}).update="update",Bm.delete="delete",Bm.read="read",Bm.unread="!read",Bm.flag="flag",Bm.unflag="!flag",Bm.tag="tag",Bm.untag="!tag",Bm.move="move",Bm.spam="spam",Bm.unspam="!spam",Bm.trash="trash",Bm.copy="copy",Bm.recover="recover",Bm.rename="rename",(Vm=Vm||{}).update="update",(jm=jm||{}).priority="priority";var Bm=Object.freeze({__proto__:null,get MailFolderView(){return Rm},get MessageFlags(){return wm},get ActionOps(){return Pm},get _MessageActionOps(){return Vm},get _ConversationActionOps(){return jm},get ActionType(){return Jr},get ActionResultType(){return Xr},get AccountType(){return Na},get ActionTypeName(){return ga},get AddressType(){return Ta},get AlarmAction(){return ha},get AlarmRelatedTo(){return Ia},get AutoCompleteMatchType(){return Da},get CalendarItemClass(){return Sa},get CalendarItemRecurrenceFrequency(){return ba},get ConnectionType(){return Fa},get ContactType(){return Aa},get FilterMatchCondition(){return Ea},get FolderView(){return Oa},get FreeBusyStatus(){return Ca},get GalSearchType(){return _a},get GranteeType(){return Ra},get Importance(){return wa},get InviteCompletionStatus(){return Pa},get InviteReplyType(){return Va},get InviteReplyVerb(){return ja},get InviteType(){return Ba},get LicenseStatus(){return La},get Mode(){return Ma},get NeedIsMemberType(){return xa},get ParticipationRole(){return za},get ParticipationStatus(){return $a},get PasswordRecoveryAddressStatus(){return qa},get PrefCalendarInitialView(){return Ua},get PrefClientType(){return Ga},get PrefDelegatedSendSaveTarget(){return Wa},get PrefMailSelectAfterDelete(){return Ha},get PrefMailSendReadReceipts(){return Qa},get ReadingPaneLocation(){return Ka},get RecoverAccountOp(){return Ya},get ResetPasswordStatus(){return Za},get SaveDocumentAction(){return Ja},get SaveDocumentType(){return Xa},get SearchType(){return er},get SetRecoveryAccountChannel(){return nr},get SetRecoveryAccountOp(){return ir},get ShareInputAction(){return tr},get SortBy(){return ar},get Weekday(){return rr},get ZimletPresence(){return dr}}),a={Contact:Wt,Conversation:Et,Document:n,FolderEntity:Pt,Mailbox:a,MessageInfo:At,Tag:ka};e.LocalBatchLink=U,e.OfflineQueueLink=Id,e.SyncOfflineOperations=g8,e.ZimbraBatchClient=u6,e.ZimbraErrorLink=Ed,e.ZimbraInMemoryCache=zu,e.batchJsonRequest=batchJsonRequest,e.createZimbraSchema=function createZimbraSchema(e){var n=e.cache,i=_objectWithoutProperties(e,hm),n=n?new Ui({cache:n}):void 0,a=new u6(_objectSpread2(_objectSpread2({},i),{},{sessionHandler:n})),r=e.localStoreClient,e=t.makeExecutableSchema({typeDefs:Nd,resolvers:{Query:{accountInfo:a.accountInfo,autoComplete:function autoComplete(e,n){return a.autoComplete(n)},autoCompleteGAL:function autoCompleteGAL(e,n){return a.autoCompleteGAL(n)},discoverRights:a.discoverRights,downloadAttachment:function downloadAttachment(e,n){return a.downloadAttachment(n)},downloadDocument:function downloadDocument(e,n){return a.downloadDocument(n)},downloadMessage:function downloadMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).downloadMessage(n)},freeBusy:function freeBusy(e,n){return a.freeBusy(n)},getContact:function getContact(e,n){return a.getContact(n)},clientInfo:function clientInfo(e,n){return a.clientInfo(n)},getContactFrequency:function getContactFrequency(e,n){return a.getContactFrequency(n)},getConversation:function getConversation(e,n){return a.getConversation(n)},getCustomMetadata:function getCustomMetadata(e,n){return a.getCustomMetadata(n)},getDocumentShareURL:function getDocumentShareURL(e,n){return a.getDocumentShareURL(n)},getFilterRules:a.getFilterRules,getFolder:function getFolder(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getFolder(n)},getHAB:function getHAB(e,n){return a.getHAB(n.habRootGroupId)},getDistributionListMembers:function getDistributionListMembers(e,n){return a.getDistributionListMembers(n.limit,n.offset,n.dl)},getAppointment:function getAppointment(e,n){return a.getAppointment(n)},getAppointments:function getAppointments(e,n){return a.search(n)},getReminders:function getReminders(e,n){return a.search(n)},getTasks:function getTasks(e,n){return a.getTasks(n)},getAvailableLocales:function getAvailableLocales(e){return a.getAvailableLocales()},getMailboxMetadata:function getMailboxMetadata(e,n){return a.getMailboxMetadata(n)},getMessage:function getMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getMessage(n)},getMessagesMetadata:function getMessagesMetadata(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).getMessagesMetadata(n)},getRights:function getRights(e,n){return a.getRights(n)},getScratchCodes:a.getScratchCodes,getSearchFolder:a.getSearchFolder,getSMimePublicCerts:function getSMimePublicCerts(e,n){return a.getSMimePublicCerts(n)},getTrustedDevices:a.getTrustedDevices,getDeviceStatus:a.getDeviceStatus,getWorkingHours:function getWorkingHours(e,n){return a.getWorkingHours(n)},getPreferences:a.getPreferences,getDataSources:a.getDataSources,getIdentities:a.getIdentities,getImportStatus:a.getImportStatus,getSignatures:a.getSignatures,noop:function noop(e,n){return a.noop(n,(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).fetchOptions)},recoverAccount:function recoverAccount(e,n){return a.recoverAccount(n)},relatedContacts:function relatedContacts(e,n){return a.relatedContacts(n)},search:function search(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).search(n)},searchCalendarResources:function searchCalendarResources(e,n){return a.searchCalendarResources(n)},searchGal:function searchGal(e,n){return a.searchGal(n)},shareInfo:function shareInfo(e,n){return a.shareInfo(n)},taskFolders:a.taskFolders,getWhiteBlackList:a.getWhiteBlackList,getAppSpecificPasswords:a.getAppSpecificPasswords,getTag:a.getTag},MailItem:{__resolveType:function __resolveType(e){return e.conversationId?"MessageInfo":"Conversation"}},Mutation:{action:function action(e,n){var i=n.type,n=_objectWithoutProperties(n,Im);return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).action(i,n)},addMessage:function addMessage(e,n){return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).addMessage(n)},applyFilterRules:function applyFilterRules(e,n){return a.applyFilterRules(n)},cancelTask:function cancelTask(e,n){return a.cancelTask(n)},itemAction:function itemAction(e,n){return a.itemAction(n)},login:function login(e,n){return a.login(n)},logout:a.logout,disableTwoFactorAuth:a.disableTwoFactorAuth,enableTwoFactorAuth:function enableTwoFactorAuth(e,n){return a.enableTwoFactorAuth(n.options)},messageAction:function messageAction(e,n){return a.messageAction(n)},changePassword:function changePassword(e,n){return a.changePassword(n)},modifyProfileImage:function modifyProfileImage(e,n){return a.modifyProfileImage(n)},contactAction:function contactAction(e,n){return a.contactAction(n)},createAppSpecificPassword:function createAppSpecificPassword(e,n){return a.createAppSpecificPassword(n.appName)},conversationAction:function conversationAction(e,n){return a.conversationAction(n)},createFolder:function createFolder(e,n,i){var t=n.isLocalFolder,n=_objectWithoutProperties(n,Dm);return i.local?r.createFolder(_objectSpread2({isLocalFolder:t},n)):a.createFolder(n)},createSearchFolder:function createSearchFolder(e,n){return a.createSearchFolder(n)},createContact:function createContact(e,n){return a.createContact(n.contact)},createContactList:function createContactList(e,n){return a.createContact(n.contact)},modifyContact:function modifyContact(e,n){return a.modifyContact(n.contact)},modifyContactList:function modifyContactList(e,n){return a.modifyContact(n.contact)},createAppointment:function createAppointment(e,n){return a.createAppointment(n.accountName,n.appointment)},snoozeCalendarItem:function snoozeCalendarItem(e,n){return a.snoozeCalendarItem(n.appointment,n.task)},dismissCalendarItem:function dismissCalendarItem(e,n){return a.dismissCalendarItem(n.appointment,n.task)},createAppointmentException:function createAppointmentException(e,n){return a.createAppointmentException(n.accountName,n.appointment)},modifyAppointment:function modifyAppointment(e,n){return a.modifyAppointment(n.accountName,n.appointment)},createMountpoint:function createMountpoint(e,n){return a.createMountpoint(n)},deleteAppointment:function deleteAppointment(e,n){return a.deleteAppointment(n.appointment)},checkCalendar:function checkCalendar(e,n){return a.checkCalendar(n)},counterAppointment:function counterAppointment(e,n){return a.counterAppointment(n.counterAppointmentInvite)},createCalendar:function createCalendar(e,n){return a.createFolder({name:n.name,color:n.color,url:n.url,view:"appointment",flags:"#"})},createSharedCalendar:function createSharedCalendar(e,n){return a.createMountpoint({link:_objectSpread2(_objectSpread2({},n.link),{},{parentFolderId:1,view:"appointment",flags:"#"})})},saveDocument:function saveDocument(e,n){return a.saveDocument(n)},changeFolderColor:function changeFolderColor(e,n){return a.changeFolderColor(n)},declineCounterAppointment:function declineCounterAppointment(e,n){return a.declineCounterAppointment(n.counterAppointmentInvite)},folderAction:function folderAction(e,n){return a.folderAction(n.action)},documentAction:function documentAction(e,n){return a.documentAction(n.action)},forwardAppointment:function forwardAppointment(e,n){return a.forwardAppointment(n.appointmentInvite)},forwardAppointmentInvite:function forwardAppointmentInvite(e,n){return a.forwardAppointmentInvite(n.appointmentInvite)},generateScratchCodes:a.generateScratchCodes,grantRights:function grantRights(e,n){return a.grantRights(n.input)},sendShareNotification:function sendShareNotification(e,n){return a.sendShareNotification(n.shareNotification)},testExternalAccount:function testExternalAccount(e,n){return a.testExternalAccount(n.externalAccount)},addExternalAccount:function addExternalAccount(e,n){return a.addExternalAccount(n.externalAccount)},modifyExternalAccount:function modifyExternalAccount(e,n){return a.modifyExternalAccount(n)},deleteExternalAccount:function deleteExternalAccount(e,n){return a.deleteExternalAccount(n)},importExternalAccount:function importExternalAccount(e,n){return a.importExternalAccount(n.externalAccount)},prefEnableOutOfOfficeAlertOnLogin:function prefEnableOutOfOfficeAlertOnLogin(e,n){return a.modifyPrefs({zimbraPrefOutOfOfficeStatusAlertOnLogin:n.value}).then(Boolean)},prefEnableOutOfOfficeReply:function prefEnableOutOfOfficeReply(e,n){return a.modifyPrefs({zimbraPrefOutOfOfficeReplyEnabled:n.value}).then(Boolean)},prefOutOfOfficeFromDate:function prefOutOfOfficeFromDate(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeFromDate:i}).then(function(){return i})},prefOutOfOfficeUntilDate:function prefOutOfOfficeUntilDate(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeUntilDate:i}).then(function(){return i})},prefOutOfOfficeReply:function prefOutOfOfficeReply(e,n){var i=n.value;return a.modifyPrefs({zimbraPrefOutOfOfficeReply:i}).then(function(){return i})},createIdentity:function createIdentity(e,n){return a.createIdentity(n)},modifyIdentity:function modifyIdentity(e,n){return a.modifyIdentity(n).then(Boolean)},deleteIdentity:function deleteIdentity(e,n){return a.deleteIdentity(n).then(Boolean)},modifyPrefs:function modifyPrefs(e,n){return a.modifyPrefs(n.prefs)},modifyProps:function modifyProps(e,n){return a.modifyProps(n.props)},modifyZimletPrefs:function modifyZimletPrefs(e,n){return a.modifyZimletPrefs(n.zimlets)},modifyFilterRules:function modifyFilterRules(e,n){return a.modifyFilterRules(n.filters)},createSignature:function createSignature(e,n){return a.createSignature(n)},modifySignature:function modifySignature(e,n){return a.modifySignature(n)},modifySearchFolder:function modifySearchFolder(e,n){return a.modifySearchFolder(n)},deleteSignature:function deleteSignature(e,n){return a.deleteSignature(n)},saveDraft:function saveDraft(e,n){var i=n.message,n=n.accountName;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).saveDraft(i,n)},sendMessage:function sendMessage(e,n){var i=n.message,n=n.accountName;return((2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).local?r:a).sendMessage(i,n)},sendDeliveryReport:function sendDeliveryReport(e,n){return a.sendDeliveryReport(n.messageId)},uploadMessage:function uploadMessage(e,n){return a.uploadMessage(n.value)},createTask:function createTask(e,n){return a.createTask(n.task)},modifyTask:function modifyTask(e,n){return a.modifyTask(n.task)},sendInviteReply:function sendInviteReply(e,n){return a.sendInviteReply(n.inviteReply)},recoverAccount:function recoverAccount(e,n){return a.recoverAccount(n)},resetPassword:function resetPassword(e,n){return a.resetPassword(n)},revokeAppSpecificPassword:function revokeAppSpecificPassword(e,n){return a.revokeAppSpecificPassword(n.appName)},revokeOtherTrustedDevices:a.revokeOtherTrustedDevices,revokeRights:function revokeRights(e,n){return a.revokeRights(n.input)},revokeTrustedDevice:a.revokeTrustedDevice,setCustomMetadata:function setCustomMetadata(e,n){return a.setCustomMetadata(n)},setMailboxMetadata:function setMailboxMetadata(e,n){return a.jsonRequest({name:"SetMailboxMetadata",body:{meta:{section:n.section,_attrs:rt(n.attrs,coerceBooleanToString)}}}).then(Boolean)},setRecoveryAccount:function setRecoveryAccount(e,n){return a.setRecoveryAccount(n)},modifyWhiteBlackList:function modifyWhiteBlackList(e,n){return a.modifyWhiteBlackList(n.whiteBlackList)},createTag:function createTag(e,n){return a.createTag(n.tag)},tagAction:function tagAction(e,n){return a.action(Jr.tag,n.action)},quarantineDeviceSync:function quarantineDeviceSync(e,n){a.quarantineDeviceSync(n.deviceId)},allowDeviceSync:function allowDeviceSync(e,n){a.allowDeviceSync(n.deviceId)},removeDeviceSync:function removeDeviceSync(e,n){a.removeDeviceSync(n.deviceId)},blockDeviceSync:function blockDeviceSync(e,n){a.blockDeviceSync(n.deviceId)},accountOnlyRemoteWipeSync:function accountOnlyRemoteWipeSync(e,n){a.accountOnlyRemoteWipeSync(n.deviceId)},cancelPendingAccountOnlyRemoteWipeSync:function cancelPendingAccountOnlyRemoteWipeSync(e,n){a.cancelPendingAccountOnlyRemoteWipeSync(n.deviceId)},remoteWipeSync:function remoteWipeSync(e,n){a.remoteWipeSync(n.deviceId)},cancelPendingRemoteWipeSync:function cancelPendingRemoteWipeSync(e,n){a.cancelPendingRemoteWipeSync(n.deviceId)}}}});return{client:a,schema:e}},e.entities=a,e.jsonRequest=jsonRequest,e.normalize=normalize$1,e.schema=Nd,e.types=Bm,Object.defineProperty(e,"__esModule",{value:!0})});
2
2
  //# sourceMappingURL=zm-api-js-client.umd.js.map