@zimbra/api-client 64.0.0 → 68.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
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@graphql-tools/schema");function _typeof(e){return(_typeof="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(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}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 _defineProperty(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 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 _objectSpread2(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(i),!0).forEach(function(e){_defineProperty(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 _inherits(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}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 _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}function _objectWithoutProperties(e,n){if(null==e)return{};var i,t=_objectWithoutPropertiesLoose(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(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _possibleConstructorReturn(e,n){return!n||"object"!=typeof n&&"function"!=typeof n?_assertThisInitialized(e):n}function _createSuper(i){var t=_isNativeReflectConstruct();return function _createSuperInternal(){var e,n=_getPrototypeOf(i);return _possibleConstructorReturn(this,t?(e=_getPrototypeOf(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _taggedTemplateLiteral(e,n){return n=n||e.slice(0),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(n)}}))}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray(e,n)||_nonIterableRest()}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _iterableToArray(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}function _iterableToArrayLimit(e,n){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var i=[],t=!0,a=!1,r=void 0;try{for(var d,o=e[Symbol.iterator]();!(t=(d=o.next()).done)&&(i.push(d.value),!n||i.length!==n);t=!0);}catch(e){a=!0,r=e}finally{try{t||null==o.return||o.return()}finally{if(a)throw r}}return 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"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray(e,n):void 0}}function _arrayLikeToArray(e,n){(null==n||e.length<n)&&(n=e.length);for(var i=0,t=new Array(n);i<n;i++)t[i]=e[i];return t}function _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 _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.")}var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function createCommonjsModule(e,n,i){return e(i={path:n,exports:{},require:function(e,n){return commonjsRequire(e,null==n?i.path:n)}},i.exports),i.exports}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var n="object"==typeof e&&e&&e.Object===Object&&e,a=n,i="object"==typeof self&&self&&self.Object===Object&&self,r=a||i||Function("return this")(),d=r,o=d.Symbol,u=o,s=Object.prototype,m=s.hasOwnProperty,l=s.toString,c=u?u.toStringTag:void 0;function getRawTag(e){var n=m.call(e,c),i=e[c];try{var t=!(e[c]=void 0)}catch(e){}var a=l.call(e);return t&&(n?e[c]=i:delete e[c]),a}var p=getRawTag,k=Object.prototype,v=k.toString;function objectToString(e){return v.call(e)}var y=objectToString,f="[object Null]",N="[object Undefined]",g=u?u.toStringTag:void 0;function baseGetTag(e){return null==e?void 0===e?N:f:(g&&g in Object(e)?p:y)(e)}var T=baseGetTag;function isObject(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)}var h=isObject,I="[object AsyncFunction]",D="[object Function]",S="[object GeneratorFunction]",b="[object Proxy]";function isFunction(e){if(!h(e))return!1;e=T(e);return e==D||e==S||e==I||e==b}var F=isFunction,E=d["__core-js_shared__"],A=E,O=function(){var e=/[^.]+$/.exec(A&&A.keys&&A.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked(e){return!!O&&O in e}var C=isMasked,_=Function.prototype,R=_.toString;function toSource(e){if(null!=e){try{return R.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var w=toSource,V=/[\\^$.*+?()[\]{}|]/g,P=/^\[object .+?Constructor\]$/,j=Function.prototype,L=Object.prototype,x=j.toString,B=L.hasOwnProperty,M=RegExp("^"+x.call(B).replace(V,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(e){return!(!h(e)||C(e))&&(F(e)?M:P).test(w(e))}var z=baseIsNative;function getValue(e,n){return null==e?void 0:e[n]}var q=getValue;function getNative(e,n){n=q(e,n);return z(n)?n:void 0}var U=getNative,G=function(){try{var e=U(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),K=G;function baseAssignValue(e,n,i){"__proto__"==n&&K?K(e,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[n]=i}var W=baseAssignValue;function createBaseFor(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 H=createBaseFor,Q=createBaseFor(),Y=Q;function baseTimes(e,n){for(var i=-1,t=Array(e);++i<e;)t[i]=n(i);return t}var $=baseTimes;function isObjectLike(e){return null!=e&&"object"==typeof e}var J=isObjectLike,Z="[object Arguments]";function baseIsArguments(e){return J(e)&&T(e)==Z}var X=baseIsArguments,ee=Object.prototype,ne=ee.hasOwnProperty,ie=ee.propertyIsEnumerable,te=X(function(){return arguments}())?X:function(e){return J(e)&&ne.call(e,"callee")&&!ie.call(e,"callee")},ae=te,re=Array.isArray,de=re;function stubFalse(){return!1}var oe=stubFalse,ue=createCommonjsModule(function(e,n){var i=n&&!n.nodeType&&n,n=i&&e&&!e.nodeType&&e,i=n&&n.exports===i?d.Buffer:void 0;e.exports=(i?i.isBuffer:void 0)||oe}),se=9007199254740991,me=/^(?:0|[1-9]\d*)$/;function isIndex(e,n){var i=typeof e;return!!(n=null==n?se:n)&&("number"==i||"symbol"!=i&&me.test(e))&&-1<e&&e%1==0&&e<n}var le=isIndex,ce=9007199254740991;function isLength(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=ce}var pe=isLength,ke="[object Arguments]",ve="[object Array]",ye="[object Boolean]",fe="[object Date]",Ne="[object Error]",ge="[object Function]",Te="[object Map]",he="[object Number]",Ie="[object Object]",De="[object RegExp]",Se="[object Set]",be="[object String]",Fe="[object WeakMap]",Ee="[object ArrayBuffer]",Ae="[object DataView]",Oe="[object Float32Array]",Ce="[object Float64Array]",_e="[object Int8Array]",Re="[object Int16Array]",we="[object Int32Array]",Ve="[object Uint8Array]",Pe="[object Uint8ClampedArray]",je="[object Uint16Array]",Le="[object Uint32Array]",xe={};function baseIsTypedArray(e){return J(e)&&pe(e.length)&&!!xe[T(e)]}xe[Oe]=xe[Ce]=xe[_e]=xe[Re]=xe[we]=xe[Ve]=xe[Pe]=xe[je]=xe[Le]=!0,xe[ke]=xe[ve]=xe[Ee]=xe[ye]=xe[Ae]=xe[fe]=xe[Ne]=xe[ge]=xe[Te]=xe[he]=xe[Ie]=xe[De]=xe[Se]=xe[be]=xe[Fe]=!1;var Be=baseIsTypedArray;function baseUnary(n){return function(e){return n(e)}}var Me=baseUnary,ze=createCommonjsModule(function(e,n){var n=n&&!n.nodeType&&n,i=n&&e&&!e.nodeType&&e,t=i&&i.exports===n&&a.process,n=function(){try{var e=i&&i.require&&i.require("util").types;return e?e:t&&t.binding&&t.binding("util")}catch(e){}}();e.exports=n}),qe=ze&&ze.isTypedArray,Ue=qe?Me(qe):Be,Ge=Ue,Ke=Object.prototype,We=Ke.hasOwnProperty;function arrayLikeKeys(e,n){var i,t=de(e),a=!t&&ae(e),r=!t&&!a&&ue(e),d=!t&&!a&&!r&&Ge(e),o=t||a||r||d,u=o?$(e.length,String):[],s=u.length;for(i in e)!n&&!We.call(e,i)||o&&("length"==i||r&&("offset"==i||"parent"==i)||d&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||le(i,s))||u.push(i);return u}var He=arrayLikeKeys,Qe=Object.prototype;function isPrototype(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||Qe)}var Ye=isPrototype;function overArg(n,i){return function(e){return n(i(e))}}var $e=overArg,Je=$e(Object.keys,Object),Ze=Je,Xe=Object.prototype,en=Xe.hasOwnProperty;function baseKeys(e){if(!Ye(e))return Ze(e);var n,i=[];for(n in Object(e))en.call(e,n)&&"constructor"!=n&&i.push(n);return i}var nn=baseKeys;function isArrayLike(e){return null!=e&&pe(e.length)&&!F(e)}var tn=isArrayLike;function keys(e){return(tn(e)?He:nn)(e)}var an=keys;function baseForOwn(e,n){return e&&Y(e,n,an)}var rn=baseForOwn;function listCacheClear(){this.__data__=[],this.size=0}var dn=listCacheClear;function eq(e,n){return e===n||e!=e&&n!=n}var on=eq;function assocIndexOf(e,n){for(var i=e.length;i--;)if(on(e[i][0],n))return i;return-1}var un=assocIndexOf,sn=Array.prototype,mn=sn.splice;function listCacheDelete(e){var n=this.__data__,e=un(n,e);return!(e<0)&&(e==n.length-1?n.pop():mn.call(n,e,1),--this.size,!0)}var ln=listCacheDelete;function listCacheGet(e){var n=this.__data__,e=un(n,e);return e<0?void 0:n[e][1]}var cn=listCacheGet;function listCacheHas(e){return-1<un(this.__data__,e)}var pn=listCacheHas;function listCacheSet(e,n){var i=this.__data__,t=un(i,e);return t<0?(++this.size,i.push([e,n])):i[t][1]=n,this}var kn=listCacheSet;function ListCache(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.prototype.clear=listCacheClear,ListCache.prototype.delete=ln,ListCache.prototype.get=cn,ListCache.prototype.has=pn,ListCache.prototype.set=kn;var vn=ListCache;function stackClear(){this.__data__=new vn,this.size=0}var yn=stackClear;function stackDelete(e){var n=this.__data__,e=n.delete(e);return this.size=n.size,e}var fn=stackDelete;function stackGet(e){return this.__data__.get(e)}var Nn=stackGet;function stackHas(e){return this.__data__.has(e)}var gn=stackHas,Tn=U(d,"Map"),hn=Tn,In=U(Object,"create"),Dn=In;function hashClear(){this.__data__=Dn?Dn(null):{},this.size=0}var Sn=hashClear;function hashDelete(e){e=this.has(e)&&delete this.__data__[e];return this.size-=e?1:0,e}var bn=hashDelete,Fn="__lodash_hash_undefined__",En=Object.prototype,An=En.hasOwnProperty;function hashGet(e){var n=this.__data__;if(Dn){var i=n[e];return i===Fn?void 0:i}return An.call(n,e)?n[e]:void 0}var On=hashGet,Cn=Object.prototype,_n=Cn.hasOwnProperty;function hashHas(e){var n=this.__data__;return Dn?void 0!==n[e]:_n.call(n,e)}var Rn=hashHas,wn="__lodash_hash_undefined__";function hashSet(e,n){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=Dn&&void 0===n?wn:n,this}var Vn=hashSet;function Hash(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.prototype.clear=hashClear,Hash.prototype.delete=bn,Hash.prototype.get=On,Hash.prototype.has=Rn,Hash.prototype.set=Vn;var Pn=Hash;function mapCacheClear(){this.size=0,this.__data__={hash:new Pn,map:new(hn||vn),string:new Pn}}var jn=mapCacheClear;function isKeyable(e){var n=typeof e;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==e:null===e}var Ln=isKeyable;function getMapData(e,n){e=e.__data__;return Ln(n)?e["string"==typeof n?"string":"hash"]:e.map}var xn=getMapData;function mapCacheDelete(e){e=xn(this,e).delete(e);return this.size-=e?1:0,e}var Bn=mapCacheDelete;function mapCacheGet(e){return xn(this,e).get(e)}var Mn=mapCacheGet;function mapCacheHas(e){return xn(this,e).has(e)}var zn=mapCacheHas;function mapCacheSet(e,n){var i=xn(this,e),t=i.size;return i.set(e,n),this.size+=i.size==t?0:1,this}var qn=mapCacheSet;function MapCache(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.prototype.clear=mapCacheClear,MapCache.prototype.delete=Bn,MapCache.prototype.get=Mn,MapCache.prototype.has=zn,MapCache.prototype.set=qn;var Un=MapCache,Gn=200;function stackSet(e,n){var i=this.__data__;if(i instanceof vn){var t=i.__data__;if(!hn||t.length<Gn-1)return t.push([e,n]),this.size=++i.size,this;i=this.__data__=new Un(t)}return i.set(e,n),this.size=i.size,this}var Kn=stackSet;function Stack(e){e=this.__data__=new vn(e);this.size=e.size}Stack.prototype.clear=yn,Stack.prototype.delete=fn,Stack.prototype.get=Nn,Stack.prototype.has=gn,Stack.prototype.set=Kn;var Wn=Stack,Hn="__lodash_hash_undefined__";function setCacheAdd(e){return this.__data__.set(e,Hn),this}var Qn=setCacheAdd;function setCacheHas(e){return this.__data__.has(e)}var Yn=setCacheHas;function SetCache(e){var n=-1,i=null==e?0:e.length;for(this.__data__=new Un;++n<i;)this.add(e[n])}SetCache.prototype.add=SetCache.prototype.push=setCacheAdd,SetCache.prototype.has=Yn;var $n=SetCache;function arraySome(e,n){for(var i=-1,t=null==e?0:e.length;++i<t;)if(n(e[i],i,e))return!0;return!1}var Jn=arraySome;function cacheHas(e,n){return e.has(n)}var Zn=cacheHas,Xn=1,ei=2;function equalArrays(e,n,i,t,a,r){var d=i&Xn,o=e.length,u=n.length;if(o!=u&&!(d&&o<u))return!1;var s=r.get(e),u=r.get(n);if(s&&u)return s==n&&u==e;var m=-1,l=!0,c=i&ei?new $n:void 0;for(r.set(e,n),r.set(n,e);++m<o;){var p,k=e[m],v=n[m];if(t&&(p=d?t(v,k,m,n,e,r):t(k,v,m,e,n,r)),void 0!==p){if(p)continue;l=!1;break}if(c){if(!Jn(n,function(e,n){if(!Zn(c,n)&&(k===e||a(k,e,i,t,r)))return c.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}var ni=equalArrays,ii=d.Uint8Array,ti=ii;function mapToArray(e){var i=-1,t=Array(e.size);return e.forEach(function(e,n){t[++i]=[n,e]}),t}var ai=mapToArray;function setToArray(e){var n=-1,i=Array(e.size);return e.forEach(function(e){i[++n]=e}),i}var ri=setToArray,di=1,oi=2,ui="[object Boolean]",si="[object Date]",mi="[object Error]",li="[object Map]",ci="[object Number]",pi="[object RegExp]",ki="[object Set]",vi="[object String]",yi="[object Symbol]",fi="[object ArrayBuffer]",Ni="[object DataView]",gi=u?u.prototype:void 0,Ti=gi?gi.valueOf:void 0;function equalByTag(e,n,i,t,a,r,d){switch(i){case Ni:if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case fi:return e.byteLength==n.byteLength&&r(new ti(e),new ti(n))?!0:!1;case ui:case si:case ci:return on(+e,+n);case mi:return e.name==n.name&&e.message==n.message;case pi:case vi:return e==n+"";case li:var o=ai;case ki:o=o||ri;if(e.size!=n.size&&!(t&di))return!1;var u=d.get(e);if(u)return u==n;t|=oi,d.set(e,n);o=ni(o(e),o(n),t,a,r,d);return d.delete(e),o;case yi:if(Ti)return Ti.call(e)==Ti.call(n)}return!1}var hi=equalByTag;function arrayPush(e,n){for(var i=-1,t=n.length,a=e.length;++i<t;)e[a+i]=n[i];return e}var Ii=arrayPush;function baseGetAllKeys(e,n,i){n=n(e);return de(e)?n:Ii(n,i(e))}var Di=baseGetAllKeys;function arrayFilter(e,n){for(var i=-1,t=null==e?0:e.length,a=0,r=[];++i<t;){var d=e[i];n(d,i,e)&&(r[a++]=d)}return r}var Si=arrayFilter;function stubArray(){return[]}var bi=stubArray,Fi=Object.prototype,Ei=Fi.propertyIsEnumerable,Ai=Object.getOwnPropertySymbols,Oi=Ai?function(n){return null==n?[]:(n=Object(n),Si(Ai(n),function(e){return Ei.call(n,e)}))}:stubArray,Ci=Oi;function getAllKeys(e){return Di(e,an,Ci)}var _i=getAllKeys,Ri=1,wi=Object.prototype,Vi=wi.hasOwnProperty;function equalObjects(e,n,i,t,a,r){var d=i&Ri,o=_i(e),u=o.length;if(u!=_i(n).length&&!d)return!1;for(var s=u;s--;){var m=o[s];if(!(d?m in n:Vi.call(n,m)))return!1}var l=r.get(e),c=r.get(n);if(l&&c)return l==n&&c==e;var p=!0;r.set(e,n),r.set(n,e);for(var k=d;++s<u;){var v,y=e[m=o[s]],f=n[m];if(t&&(v=d?t(f,y,m,n,e,r):t(y,f,m,e,n,r)),!(void 0===v?y===f||a(y,f,i,t,r):v)){p=!1;break}k=k||"constructor"==m}return!p||k||(l=e.constructor)!=(c=n.constructor)&&"constructor"in e&&"constructor"in n&&!("function"==typeof l&&l instanceof l&&"function"==typeof c&&c instanceof c)&&(p=!1),r.delete(e),r.delete(n),p}var Pi=equalObjects,ji=U(d,"DataView"),Li=ji,xi=U(d,"Promise"),Bi=xi,Mi=U(d,"Set"),zi=Mi,qi=U(d,"WeakMap"),Ui=qi,Gi="[object Map]",Ki="[object Object]",Wi="[object Promise]",Hi="[object Set]",Qi="[object WeakMap]",Yi="[object DataView]",$i=w(Li),Ji=w(hn),Zi=w(Bi),Xi=w(zi),et=w(Ui),nt=T;(Li&&nt(new Li(new ArrayBuffer(1)))!=Yi||hn&&nt(new hn)!=Gi||Bi&&nt(Bi.resolve())!=Wi||zi&&nt(new zi)!=Hi||Ui&&nt(new Ui)!=Qi)&&(nt=function(e){var n=T(e),e=n==Ki?e.constructor:void 0,e=e?w(e):"";if(e)switch(e){case $i:return Yi;case Ji:return Gi;case Zi:return Wi;case Xi:return Hi;case et:return Qi}return n});var it=nt,tt=1,at="[object Arguments]",rt="[object Array]",dt="[object Object]",ot=Object.prototype,ut=ot.hasOwnProperty;function baseIsEqualDeep(e,n,i,t,a,r){var d=de(e),o=de(n),u=d?rt:it(e),s=o?rt:it(n),m=(u=u==at?dt:u)==dt,o=(s=s==at?dt:s)==dt,s=u==s;if(s&&ue(e)){if(!ue(n))return!1;m=!(d=!0)}if(s&&!m)return r=r||new Wn,d||Ge(e)?ni(e,n,i,t,a,r):hi(e,n,u,i,t,a,r);if(!(i&tt)){m=m&&ut.call(e,"__wrapped__"),o=o&&ut.call(n,"__wrapped__");if(m||o)return a(m?e.value():e,o?n.value():n,i,t,r=r||new Wn)}return!!s&&(r=r||new Wn,Pi(e,n,i,t,a,r))}var st=baseIsEqualDeep;function baseIsEqual(e,n,i,t,a){return e===n||(null==e||null==n||!J(e)&&!J(n)?e!=e&&n!=n:st(e,n,i,t,baseIsEqual,a))}var mt=baseIsEqual,lt=1,ct=2;function baseIsMatch(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],s=e[u],m=o[1];if(d&&o[2]){if(void 0===s&&!(u in e))return!1}else{var l,c=new Wn;if(t&&(l=t(s,m,u,e,n,c)),!(void 0===l?mt(m,s,lt|ct,t,c):l))return!1}}return!0}var pt=baseIsMatch;function isStrictComparable(e){return e==e&&!h(e)}var kt=isStrictComparable;function getMatchData(e){for(var n=an(e),i=n.length;i--;){var t=n[i],a=e[t];n[i]=[t,a,kt(a)]}return n}var vt=getMatchData;function matchesStrictComparable(n,i){return function(e){return null!=e&&(e[n]===i&&(void 0!==i||n in Object(e)))}}var yt=matchesStrictComparable;function baseMatches(n){var i=vt(n);return 1==i.length&&i[0][2]?yt(i[0][0],i[0][1]):function(e){return e===n||pt(e,n,i)}}var ft=baseMatches,Nt="[object Symbol]";function isSymbol(e){return"symbol"==typeof e||J(e)&&T(e)==Nt}var gt=isSymbol,Tt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ht=/^\w*$/;function isKey(e,n){if(de(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!gt(e))||(ht.test(e)||!Tt.test(e)||null!=n&&e in Object(n))}var It=isKey,Dt="Expected a function";function memoize(t,a){if("function"!=typeof t||null!=a&&"function"!=typeof a)throw new TypeError(Dt);var r=function(){var e=arguments,n=a?a.apply(this,e):e[0],i=r.cache;if(i.has(n))return i.get(n);e=t.apply(this,e);return r.cache=i.set(n,e)||i,e};return r.cache=new(memoize.Cache||Un),r}memoize.Cache=Un;var St=memoize,bt=500;function memoizeCapped(e){var e=St(e,function(e){return n.size===bt&&n.clear(),e}),n=e.cache;return e}var Ft=memoizeCapped,Et=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,At=/\\(\\)?/g,Ot=memoizeCapped(function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(Et,function(e,n,i,t){a.push(i?t.replace(At,"$1"):n||e)}),a}),Ct=Ot;function arrayMap(e,n){for(var i=-1,t=null==e?0:e.length,a=Array(t);++i<t;)a[i]=n(e[i],i,e);return a}var _t=arrayMap,Rt=1/0,wt=u?u.prototype:void 0,Vt=wt?wt.toString:void 0;function baseToString(e){if("string"==typeof e)return e;if(de(e))return _t(e,baseToString)+"";if(gt(e))return Vt?Vt.call(e):"";var n=e+"";return"0"==n&&1/e==-Rt?"-0":n}var Pt=baseToString;function toString(e){return null==e?"":Pt(e)}var jt=toString;function castPath(e,n){return de(e)?e:It(e,n)?[e]:Ct(jt(e))}var Lt=castPath,xt=1/0;function toKey(e){if("string"==typeof e||gt(e))return e;var n=e+"";return"0"==n&&1/e==-xt?"-0":n}var Bt=toKey;function baseGet(e,n){for(var i=0,t=(n=Lt(n,e)).length;null!=e&&i<t;)e=e[Bt(n[i++])];return i&&i==t?e:void 0}var Mt=baseGet;function get(e,n,i){n=null==e?void 0:Mt(e,n);return void 0===n?i:n}var zt=get;function baseHasIn(e,n){return null!=e&&n in Object(e)}var qt=baseHasIn;function hasPath(e,n,i){for(var t=-1,a=(n=Lt(n,e)).length,r=!1;++t<a;){var d=Bt(n[t]);if(!(r=null!=e&&i(e,d)))break;e=e[d]}return r||++t!=a?r:!!(a=null==e?0:e.length)&&pe(a)&&le(d,a)&&(de(e)||ae(e))}var Ut=hasPath;function hasIn(e,n){return null!=e&&Ut(e,n,qt)}var Gt=hasIn,Kt=1,Wt=2;function baseMatchesProperty(i,t){return It(i)&&kt(t)?yt(Bt(i),t):function(e){var n=zt(e,i);return void 0===n&&n===t?Gt(e,i):mt(t,n,Kt|Wt)}}var Ht=baseMatchesProperty;function identity(e){return e}var Qt=identity;function baseProperty(n){return function(e){return null==e?void 0:e[n]}}var Yt=baseProperty;function basePropertyDeep(n){return function(e){return Mt(e,n)}}var $t=basePropertyDeep;function property(e){return It(e)?Yt(Bt(e)):$t(e)}var Jt=property;function baseIteratee(e){return"function"==typeof e?e:null==e?Qt:"object"==typeof e?de(e)?Ht(e[0],e[1]):ft(e):Jt(e)}var Zt=baseIteratee;function mapValues(e,t){var a={};return t=Zt(t),rn(e,function(e,n,i){W(a,n,t(e,n,i))}),a}var Xt=mapValues;function _classCallCheck$1(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}var ea,na=function(){function DataLoader(e,n){if(_classCallCheck$1(this,DataLoader),"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._options=n,this._promiseCache=getValidCacheMap(n),this._queue=[]}return DataLoader.prototype.load=function load(i){var t=this;if(null==i)throw new TypeError("The loader.load() function must be called with a value,but got: "+String(i)+".");var e=this._options,a=!e||!1!==e.batch,n=!e||!1!==e.cache,e=e&&e.cacheKeyFn,e=e?e(i):i;if(n){var r=this._promiseCache.get(e);if(r)return r}r=new Promise(function(e,n){t._queue.push({key:i,resolve:e,reject:n}),1===t._queue.length&&(a?ia(function(){return dispatchQueue(t)}):dispatchQueue(t))});return n&&this._promiseCache.set(e,r),r},DataLoader.prototype.loadMany=function loadMany(e){var n=this;if(!Array.isArray(e))throw new TypeError("The loader.loadMany() function must be called with Array<key> but got: "+e+".");return Promise.all(e.map(function(e){return n.load(e)}))},DataLoader.prototype.clear=function clear(e){var n=this._options&&this._options.cacheKeyFn,e=n?n(e):e;return this._promiseCache.delete(e),this},DataLoader.prototype.clearAll=function clearAll(){return this._promiseCache.clear(),this},DataLoader.prototype.prime=function prime(e,n){var i=this._options&&this._options.cacheKeyFn,e=i?i(e):e;return void 0===this._promiseCache.get(e)&&(n=n instanceof Error?Promise.reject(n):Promise.resolve(n),this._promiseCache.set(e,n)),this},DataLoader}(),ia="object"==typeof process&&"function"==typeof process.nextTick?function(e){(ea=ea||Promise.resolve()).then(function(){return process.nextTick(e)})}:setImmediate||setTimeout;function dispatchQueue(e){var n=e._queue;e._queue=[];var i=e._options&&e._options.maxBatchSize;if(i&&0<i&&i<n.length)for(var t=0;t<n.length/i;t++)dispatchQueueBatch(e,n.slice(t*i,(t+1)*i));else dispatchQueueBatch(e,n)}function dispatchQueueBatch(n,t){var e=t.map(function(e){return e.key}),i=(0,n._batchLoadFn)(e);if(!i||"function"!=typeof i.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(i)+"."));i.then(function(i){if(!Array.isArray(i))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(i)+".");if(i.length!==e.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(e)+"\n\nValues:\n"+String(i));t.forEach(function(e,n){n=i[n];(n instanceof Error?e.reject:e.resolve)(n)})}).catch(function(e){return failedDispatch(n,t,e)})}function failedDispatch(i,e,t){e.forEach(function(e){var n=e.reject;i.clear(e.key),n(t)})}function getValidCacheMap(e){var n=e&&e.cacheMap;if(!n)return new Map;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}var ta=na;function castArray(){if(!arguments.length)return[];var e=arguments[0];return de(e)?e:[e]}var aa=castArray,ra=$e(Object.getPrototypeOf,Object),da=ra,oa="[object Object]",ua=Function.prototype,sa=Object.prototype,ma=ua.toString,la=sa.hasOwnProperty,ca=ma.call(Object);function isPlainObject(e){if(!J(e)||T(e)!=oa)return!1;e=da(e);if(null===e)return!0;e=la.call(e,"constructor")&&e.constructor;return"function"==typeof e&&e instanceof e&&ma.call(e)==ca}var pa=isPlainObject,ka="[object DOMException]",va="[object Error]";function isError(e){if(!J(e))return!1;var n=T(e);return n==va||n==ka||"string"==typeof e.message&&"string"==typeof e.name&&!pa(e)}var ya=isError;function arrayReduce(e,n,i,t){var a=-1,r=null==e?0:e.length;for(t&&r&&(i=e[++a]);++a<r;)i=n(i,e[a],a,e);return i}var fa=arrayReduce;function createBaseEach(r,d){return function(e,n){if(null==e)return e;if(!tn(e))return r(e,n);for(var i=e.length,t=d?i:-1,a=Object(e);(d?t--:++t<i)&&!1!==n(a[t],t,a););return e}}var Na=createBaseEach,ga=createBaseEach(rn),Ta=ga;function baseReduce(e,t,a,r,n){return n(e,function(e,n,i){a=r?(r=!1,e):t(a,e,n,i)}),a}var ha=baseReduce;function reduce(e,n,i){var t=de(e)?fa:ha,a=arguments.length<3;return t(e,Zt(n),i,a,Ta)}var Ia=reduce;function normalizeKey(e,n){n=(2<arguments.length&&void 0!==arguments[2]&&arguments[2]?n.inverseKey:n.key)(e);return"string"==typeof n?{key:n}:Array.isArray(n)?{key:n[0],nestedSchema:n[1]}:n instanceof Da?{key:e,nestedSchema:n}:{key:e}}function _normalize(e,r){var d=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return Ia(e,function(e,n,i){var t=normalizeKey(i,r,d),i=t.key,a=t.nestedSchema,t=_typeof(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 Da=function(){function Entity(e){_classCallCheck(this,Entity),this.inverseMapping={},this.mapping={},this.addMapping(e),this.key=this.key.bind(this),this.inverseKey=this.inverseKey.bind(this)}return _createClass(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,n){var t=this;return Ia(e,function(e,n,i){return Array.isArray(n)?e[n[0]]=[i,n[1]]:"object"!==_typeof(n)||n instanceof Entity?"string"==typeof n?e[n]=i:e[i]=n:e[i]=t.initInverseMapping(n),e},1<arguments.length&&void 0!==n?n:{})}},{key:"inverseKey",value:function inverseKey(e){return this.inverseMapping[e]}},{key:"key",value:function key(e){return this.mapping[e]}}]),Entity}();function normalize(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)}}var Sa=new Da({cd:"contentDisposition",ci:"contentId",cl:"contentLocation",ct:"contentType",s:"size",part:"part",mid:"messageId",content:"content"}),ba=new Da({w:"weeks",d:"days",h:"hours",m:"minutes",s:"seconds",related:"relatedTo",neg:"negative"}),Fa=new Da({rel:["relative",ba]}),Ea=new Da({ival:"intervalCount"}),Aa=new Da({num:"number"}),Oa=new Da({d:"date"}),Ca=new Da({modaylist:"dayList"}),_a=new Da({molist:"monthList"}),Ra=new Da({freq:"frequency",interval:["interval",Ea],count:["count",Aa],until:["until",Oa],bymonthday:["bymonthday",Ca],bymonth:["bymonth",_a]}),wa=new Da({rule:["rule",Ra]}),Va=new Da({add:["add",wa]}),Pa=new Da({a:"email"}),ja=new Da({trigger:Fa,at:["attendees",Pa]}),La=new Da({d:"date",tz:"timezone",tzoDue:"timezoneDue",u:"utc"}),xa=new Da({ptst:"participationStatus",a:"address",d:"name",cutype:"calendarUserType"}),Ba=new Da({ptst:"participationStatus",at:"attendee"}),Ma=new Da({a:"address",d:"name"}),za={d:"date",f:"flags",l:"folderId",md:"changeDate",ms:"modifiedSequence",rev:"revision",s:"size",sf:"sortField",t:"tags",tn:"tagNames"},qa=_objectSpread2(_objectSpread2({},za),{},{cid:"conversationId",fr:"excerpt"}),Ua={compNum:"componentNum",calItemId:"calendarItemId",fb:"freeBusy",fba:"freeBusyActual",fr:"excerpt",isOrg:"isOrganizer",invId:"inviteId",loc:"location",or:["organizer",Ma],ridZ:"utcRecurrenceId"},Ga=new Da(_objectSpread2(_objectSpread2(_objectSpread2({},qa),Ua),{},{alarm:["alarms",ja],at:["attendees",xa],completed:"completedDateTime",desc:"description",descHtml:"htmlDescription",e:["end",La],ex:"isException",recur:["recurrence",Va],s:["start",La],exceptId:["exceptId",La],seq:"sequence"})),Ka=new Da({reply:["reply",Ba]}),Wa=new Da({stdoff:"timezoneStdOffset",dayoff:"timezoneDaylightOffset"}),Ha=new Da({seq:"sequenceNumber",compNum:"componentNum",recurId:"recurrenceId",tz:["tz",Wa],comp:["components",Ga],replies:["replies",Ka],mp:["mimeParts",Sa]}),Qa=new Da({comp:["components",Ga],replies:["replies",Ka],mp:["mimeParts",Sa]}),Ya=new Da({a:"address",p:"name",d:"displayName",t:"type"}),$a=new Da({mid:"messageId",part:"part"}),Ja=new Da({aid:"attachmentId",doc:"documents",mp:["existingAttachments",$a]});Sa.addMapping({mp:["mimeParts",Sa],attach:["attachments",Ja]});var Za=_objectSpread2(_objectSpread2({},qa),{},{e:["emailAddresses",Ya],inv:["invitations",Qa],mp:["mimeParts",Sa],shr:"share",su:"subject",origid:"origId",attach:["attachments",Ja],rt:"replyType"}),Xa=new Da(_objectSpread2(_objectSpread2({},Za),{},{id:"id",aid:"attachmentId",irt:"inReplyTo",rt:"replyType",did:"draftId",idnt:"entityId"})),er=new Da({m:["message",Xa]}),nr=new Da(_objectSpread2({},Za)),ir=new Da({inv:["invitations",Ha]}),tr=new Da(_objectSpread2(_objectSpread2({},Za),{},{n:"numMessages",m:["messages",nr],u:"unread"})),ar=new Da(_objectSpread2(_objectSpread2({},Za),{},{n:"numMessages",m:["messagesMetaData",nr],u:"unread"})),rr=new Da({rev:"revision",comp:"componentNum",m:["message",nr],apptId:"appointmentId",calItemId:"calendarItemId",invId:"inviteId"}),dr=new Da({rev:"revision",comp:"componentNum",m:["message",nr],invId:"inviteId"}),or=new Da({d:"date",tz:"timezone"}),ur=new Da({inst:["instanceDate",or],id:"inviteId",comp:"componentNum",s:"start",m:["message",nr]}),sr=new Da({rid:"sharedItemId",zid:"ownerZimbraId",f:"flags",l:"parentFolderId"}),mr=new Da({link:sr}),lr={d:"address",gt:"granteeType",zid:"zimbraId",pw:"password"},cr=new Da(_objectSpread2(_objectSpread2({},lr),{},{perm:"permissions"})),pr=new Da({grant:cr}),kr=new Da({a:"address",t:"type",p:"personalName"}),vr=new Da(_objectSpread2(_objectSpread2(_objectSpread2({},qa),Ua),{},{otherAtt:"otherAttendees",s:"start",ptst:"participationStatus",dur:"duration",ex:"isException"})),yr=new Da({compNum:"componentNum",invId:"inviteId",loc:"location"}),fr=new Da(_objectSpread2(_objectSpread2(_objectSpread2({},qa),Ua),{},{recur:"isRecurring",ptst:"participationStatus",dur:"duration",tzo:"timezoneOffset",otherAtt:"otherAttendees",inst:["instances",vr],inv:["invitations",Ha],alarmData:["alarmData",yr],sf:"sortField"})),Nr=new Da({sf:"sortField"}),gr=new Da({u:"unread",l:"parentFolderId",f:"flags",n:"nonFolderItemCount",s:"nonFolderItemCountTotal",rev:"revision",acl:pr,perm:"permissions",rid:"sharedItemId",zid:"ownerZimbraId"});gr.addMapping({folder:["folders",gr],link:["linkedFolders",gr]});var Tr,hr=new Da({_attrs:"attributes"}),Ir=new Da({_attrs:"attributes"}),Dr=new Da({e:["emailAddresses",Ya],mp:["mimeParts",Sa],su:"subject"}),Sr=new Da({m:["message",Dr],exceptId:["exceptId",or]}),br=new Da({m:["message",Dr]}),Fr=new Da({s:"start",e:"end"}),Er=new Da({t:["tentative",Fr],f:["free",Fr],b:["busy",Fr],u:["unavailable",Fr],n:["nodata",Fr]}),Ar=new Da({l:"folderId",tcon:"constraints",tn:"tagNames",f:"flags",zid:"zimbraId",d:"address",grant:cr}),Or=new Da({t:"type"}),Cr=new Da({l:"folderId"}),_r=new Da({match:Cr}),Rr=new Da({e:["address",kr]}),wr=new Da({name:"accountName",l:"folderId"}),Vr=new Da({ct:"contentType",s:"size"}),Pr=new Da({image:Vr}),jr={d:"date",l:"folderId",rev:"revision",sf:"sortField",t:"tags",tn:"tagNames",_attrs:["attributes",Pr]},Lr=new Da({cn:["contacts",new Da(_objectSpread2({},jr))]}),xr=new Da({_attrs:"attributes"}),Br=new Da(_objectSpread2(_objectSpread2({},jr),{},{m:["members",Lr]})),Mr=new Da({cn:["contacts",Br]}),zr=new Da({alarm:"alarm",inst:["instances",vr]}),qr=new Da(_objectSpread2(_objectSpread2({},za),{},{acl:pr,luuid:"folderUuid",mdver:"metadataVersion",meta:"metaData",descEnabled:"descriptionEnabled",ver:"version",leb:"lastEditedAccount",cr:"revisonCreator",cd:"revisedCreationDate",loid:"lockOwnerId",ct:"contentType",f:"flags"})),Ur=new Da({id:"messageId",part:"attachmentPart"}),Gr=new Da({l:"folderId",name:"name",ver:"version",ct:"contentType",descEnabled:"descriptionEnabled",m:["messageData",Ur]}),Kr=new Da({m:["messages",nr],c:["conversations",ar],cn:["contacts",Br],appt:["appointments",fr],doc:["documents",qr],hit:Nr}),Wr=new Da({l:"city",st:"state",co:"country"}),Hr=new Da({_attrs:["_attrs",Wr]}),Qr=new Da({calresource:["calresource",Hr]}),Yr=new Da({appt:["appointment",ir]}),$r=new Da({a:"address"}),Jr=new Da({a:"address",su:"subject"}),Zr=new Da({actionKeep:"keep",actionDiscard:"discard",actionFileInto:"fileInto",actionFlag:"flag",actionTag:"tag",actionRedirect:["redirect",$r],actionReply:"reply",actionNotify:["notify",Jr],actionStop:"stop"}),Xr=new Da({d:"date"}),ed=new Da({imp:"importance"}),nd=new Da({s:"size"}),id=new Da({condition:"allOrAny",addressBookTest:"addressBook",addressTest:"address",attachmentTest:"attachment",bodyTest:"body",bulkTest:"bulk",contactRankingTest:"contactRanking",conversationTest:"conversation",dateTest:["date",Xr],facebookTest:"facebook",flaggedTest:"flag",headerExistsTest:"headerExists",headerTest:"header",importanceTest:["importance",ed],inviteTest:"invite",linkedinTest:"linkedin",listTest:"list",meTest:"me",mimeHeaderTest:"mimeHeader",sizeTest:["size",nd],twitterTest:"twitter",communityRequestsTest:"communityRequests",communityContentTest:"communityContent",communityConnectionsTest:"communityConnections"}),td=new Da({filterActions:["actions",Zr],filterTests:["conditions",id]}),ad=new Da({compNum:"componentNum",m:["message",nr],rt:"replyType",exceptId:["exceptId",or]}),rd=new Da({cid:"contentId"}),dd=new Da({signature:rd}),od=new Da({l:"parentFolderId"}),ud=new Da({tr:"traverseMountpoints",folder:od}),sd=new Da({l:"folderId"}),md=new Da({item:["item",sd]}),ld=new Da({_content:"content"}),cd=new Da({n:"name",_content:"content"}),pd=new Da({l:"folderId",tn:"tagNames",a:["attributes",cd],m:"memberOps"}),kd=new Da({_content:"content"}),vd=new Da({content:["content",kd],d:"date",f:"flags",l:"folderId",t:"tags",tn:"tagNames"}),yd=new Da({m:["message",vd]}),fd=new Da({addr:"emailAddress"}),Nd=new Da({d:"displayName",email:["email",fd]}),gd=new Da({target:["target",Nd]}),Td=new Da({targets:["targets",gd]}),hd=new Da(_objectSpread2(_objectSpread2({},lr),{},{chkgt:"checkGrantee"})),Id=new Da({ace:["access",hd]}),Dd=new Da({doc:["document",Gr]}),Sd=new Da({ace:"access"}),bd=new Da({pw:"password"}),Fd=new Da({u:"unread"}),Ed=new Da({s:"used"}),Ad=new Da({_content:"content"}),Od=new Da({property:["property",Ad]}),Cd=new Da({property:["property",Ad]}),_d=new Da({global:["global",Od],host:["host",Cd],property:["property",Ad]}),Rd=new Da({d:"address",zid:"zimbraId"}),wd=new Da({action:["action",Rd]});!function(e){e.Account="urn:zimbraAccount",e.Admin="urn:zimbraAdmin",e.Mail="urn:zimbraMail",e.All="urn:zimbra",e.Sync="urn:zimbraSync"}(Tr=Tr||{});var Vd,Pd,jd,Ld,xd,Bd,Md,zd,qd,Ud,Gd,Kd,Wd,Hd,Qd,Yd,$d,Jd,Zd,Xd,eo,no,io,to,ao,ro,oo,uo,so,mo,lo,co,po,ko,vo,yo,fo,No,go,To,ho,Io,Do,So,bo="/@zimbra",Fo="/service/soap";function setCustomFetch(e){Vd=e}function soapCommandBody(e){return _objectSpread2({_jsns:e.namespace||Tr.Mail},e.body)}function parseJSON(e){if(e.ok)return _responseParseHandler(e);if(-1!==[502,503,504].indexOf(e.status))throw networkError(e);return parseErrorJSON(e).then(function(e){throw faultError(e,[zt(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 parseErrorJSON(e){return _responseParseHandler(e)}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}function faultReasonText(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];return Array.isArray(e)||(e=[e]),e.map(function(e){return zt(e,"Reason.Text")}).filter(Boolean).join(", ")}function faultError(e,n){var i=new Error("Fault error: ".concat(n?faultReasonText(n):"Unknown Error"));return i.response=e,i.parseError=e.parseError,i.faults=n,i}function batchBody(e){return Ia(e,function(e,n){var i="".concat(n.name,"Request"),n=soapCommandBody(n);return e[i]?e[i].push(n):e[i]=[n],e},{})}function batchResponse(e,n){var i=n.body,a=_objectWithoutProperties(i,["_jsns"]),r=_objectWithoutProperties(n,["body"]),d={};return _objectSpread2(_objectSpread2({},r),{},{requests:Ia(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},[])})}function batchJsonRequest(e){var n=e.requests,i=_objectWithoutProperties(e,["requests"]),e=batchBody(n);return jsonRequest(_objectSpread2(_objectSpread2({},i),{},{name:"Batch",namespace:Tr.All,body:e})).then(function(e){return batchResponse(n,e)})}function jsonRequest(e){var n=_objectSpread2(_objectSpread2({},e),{},{credentials:e.credentials||"include",headers:e.headers||{},origin:void 0!==e.origin?e.origin:bo,soapPathname:e.soapPathname||Fo,namespace:e.namespace||Tr.Mail}),i="".concat(n.name,"Request"),t="".concat(n.name,"Response"),a="".concat(n.origin).concat(n.soapPathname,"/").concat(i),r={context:{_jsns:Tr.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({},i,soapCommandBody(n));return e.fetchOptions&&(d={signal:e.fetchOptions.signal}),(Vd||fetch)(a,_objectSpread2({method:"POST",credentials:n.credentials,body:JSON.stringify({Body:i,Header:r}),headers:n.headers},d&&d)).then(parseJSON).then(function(e){var n=zt(e.parsed,"Body.Fault");if(n)throw faultError(e,n);return{body:e.parsed.Body[t],header:e.parsed.Header,namespace:e.parsed._jsns,originalResponse:e}})}function coerceBooleanToString(e){return!0===e?"TRUE":!1===e?"FALSE":e}function coerceStringToBoolean(e){return"true"===e||"TRUE"===e||"false"!==e&&"FALSE"!==e&&e}function coerceBooleanToInt(e){return!0===e?1:!1===e?0:e}function mapValuesDeep(e,n){return"object"!==_typeof(e)?n(e):Array.isArray(e)?e.map(function(e){return mapValuesDeep(e,n)}):Xt(e,function(e){return mapValuesDeep(e,n)})}function arrayEach(e,n){for(var i=-1,t=null==e?0:e.length;++i<t&&!1!==n(e[i],i,e););return e}!function(e){e.Imap="imap",e.Pop3="pop3"}(Pd=Pd||{}),function(e){e.ContactAction="ContactAction",e.ConvAction="ConvAction",e.DistributionList="DistributionList",e.FolderAction="FolderAction",e.ItemAction="ItemAction",e.MsgAction="MsgAction",e.TagAction="TagAction"}(jd=jd||{}),function(e){e.F="f",e.T="t",e.C="c",e.B="b",e.R="r",e.S="s",e.N="n",e.Rf="rf"}(Ld=Ld||{}),function(e){e.Display="DISPLAY",e.Audio="AUDIO",e.Email="EMAIL",e.Procedure="PROCEDURE",e.XYahooCalendarActionIm="X_YAHOO_CALENDAR_ACTION_IM",e.XYahooCalendarActionMobile="X_YAHOO_CALENDAR_ACTION_MOBILE",e.None="NONE"}(xd=xd||{}),function(e){e.Start="START",e.End="END"}(Bd=Bd||{}),function(e){e.Gal="gal",e.Contact="contact",e.RankingTable="rankingTable"}(Md=Md||{}),function(e){e.Pri="PRI",e.Pub="PUB",e.Con="CON"}(zd=zd||{}),function(e){e.Sec="SEC",e.Min="MIN",e.Hou="HOU",e.Dai="DAI",e.Wee="WEE",e.Mon="MON",e.Yea="YEA"}(qd=qd||{}),function(e){e.Cleartext="cleartext",e.Ssl="ssl",e.Tls="tls",e.TlsIsAvailable="tls_is_available"}(Ud=Ud||{}),function(e){e.C="C",e.G="G",e.I="I"}(Gd=Gd||{}),function(e){e.Allof="allof",e.Anyof="anyof"}(Kd=Kd||{}),function(e){e.Search="search",e.Folder="folder",e.Tag="tag",e.Conversation="conversation",e.Message="message",e.Contact="contact",e.Document="document",e.Appointment="appointment",e.Virtual="virtual",e.Remote="remote",e.Wiki="wiki",e.Task="task",e.Chat="chat",e.Note="note",e.Comment="comment",e.Unknown="unknown"}(Wd=Wd||{}),function(e){e.F="F",e.B="B",e.T="T",e.O="O"}(Hd=Hd||{}),function(e){e.All="all",e.Account="account",e.Resource="resource",e.Group="group"}(Qd=Qd||{}),function(e){e.Usr="usr",e.Grp="grp",e.Egp="egp",e.Dom="dom",e.All="all",e.Pub="pub",e.Guest="guest",e.Key="key",e.Cos="cos"}(Yd=Yd||{}),function(e){e.High="high",e.Normal="normal",e.Low="low"}($d=$d||{}),function(e){e.Need="NEED",e.Tent="TENT",e.Conf="CONF",e.Canc="CANC",e.Comp="COMP",e.Inpr="INPR",e.Waiting="WAITING",e.Deferred="DEFERRED"}(Jd=Jd||{}),function(e){e.R="r",e.W="w"}(Zd=Zd||{}),function(e){e.Accept="ACCEPT",e.Decline="DECLINE",e.Tentative="TENTATIVE"}(Xd=Xd||{}),function(e){e.Appt="appt",e.Task="task"}(eo=eo||{}),function(e){e.Ok="OK",e.NotInstalled="NOT_INSTALLED",e.NotActivated="NOT_ACTIVATED",e.InFuture="IN_FUTURE",e.Expired="EXPIRED",e.Invalid="INVALID",e.LicenseGracePeriod="LICENSE_GRACE_PERIOD",e.ActivationGracePeriod="ACTIVATION_GRACE_PERIOD"}(no=no||{}),function(e){e.Text="text",e.Html="html"}(io=io||{}),function(e){e.All="all",e.DirectOnly="directOnly",e.None="none"}(to=to||{}),function(e){e.Req="REQ",e.Opt="OPT",e.Non="NON"}(ao=ao||{}),function(e){e.Ne="NE",e.Ac="AC",e.Te="TE",e.De="DE",e.Dg="DG",e.Co="CO",e.In="IN",e.Wa="WA",e.Df="DF"}(ro=ro||{}),function(e){e.Verified="verified",e.Pending="pending"}(oo=oo||{}),function(e){e.Day="day",e.List="list",e.Month="month",e.Week="week",e.WorkWeek="workWeek",e.Year="year"}(uo=uo||{}),function(e){e.Advanced="advanced",e.Modern="modern",e.Zimbrax="zimbrax",e.Standard="standard"}(so=so||{}),function(e){e.Owner="owner",e.Sender="sender",e.Both="both",e.None="none"}(mo=mo||{}),function(e){e.Next="next",e.Previous="previous",e.Adaptive="adaptive"}(lo=lo||{}),function(e){e.Prompt="prompt",e.Always="always",e.Never="never"}(co=co||{}),function(e){e.Off="off",e.Right="right",e.Bottom="bottom"}(po=po||{}),function(e){e.GetRecoveryAccount="getRecoveryAccount",e.SendRecoveryCode="sendRecoveryCode"}(ko=ko||{}),function(e){e.Enabled="enabled",e.Disabled="disabled",e.Suspended="suspended"}(vo=vo||{}),(yo=yo||{}).Create="create",function(e){e.Document="document",e.Presentation="presentation",e.Spreadsheet="spreadsheet"}(fo=fo||{}),function(e){e.Conversation="conversation",e.Message="message",e.Contact="contact",e.Appointment="appointment",e.Task="task",e.Wiki="wiki",e.Document="document"}(No=No||{}),(go=go||{}).Email="email",function(e){e.SendCode="sendCode",e.ValidateCode="validateCode",e.ResendCode="resendCode",e.Reset="reset"}(To=To||{}),function(e){e.Edit="edit",e.Revoke="revoke",e.Expire="expire"}(ho=ho||{}),function(e){e.None="none",e.DateAsc="dateAsc",e.DateDesc="dateDesc",e.SubjAsc="subjAsc",e.SubjDesc="subjDesc",e.NameAsc="nameAsc",e.NameDesc="nameDesc",e.RcptAsc="rcptAsc",e.RcptDesc="rcptDesc",e.AttachAsc="attachAsc",e.AttachDesc="attachDesc",e.FlagAsc="flagAsc",e.FlagDesc="flagDesc",e.PriorityAsc="priorityAsc",e.PriorityDesc="priorityDesc",e.ReadAsc="readAsc",e.ReadDesc="readDesc",e.SizeAsc="sizeAsc",e.SizeDesc="sizeDesc"}(Io=Io||{}),function(e){e.Su="SU",e.Mo="MO",e.Tu="TU",e.We="WE",e.Th="TH",e.Fr="FR",e.Sa="SA"}(Do=Do||{}),function(e){e.Mandatory="mandatory",e.Enabled="enabled",e.Disabled="disabled"}(So=So||{});var Eo=arrayEach;function castFunction(e){return"function"==typeof e?e:Qt}var Ao=castFunction;function forEach(e,n){return(de(e)?Eo:Ta)(e,Ao(n))}var Oo,Co=forEach;function setCustomMetaDataBody(e){var n=e.id,i=e.section,t=[];return Co(e.attrs,function(e){return t.push(_defineProperty({},e.key,e.value))}),{id:n,meta:{section:i,_attrs:t}}}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})}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}}function normalizeEmailAddresses(e){if(!e.emailAddresses)return e;for(var n=0;n<e.emailAddresses.length;n++){var i=e.emailAddresses[n],t=Oo[i.type];(e[t]||(e[t]=[])).push(parseAddress(i))}return e}function normalizeCid(e){return e.replace(/[<>]/g,"")}function normalizeType(e){return String(e).replace(/^\s*(.*?)\s*;.+$/i,"$1").toLowerCase()}function normalizeDisposition(e){return normalizeType(e)}function reduceMimeParts(e,n,i){var t=e.mimeParts;if(t&&t.length)for(var a=0;a<t.length;a++)i=n(t[a],a,i),reduceMimeParts(t[a],n,i);return i}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 getContactProfileImageUrl(e,n){var i=n.origin,n=getAttachmentUrl(e,{origin:void 0===i?"":i,jwtToken:n.jwtToken});return n?"".concat(n):""}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):"")}function normalizeMimeParts(s,e){function Mz(e,n){return(e=_extends({},e)).messageId=e.messageId||s.id,e.url=getAttachmentUrl(e,{origin:i,jwtToken:t}),e.contentDisposition||"attachments"===n&&(e.contentDisposition="attachment"),e.contentId=e.contentId?normalizeCid(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,m=e.isDesktop;return reduceMimeParts(s,function(e,n,i){var t,a,r=!1,d=normalizeType(e.contentType),o=normalizeDisposition(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=Mz(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(Mz(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-mime"!==e.contentType&&"application/pkcs7-signature"!==e.contentType&&"application/x-pkcs7-signature"!==e.contentType&&(i[o]||(i[o]=[])).push(Mz(e,o)),m&&(s.attributes=s.attributes||{},s.attributes.isEncrypted="application/pkcs7-mime"===e.contentType,s.attributes.isSigned="application/pkcs7-signature"===e.contentType||"application/x-pkcs7-signature"===e.contentType)),i},s),s.autoSendTime=s.autoSendTime||null,s.text&&!s.html&&s.attachments&&s.attachments.some(function(e){return e.contentId&&!e.contentDisposition})&&s.attachments.forEach(function(e){delete e.contentId,delete e.contentLocation}),s}!function(e){e.f="from",e.t="to",e.c="cc",e.b="bcc",e.s="sender"}(Oo=Oo||{});var _o=u?u.isConcatSpreadable:void 0;function isFlattenable(e){return de(e)||ae(e)||!!(_o&&e&&e[_o])}var Ro=isFlattenable;function baseFlatten(e,n,i,t,a){var r=-1,d=e.length;for(i=i||Ro,a=a||[];++r<d;){var o=e[r];0<n&&i(o)?1<n?baseFlatten(o,n-1,i,t,a):Ii(a,o):t||(a[a.length]=o)}return a}var wo=baseFlatten;function copyArray(e,n){var i=-1,t=e.length;for(n=n||Array(t);++i<t;)n[i]=e[i];return n}var Vo=copyArray;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 Ii(de(i)?Vo(i):[i],wo(n,1))}var Po=concat;function baseFindIndex(e,n,i,t){for(var a=e.length,r=i+(t?1:-1);t?r--:++r<a;)if(n(e[r],r,e))return r;return-1}var jo=baseFindIndex;function baseIsNaN(e){return e!=e}var Lo=baseIsNaN;function strictIndexOf(e,n,i){for(var t=i-1,a=e.length;++t<a;)if(e[t]===n)return t;return-1}var xo=strictIndexOf;function baseIndexOf(e,n,i){return n==n?xo(e,n,i):jo(e,Lo,i)}var Bo=baseIndexOf;function arrayIncludes(e,n){return!!(null==e?0:e.length)&&-1<Bo(e,n,0)}var Mo=arrayIncludes;function arrayIncludesWith(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 zo=arrayIncludesWith,qo=200;function baseDifference(e,n,i,t){var a=-1,r=Mo,d=!0,o=e.length,u=[],s=n.length;if(!o)return u;i&&(n=_t(n,Me(i))),t?(r=zo,d=!1):qo<=n.length&&(r=Zn,d=!1,n=new $n(n));e:for(;++a<o;){var m=e[a],l=null==i?m:i(m),m=t||0!==m?m:0;if(d&&l==l){for(var c=s;c--;)if(n[c]===l)continue e;u.push(m)}else r(n,l,t)||u.push(m)}return u}var Uo=baseDifference;function apply(e,n,i){switch(i.length){case 0:return e.call(n);case 1:return e.call(n,i[0]);case 2:return e.call(n,i[0],i[1]);case 3:return e.call(n,i[0],i[1],i[2])}return e.apply(n,i)}var Go=apply,Ko=Math.max;function overRest(r,d,o){return d=Ko(void 0===d?r.length-1:d,0),function(){for(var e=arguments,n=-1,i=Ko(e.length-d,0),t=Array(i);++n<i;)t[n]=e[d+n];n=-1;for(var a=Array(d+1);++n<d;)a[n]=e[n];return a[d]=o(t),Go(r,this,a)}}var Wo=overRest;function constant(e){return function(){return e}}var Ho=constant,Qo=K?function(e,n){return K(e,"toString",{configurable:!0,enumerable:!1,value:Ho(n),writable:!0})}:Qt,Yo=Qo,$o=800,Jo=16,Zo=Date.now;function shortOut(i){var t=0,a=0;return function(){var e=Zo(),n=Jo-(e-a);if(a=e,0<n){if(++t>=$o)return arguments[0]}else t=0;return i.apply(void 0,arguments)}}var Xo=shortOut,eu=shortOut(Qo),nu=eu;function baseRest(e,n){return nu(Wo(e,n,Qt),e+"")}var iu=baseRest;function isArrayLikeObject(e){return J(e)&&tn(e)}var tu=isArrayLikeObject;function last(e){var n=null==e?0:e.length;return n?e[n-1]:void 0}var au=last,ru=baseRest(function(e,n){var i=au(n);return tu(i)&&(i=void 0),tu(e)?Uo(e,wo(n,1,tu,!0),Zt(i)):[]}),du=ru,ou=["firstName","middleName","lastName","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,["attributes"]),i=[];return Co(n,function(e,n){return"other"!==n?i.push(_defineProperty({name:n},"image"===n?"aid":"content",e)):Co(e,function(e){return i.push({name:e.key,_content:e.value})})}),{cn:denormalize(pd)(_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!ou.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=du(i,e,"key").sort(function(e,n){return e.key.localeCompare(n.key)});return _objectSpread2(_objectSpread2({},n),{},{_attrs:_objectSpread2(_objectSpread2({},n._attrs),{},{other:Po(e,t)})})})}var uu,su,mu,lu,cu,pu,ku,vu=["zimbraPrefMailTrustedSenderList"],yu={ROOT:1,INBOX:2,TRASH:3,JUNK:4,SENT:5,DRAFTS:6,CONTACTS:7,CALENDAR:10,EMAILED_CONTACTS:13,CHAT:14,TASKS:15,BRIEFCASE:16};function events(t){return{all:t=t||new Map,on:function(e,n){var i=t.get(e);i&&i.push(n)||t.set(e,[n])},off:function(e,n){e=t.get(e);e&&e.splice(e.indexOf(n)>>>0,1)},emit:function(n,i){(t.get(n)||[]).slice().map(function(e){e(i)}),(t.get("*")||[]).slice().map(function(e){e(n,i)})}}}!function(e){e.all="all",e.account="account",e.resource="resource",e.group="group"}(uu=uu||{}),function(e){e.all="all",e.directOnly="directOnly",e.none="none"}(su=su||{}),function(e){e.contact="ContactAction",e.conversation="ConvAction",e.distributionList="DistributionList",e.folder="FolderAction",e.item="ItemAction",e.message="MsgAction",e.tag="TagAction",e.document="DocumentAction"}(mu=mu||{}),function(e){e.ConvAction="Conversation",e.MsgAction="MessageInfo"}(lu=lu||{}),function(e){e.send="sendCode",e.validate="validateCode",e.resend="resendCode",e.reset="reset"}(cu=cu||{}),(pu=pu||{}).email="email",function(e){e.get="getRecoveryAccount",e.send="sendRecoveryCode"}(ku=ku||{});var fu=function Notifier(){var n=this;_classCallCheck(this,Notifier),this.events={notify:"notify",refresh:"refresh"},this.processedSequences=new Map,this.sequenceNo=0,this.addNotifyHandler=function(e){e&&n.emitter.on(n.events.notify,e)},this.addRefreshHandler=function(e){e&&n.emitter.on(n.events.refresh,e)},this.getSequenceNumber=function(){return n.sequenceNo},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))},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)},this.removeNotifyHandler=function(e){e&&n.emitter.off(n.events.notify,e)},this.removeRefreshHandler=function(e){e&&n.emitter.off(n.events.refresh,e)},this.setSequenceNumber=function(e){return n.sequenceNo=e},this.emitter=new events};function normalizeMessage(e,n){var i=n.origin,t=n.jwtToken,n=n.isDesktop,e=normalize(nr)(e);return e.attributes=e.attributes&&mapValuesDeep(e.attributes,coerceStringToBoolean),normalizeEmailAddresses(normalizeMimeParts(e,{origin:i,jwtToken:t,isDesktop:n}))}var Nu=function hasUnreadDescendent(e){var n=zt(e,"unreadDescendent");if(0<e[e.id===yu.DRAFTS||"Outbox"===e.name?"nonFolderItemCount":"unread"]||n)return!0;n=zt(e,"folders")||[],e=0;return e<n.length&&hasUnreadDescendent(n[e])},gu=function updateGroupName(e){return _objectSpread2(_objectSpread2({},e),{},{name:zt(e,"attributes.displayName")})},Tu=function updateGroupNameRecur(e){return e.map(function(e){return(e=gu(normalize(hr)(e))).habGroup&&(e.habGroups=_toConsumableArray(updateGroupNameRecur(e.habGroup))),e})},hu=function setUnreadDescendentFlag(e){var n=zt(e,"folders")||[],i=zt(e,"view");return i&&i!==Wd.Message||(e=_objectSpread2(_objectSpread2({},e),{},{unreadDescendent:Nu(e)}),n&&(e=_objectSpread2(_objectSpread2({},e),{},{folders:n.map(setUnreadDescendentFlag)}))),e};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:""}var Iu=function ZimbraBatchClient(){var s=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck(this,ZimbraBatchClient),this.accountInfo=function(){return s.jsonRequest({name:"GetInfo",namespace:Tr.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(zt(e,"attrs._attrs.zimbraMailAlias",[]))})},zt(e,"license.attr")&&{license:{status:e.license.status,attr:mapValuesDeep(e.license.attr,coerceStringToBoolean)}}),{},{zimlets:{zimlet:zt(e,"zimlets.zimlet")&&zt(e,"zimlets.zimlet").map(function(e){var n=e.zimletConfig;return _objectSpread2({zimlet:e.zimlet,zimletContext:e.zimletContext},n&&{zimletConfig:normalize(_d)(n)})})}})})},this.accountOnlyRemoteWipeSync=function(e){return s.jsonRequest({name:"AccountOnlyRemoteWipe",namespace:Tr.Sync,body:{device:{id:e}}})},this.action=function(e,n){var i=n.ids,t=n.id,n=_objectWithoutProperties(n,["ids","id"]);return s.jsonRequest({name:e,body:{action:_objectSpread2({id:t||[i].join(",")},denormalize(Ar)(n))},singleRequest:!0}).then(Boolean)},this.addExternalAccount=function(e){var n=e.accountType,e=_objectWithoutProperties(e,["accountType"]);return s.jsonRequest({name:"CreateDataSource",body:_defineProperty({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return zt(e,"".concat(n,".0.id"))})},this.addMessage=function(e){var n=zt(e,"message"),i=n.folderId,e=n.content,t=n.meta;try{var a=JSON.parse(t),r=a.flags,d=a.tags,o=a.tagNames,u=a.date}catch(e){}return s.jsonRequest({name:"AddMsg",body:denormalize(yd)({message:{folderId:i,content:{_content:e},flags:r,tags:d,tagNames:o,date:u}}),singleRequest:!0}).then(normalize(nr))},this.allowDeviceSync=function(e){return s.jsonRequest({name:"AllowDevice",namespace:Tr.Sync,body:{device:{id:e}}})},this.applyFilterRules=function(e){return s.jsonRequest({name:"ApplyFilterRules",body:{filterRules:{filterRule:e.filterRules},m:{ids:e.ids}}}).then(function(e){e=zt(e,"m[0].ids");return e?e.split(","):[]})},this.autoComplete=function(e){return s.jsonRequest({name:"AutoComplete",body:denormalize(Or)(e)}).then(normalize(_r))},this.autoCompleteGAL=function(e){return s.jsonRequest({name:"AutoCompleteGal",namespace:Tr.Account,body:e}).then(function(e){return normalize(Mr)(e)})},this.blockDeviceSync=function(e){return s.jsonRequest({name:"BlockDevice",namespace:Tr.Sync,body:{device:{id:e}}})},this.cancelPendingAccountOnlyRemoteWipeSync=function(e){return s.jsonRequest({name:"CancelPendingAccountOnlyRemoteWipe",namespace:Tr.Sync,body:{device:{id:e}}})},this.cancelPendingRemoteWipeSync=function(e){return s.jsonRequest({name:"CancelPendingRemoteWipe",namespace:Tr.Sync,body:{device:{id:e}}})},this.cancelTask=function(e){return s.jsonRequest({name:"CancelTask",body:{comp:"0",id:e.inviteId},singleRequest:!0}).then(Boolean)},this.changeFolderColor=function(e){return s.action(mu.folder,{id:e.id,op:"color",color:e.color})},this.changePassword=function(e){var n=e.dryRun;return s.jsonRequest({name:"ChangePassword",namespace:Tr.Account,body:{account:{by:"name",_content:e.username},oldPassword:e.password,password:e.loginNewPassword,dryRun:void 0!==n&&n},singleRequest:!0})},this.checkCalendar=function(e){return s.action(mu.folder,{id:e.id,op:e.value?"check":"!check"})},this.clientInfo=function(e){return s.jsonRequest({name:"ClientInfo",body:{domain:[{by:e.by,_content:e.domain}]},singleRequest:!0,namespace:Tr.Account}).then(function(e){return normalize(xr)(e)})},this.contactAction=function(e){return s.action(mu.contact,e)},this.conversationAction=function(e){return s.action(mu.conversation,e)},this.counterAppointment=function(e){return s.jsonRequest({name:"CounterAppointment",body:denormalize(dr)(e),singleRequest:!0}).then(Boolean)},this.createAppointment=function(e,n){return s.jsonRequest({name:"CreateAppointment",body:_objectSpread2({},denormalize(rr)(n)),accountName:e,singleRequest:!0}).then(Boolean)},this.createAppointmentException=function(e,n){return s.jsonRequest({name:"CreateAppointmentException",body:_objectSpread2({},denormalize(rr)(n)),accountName:e,singleRequest:!0}).then(Boolean)},this.createAppSpecificPassword=function(e){return s.jsonRequest({name:"CreateAppSpecificPassword",namespace:Tr.Account,body:{appName:{_content:e}},singleRequest:!0}).then(function(e){return normalize(bd)(e)})},this.createContact=function(e){return s.jsonRequest({name:"CreateContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize(Br)(normalizeOtherAttr(e.cn)[0])})},this.createFolder=function(e){var n=e.flags,i=e.fetchIfExists,t=e.parentFolderId,e=_objectWithoutProperties(e,["flags","fetchIfExists","parentFolderId"]);return s.jsonRequest({name:"CreateFolder",body:{folder:_objectSpread2(_objectSpread2({},e),{},{f:n,fie:i,l:t})},singleRequest:!0}).then(function(e){return normalize(gr)(e.folder[0])})},this.createIdentity=function(e){var n=e.attrs,e=_objectWithoutProperties(e,["attrs"]);return s.jsonRequest({name:"CreateIdentity",namespace:Tr.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},Xt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(zt(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(zt(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0}).then(function(e){var n=mapValuesDeep(e,coerceStringToBoolean),i=zt(n,"identity.0"),t=i._attrs,a=t.zimbraPrefWhenSentToAddresses,e=t.zimbraPrefWhenInFolderIds,t=_objectWithoutProperties(t,["zimbraPrefWhenSentToAddresses","zimbraPrefWhenInFolderIds"]),i=_objectWithoutProperties(i,["_attrs"]);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)})})]})})},this.createMountpoint=function(e){return s.jsonRequest({name:"CreateMountpoint",body:denormalize(mr)(e),singleRequest:!0}).then(Boolean)},this.createSearchFolder=function(e){var n=e.parentFolderId,e=_objectWithoutProperties(e,["parentFolderId"]);return s.jsonRequest({name:"CreateSearchFolder",body:{search:_objectSpread2(_objectSpread2({},e),{},{l:n})},singleRequest:!0}).then(function(e){return normalize(gr)(e.search[0])})},this.createSignature=function(e){return s.jsonRequest({name:"CreateSignature",namespace:Tr.Account,body:denormalize(dd)(e),singleRequest:!0})},this.createTag=function(e){return s.jsonRequest({name:"CreateTag",body:{tag:_objectSpread2({},e)},singleRequest:!0}).then(function(e){e=e.tag,e=void 0===e?[]:e;return normalize(Fd)(e[0])})},this.createTask=function(e){return s.jsonRequest({name:"CreateTask",body:_objectSpread2({},denormalize(rr)(e)),singleRequest:!0}).then(Boolean)},this.declineCounterAppointment=function(e){return s.jsonRequest({name:"DeclineCounterAppointment",body:denormalize(dr)(e),singleRequest:!0}).then(Boolean)},this.deleteAppointment=function(e){return s.jsonRequest({name:"CancelAppointment",body:denormalize(ur)(e),singleRequest:!0}).then(Boolean)},this.deleteExternalAccount=function(e){return s.jsonRequest({name:"DeleteDataSource",body:{dsrc:{id:e.id}},singleRequest:!0}).then(Boolean)},this.deleteIdentity=function(e){return s.jsonRequest({name:"DeleteIdentity",namespace:Tr.Account,body:{identity:e},singleRequest:!0}).then(Boolean)},this.deleteSignature=function(e){return s.jsonRequest({name:"DeleteSignature",namespace:Tr.Account,body:e,singleRequest:!0}).then(Boolean)},this.disableTwoFactorAuth=function(){return s.jsonRequest({name:"DisableTwoFactorAuth",namespace:Tr.Account,singleRequest:!0}).then(Boolean)},this.discoverRights=function(){return s.jsonRequest({name:"DiscoverRights",namespace:Tr.Account,body:{right:[{_content:"sendAs"},{_content:"sendOnBehalfOf"}]}}).then(function(e){return normalize(Td)(e)})},this.dismissCalendarItem=function(e,n){return s.jsonRequest({name:"DismissCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)},this.documentAction=function(e){return s.documentActionResponse(mu.document,e)},this.documentActionResponse=function(e,n){var i=n.id,n=_objectWithoutProperties(n,["id"]);return s.jsonRequest({name:e,body:{action:_objectSpread2({id:[i].join(",")},denormalize(Ar)(n))},singleRequest:!0}).then(normalize(wd))},this.downloadAttachment=function(e){var n=e.id,i=e.part;return s.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}})},this.downloadDocument=function(e){var n=e.id;return s.download({url:e.url}).then(function(e){return{id:n,content:e.content}})},this.downloadMessage=function(e){var n=e.id;return s.download({isSecure:e.isSecure,url:"/service/home/~/?auth=co&id=".concat(n)}).then(function(e){return{id:n,content:e.content}})},this.enableTwoFactorAuth=function(e){var n=e.password,i=e.authToken,t=e.twoFactorCode,a=e.csrfTokenSecured;return s.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:Tr.Account,singleRequest:!0})},this.folderAction=function(e){return s.action(mu.folder,e)},this.forwardAppointment=function(e){return s.jsonRequest({name:"ForwardAppointment",body:denormalize(Sr)(e),singleRequest:!0}).then(Boolean)},this.forwardAppointmentInvite=function(e){return s.jsonRequest({name:"ForwardAppointmentInvite",body:denormalize(br)(e),singleRequest:!0}).then(Boolean)},this.freeBusy=function(e){return s.jsonRequest({name:"GetFreeBusy",body:{s:e.start,e:e.end,name:e.names.join(",")}}).then(function(e){return normalize(Er)(e.usr)})},this.generateScratchCodes=function(e){return s.jsonRequest({name:"GenerateScratchCodes",namespace:Tr.Account,body:{account:{by:"name",_content:e}},singleRequest:!0})},this.getAppointment=function(e){return s.jsonRequest({name:"GetAppointment",body:e}).then(function(e){return normalize(Yr)(e)})},this.getAppSpecificPasswords=function(){return s.jsonRequest({name:"GetAppSpecificPasswords",namespace:Tr.Account})},this.getAttachmentUrl=function(e){return getAttachmentUrl(e,{origin:s.origin,jwtToken:s.jwtToken})},this.getAvailableLocales=function(){return s.jsonRequest({name:"GetAvailableLocales",namespace:Tr.Account}).then(function(e){return e.locale})},this.getContact=function(e){var n=e.id,i=e.ids,e=_objectWithoutProperties(e,["id","ids"]);return s.jsonRequest({name:"GetContacts",body:_objectSpread2({cn:{id:n||(i||[]).join(",")}},e)}).then(function(e){return normalize(Br)(normalizeOtherAttr(e.cn))})},this.getContactFrequency=function(e){return s.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})},this.getContactProfileImageUrl=function(e){return getContactProfileImageUrl(e,{origin:s.origin,jwtToken:s.jwtToken})},this.getConversation=function(e){return s.jsonRequest({name:"GetConv",body:{c:Xt(e,coerceBooleanToInt)}}).then(function(e){e=normalize(tr)(e.c[0]);return e.messages=e.messages.map(s.normalizeMessage),e})},this.getCustomMetadata=function(e){return s.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=normalizeCustomMetaDataAttrs(e)})),mapValuesDeep(e,coerceStringToBoolean)})},this.getDataSources=function(){return s.jsonRequest({name:"GetDataSources"}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})},this.getDeviceStatus=function(){return s.jsonRequest({name:"GetDeviceStatus",namespace:Tr.Sync}).then(function(e){return zt(e,"device")||[]})},this.getDistributionListMembers=function(e,n,i){return s.jsonRequest({name:"GetDistributionListMembers",body:{dl:{_content:i},limit:e,offset:n},namespace:Tr.Account}).then(function(e){return normalize(Ir)(zt(e,"groupMembers.0.groupMember")||[])})},this.getDocumentShareURL=function(e){return s.jsonRequest({name:"GetDocumentShareURL",body:denormalize(md)(e),singleRequest:!0}).then(function(e){return normalize(ld)(e)})},this.getFilterRules=function(){return s.jsonRequest({name:"GetFilterRules"}).then(function(e){return normalize(td)(zt(e,"filterRules.0.filterRule")||[])})},this.getFolder=function(e){return s.jsonRequest({name:"GetFolder",body:denormalize(ud)(e)}).then(function(e){var n=normalize(gr)(e),e=zt(n,"folders.0",{});return e.folders&&(e.folders=e.folders.map(hu)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(hu)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n,i,t,a,r;return e.view&&e.view!==Wd.Message&&e.view!==Wd.Contact&&e.view!==Wd.Document||(n=e.absFolderPath,i=e.oname,t=e.folders,a=e.ownerZimbraId,r=e.sharedItemId,e.view===Wd.Contact&&(e.userId=e.id,e.id="".concat(a,":").concat(r)),i&&t&&(e.folders=updateAbsoluteFolderPath(i,n,t))),e})),n})},this.getHAB=function(e){return s.jsonRequest({name:"GetHAB",body:{habRootGroupId:e},namespace:Tr.Account}).then(function(e){e=zt(e,"ou.0");return _objectSpread2(_objectSpread2({},e),{},{habGroups:_toConsumableArray(Tu(e.habGroup))})})},this.getIdentities=function(){return s.jsonRequest({name:"GetIdentities",namespace:Tr.Account}).then(function(e){var n=e.identity,e=_objectWithoutProperties(e,["identity"]),n=n.map(function(e){var n=e._attrs,i=n.zimbraPrefWhenInFolderIds,t=n.zimbraPrefWhenSentToAddresses,n=_objectWithoutProperties(n,["zimbraPrefWhenInFolderIds","zimbraPrefWhenSentToAddresses"]);return _objectSpread2(_objectSpread2({},_objectWithoutProperties(e,["_attrs"])),{},{_attrs:_objectSpread2(_objectSpread2({},n),{},{zimbraPrefWhenInFolderIds:[].concat(i).filter(Boolean),zimbraPrefWhenSentToAddresses:[].concat(t).filter(Boolean)})})});return mapValuesDeep(_objectSpread2(_objectSpread2({},e),{},{identity:n}),coerceStringToBoolean)})},this.getImportStatus=function(){return s.jsonRequest({name:"GetImportStatus"})},this.getMailboxMetadata=function(e){return s.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)})},this.getMessage=function(e){var n=e.raw,i=e.ridZ;return s.jsonRequest({name:"GetMsg",body:{m:_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})}}).then(function(e){return e&&e.m?s.normalizeMessage(e.m[0]):null})},this.getMessagesMetadata=function(e){return s.jsonRequest({name:"GetMsgMetadata",body:{m:{ids:e.ids.join(",")}}}).then(function(e){return e.m.map(s.normalizeMessage)})},this.getPreferences=function(){return s.jsonRequest({name:"GetPrefs",namespace:Tr.Account}).then(function(e){var n,i=mapValuesDeep(e._attrs,coerceStringToBoolean);for(n in i)-1!==vu.indexOf(n)&&(i[n]="string"==typeof i[n]?aa(i[n]):i[n]);return i})},this.getProfileImageUrl=function(e){return getProfileImageUrl(e,{origin:s.origin,jwtToken:s.jwtToken})},this.getRights=function(e){return s.jsonRequest({name:"GetRights",namespace:Tr.Account,body:denormalize(Sd)(e)}).then(normalize(Id))},this.getScratchCodes=function(e){return s.jsonRequest({name:"GetScratchCodes",namespace:Tr.Account,body:{account:{by:"name",_content:e}}})},this.getSearchFolder=function(){return s.jsonRequest({name:"GetSearchFolder"}).then(function(e){return e.search?{folders:normalize(gr)(e.search)}:{}})},this.getSignatures=function(){return s.jsonRequest({name:"GetSignatures",namespace:Tr.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})},this.getSMimePublicCerts=function(e){return s.jsonRequest({name:"GetSMIMEPublicCerts",body:{store:{_content:e.store},email:{_content:e.contactAddr}},namespace:Tr.Account})},this.getTag=function(){return s.jsonRequest({name:"GetTag",namespace:Tr.Mail}).then(function(e){e=e.tag;return(void 0===e?[]:e).map(normalize(Fd))})},this.getTasks=function(e){return s.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize(Kr)(e);return _objectSpread2(_objectSpread2({},e),{},{tasks:e.task?e.task.map(normalize(fr)):[]})})},this.getTrustedDevices=function(){return s.jsonRequest({name:"GetTrustedDevices",namespace:Tr.Account})},this.getWhiteBlackList=function(){return s.jsonRequest({name:"GetWhiteBlackList",namespace:Tr.Account})},this.getWorkingHours=function(e){var n=e.start,i=e.end;return s.jsonRequest({name:"GetWorkingHours",body:_objectSpread2({name:e.names.join(",")},denormalize(Fr)({start:n,end:i}))}).then(function(e){return normalize(Er)(e.usr)})},this.grantRights=function(e){return s.jsonRequest({name:"GrantRights",namespace:Tr.Account,body:denormalize(Id)(e)}).then(normalize(Id))},this.importExternalAccount=function(e){return s.jsonRequest({name:"ImportData",body:_defineProperty({},e.accountType,{id:e.id})}).then(Boolean)},this.itemAction=function(e){return s.action(mu.item,e)},this.jsonRequest=function(e){return s[e.singleRequest?"dataLoader":"batchDataLoader"].load(e)},this.login=function(e){var n=e.password,i=e.recoveryCode,t=e.persistAuthTokenCookie,a=e.twoFactorCode,r=e.deviceTrusted;return s.jsonRequest({name:"Auth",singleRequest:!0,body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({tokenType:e.tokenType,csrfTokenSecured:e.csrfTokenSecured,persistAuthTokenCookie:void 0===t||t,account:{by:"name",_content:e.username}},n&&{password:n}),i&&{recoveryCode:{verifyAccount:!0,_content:i}}),a&&{twoFactorCode:a}),r&&{deviceTrusted:r}),namespace:Tr.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})},this.logout=function(){return s.jsonRequest({name:"EndSession",body:{logoff:!0},namespace:Tr.Account}).then(Boolean)},this.messageAction=function(e){return s.action(mu.message,e)},this.modifyAppointment=function(e,n){return s.jsonRequest({name:"ModifyAppointment",body:_objectSpread2({},denormalize(rr)(n)),accountName:e,singleRequest:!0}).then(function(e){return normalize(rr)(e)})},this.modifyContact=function(e){return s.jsonRequest({name:"ModifyContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize(Br)(normalizeOtherAttr(e.cn)[0])})},this.modifyExternalAccount=function(e){return s.jsonRequest({name:"ModifyDataSource",body:_defineProperty({},e.type,_objectSpread2({id:e.id},mapValuesDeep(e.attrs,coerceBooleanToString))),singleRequest:!0}).then(Boolean)},this.modifyFilterRules=function(e){return s.jsonRequest({name:"ModifyFilterRules",body:{filterRules:[{filterRule:denormalize(td)(e)}]},singleRequest:!0}).then(Boolean)},this.modifyIdentity=function(e){var n=e.attrs,e=_objectWithoutProperties(e,["attrs"]);return s.jsonRequest({name:"ModifyIdentity",namespace:Tr.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},Xt(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(zt(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(zt(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0})},this.modifyPrefs=function(e){var n,i=mapValuesDeep(e,coerceBooleanToString);for(n in i)-1!==vu.indexOf(n)&&(i[n]=i[n]instanceof Array&&0===i[n].length?"":i[n]);return s.jsonRequest({name:"ModifyPrefs",namespace:Tr.Account,body:{_attrs:i},singleRequest:!0}).then(Boolean)},this.modifyProfileImage=function(e){var n=e.contentType;return s.jsonRequest({name:"ModifyProfileImage",body:{_content:e.content},singleRequest:!0,headers:{"Content-Type":n&&n}})},this.modifyProps=function(e){return s.jsonRequest({name:"ModifyProperties",namespace:Tr.Account,body:{prop:mapValuesDeep(e,coerceBooleanToString)},singleRequest:!0}).then(Boolean)},this.modifySearchFolder=function(e){return s.jsonRequest({name:"ModifySearchFolder",body:e,singleRequest:!0}).then(Boolean)},this.modifySignature=function(e){return s.jsonRequest({name:"ModifySignature",namespace:Tr.Account,body:denormalize(dd)(e),singleRequest:!0}).then(Boolean)},this.modifyTask=function(e){return s.jsonRequest({name:"ModifyTask",body:_objectSpread2({},denormalize(rr)(e)),singleRequest:!0}).then(Boolean)},this.modifyWhiteBlackList=function(e){return s.jsonRequest({name:"ModifyWhiteBlackList",namespace:Tr.Account,body:_objectSpread2({},e),singleRequest:!0}).then(Boolean)},this.modifyZimletPrefs=function(e){return s.jsonRequest({name:"ModifyZimletPrefs",namespace:Tr.Account,body:{zimlet:e},singleRequest:!0})},this.noop=function(e,n){return s.jsonRequest({name:"NoOp",body:{wait:e.wait,limitToOneBlocked:e.limitToOneBlocked},singleRequest:!0,fetchOptions:n}).then(function(e){return e})},this.quarantineDeviceSync=function(e){return s.jsonRequest({name:"QuarantineDevice",namespace:Tr.Sync,body:{device:{id:e}}})},this.recoverAccount=function(e){return s.jsonRequest({name:"RecoverAccount",body:{channel:e.channel,email:e.email,op:e.op}})},this.relatedContacts=function(e){return s.jsonRequest({name:"GetRelatedContacts",body:{targetContact:{cn:e.email}}}).then(function(e){return e.relatedContacts.relatedContact})},this.remoteWipeSync=function(e){return s.jsonRequest({name:"RemoteWipe",namespace:Tr.Sync,body:{device:{id:e}}})},this.removeDeviceSync=function(e){return s.jsonRequest({name:"RemoveDevice",namespace:Tr.Sync,body:{device:{id:e}}})},this.resetPassword=function(e){return s.jsonRequest({name:"ResetPassword",namespace:Tr.Account,body:{password:e.password,dryRun:e.dryRun,getPasswordRules:e.getPasswordRules,cancelResetPassword:e.cancelResetPassword},singleRequest:!0})},this.resolve=function(e){return"".concat(s.origin).concat(e)},this.revokeAppSpecificPassword=function(e){return s.jsonRequest({name:"RevokeAppSpecificPassword",namespace:Tr.Account,body:{appName:e},singleRequest:!0}).then(Boolean)},this.revokeOtherTrustedDevices=function(){return s.jsonRequest({name:"RevokeOtherTrustedDevices",namespace:Tr.Account,singleRequest:!0}).then(Boolean)},this.revokeRights=function(e){return s.jsonRequest({name:"RevokeRights",namespace:Tr.Account,body:denormalize(Id)(e),singleRequest:!0}).then(normalize(Id))},this.revokeTrustedDevice=function(){return s.jsonRequest({name:"RevokeTrustedDevice",namespace:Tr.Account,singleRequest:!0}).then(Boolean)},this.saveDocument=function(e){return s.jsonRequest({name:"SaveDocument",body:denormalize(Dd)(e),singleRequest:!0}).then(function(e){return{document:e.doc.map(function(e){return normalize(Gr)(e)})}})},this.saveDraft=function(e,n){return s.jsonRequest({name:"SaveDraft",body:denormalize(er)({message:e}),singleRequest:!0,accountName:n}).then(function(e){e=e.m;return{message:e&&e.map(s.normalizeMessage)}})},this.search=function(e){return s.jsonRequest({name:"Search",body:_objectSpread2({},e)}).then(function(e){e.cn&&(e.cn=normalizeOtherAttr(e.cn));e=normalize(Kr)(e);return e.messages&&(e.messages=e.messages.map(s.normalizeMessage)),e})},this.searchCalendarResources=function(e){return s.jsonRequest({name:"SearchCalendarResources",body:e,namespace:Tr.Account}).then(normalize(Qr))},this.searchGal=function(e){return s.jsonRequest({name:"SearchGal",body:e,namespace:Tr.Account}).then(normalize(Kr))},this.sendDeliveryReport=function(e){return s.jsonRequest({name:"SendDeliveryReport",body:{mid:e},singleRequest:!0}).then(Boolean)},this.sendInviteReply=function(e){return s.jsonRequest({name:"SendInviteReply",body:_objectSpread2({},denormalize(ad)(e)),singleRequest:!0}).then(function(e){return normalize(fr)(e)})},this.sendMessage=function(e,n){return s.jsonRequest({name:"SendMsg",body:denormalize(er)({message:e}),singleRequest:!0,accountName:n}).then(normalize(er))},this.sendShareNotification=function(e){return s.jsonRequest({name:"SendShareNotification",body:_objectSpread2({},denormalize(Rr)(e)),singleRequest:!0}).then(Boolean)},this.setCsrfToken=function(e){s.csrfToken=e},this.setCustomMetadata=function(e){return s.jsonRequest({name:"SetCustomMetadata",body:setCustomMetaDataBody(e.customMetaData)}).then(Boolean)},this.setJwtToken=function(e){s.jwtToken=e},this.setRecoveryAccount=function(e){return s.jsonRequest({name:"SetRecoveryAccount",body:e,singleRequest:!0}).then(Boolean)},this.setUserAgent=function(e){s.userAgent=e},this.shareInfo=function(e){return s.jsonRequest({name:"GetShareInfo",body:_objectSpread2(_objectSpread2({},e),{},{_jsns:"urn:zimbraAccount"})}).then(function(e){return e.share})},this.snoozeCalendarItem=function(e,n){return s.jsonRequest({name:"SnoozeCalendarItemAlarm",body:{appt:e,task:n},singleRequest:!0}).then(Boolean)},this.taskFolders=function(){return s.jsonRequest({name:"GetFolder",body:{view:Wd.Task,tr:!0}}).then(function(e){return normalize(gr)(e.folder[0].folder)})},this.testExternalAccount=function(e){var n=e.accountType,e=_objectWithoutProperties(e,["accountType"]);return s.jsonRequest({name:"TestDataSource",body:_defineProperty({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return mapValuesDeep(zt(e,"".concat(n,".0")),coerceStringToBoolean)})},this.uploadMessage=function(e){return fetch("".concat(s.origin,"/service/upload?fmt=raw"),{method:"POST",body:e,headers:_objectSpread2({"Content-Disposition":"".concat("attachment",'; filename="').concat("message.eml",'"'),"Content-Type":"message/rfc822"},s.csrfToken&&{"X-Zimbra-Csrf-Token":s.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})})},this.batchDataHandler=function(e){return batchJsonRequest(_objectSpread2({requests:e},s.getAdditionalRequestOptions())).then(function(e){var n=zt(e,"header.context.session.id"),i=zt(e,"header.context.notify.0"),t=zt(e,"header.context.refresh");return s.checkAndUpdateSessionId(n),s.notifier&&(i&&s.notifier.handleNotifications(i),t&&s.notifier.handleRefresh(t)),e.requests.map(function(e,n){return ya(e)?e:e.body})})},this.checkAndUpdateSessionId=function(e){e&&s.sessionId!==e&&(s.sessionHandler&&s.sessionHandler.writeSessionId(e),s.sessionId=e)},this.dataHandler=function(e){return jsonRequest(_objectSpread2(_objectSpread2({},e[0]),s.getAdditionalRequestOptions("Auth"!==e[0].name))).then(function(e){var n=zt(e,"header.context.session.id"),i=zt(e,"header.context.notify.0"),t=zt(e,"header.context.refresh");return s.checkAndUpdateSessionId(n),s.notifier&&(i&&s.notifier.handleNotifications(i),t&&s.notifier.handleRefresh(t)),ya(e)?[e]:[e.body]})},this.download=function(e){var n=e.isSecure,e=e.url;return fetch("".concat(s.origin).concat(e),{headers:_objectSpread2(_objectSpread2({},n&&{"X-Zimbra-Encoding":"x-base64"}),s.csrfToken&&{"X-Zimbra-Csrf-Token":s.csrfToken}),credentials:"include"}).then(function(e){if(e.ok)return e.text().then(function(e){if(e)return{content:e}})})},this.getAdditionalRequestOptions=function(){return _objectSpread2(_objectSpread2(_objectSpread2({jwtToken:s.jwtToken},(!(0<arguments.length&&void 0!==arguments[0])||arguments[0])&&{csrfToken:s.csrfToken}),s.authToken&&{authToken:s.authToken}),{},{sessionId:s.sessionId||s.sessionHandler&&s.sessionHandler.readSessionId(),origin:s.origin,userAgent:s.userAgent},void 0!==s.notifier.getSequenceNumber()&&{sessionSeq:s.notifier.getSequenceNumber()})},this.normalizeMessage=function(e){return normalizeMessage(e,{origin:s.origin,jwtToken:s.jwtToken,isDesktop:s.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:bo,this.soapPathname=e.soapPathname||Fo,this.localStoreClient=e.localStoreClient,this.notifier=new fu,this.batchDataLoader=new ta(this.batchDataHandler,{cache:!1}),this.dataLoader=new ta(this.dataHandler,{batch:!1,cache:!1}),e.customFetch&&setCustomFetch(e.customFetch)},Du={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:"getRecoveryAccount"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sendRecoveryCode"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PasswordRecoveryAddressStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"verified"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"pending"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ZimletPresence"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"mandatory"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ResetPasswordStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"suspended"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefClientType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"advanced"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"modern"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"zimbrax"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"standard"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"Mode"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"text"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"html"},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CsrfToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"twoFactorAuthRequired"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TwoFactorAuthRequired"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"trustedDevicesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TrustedDevicesEnabled"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lifetime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"session"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Session"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"skin"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Skin"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodeType"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCode"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCode"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCodeType"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"EnableTwoFactorAuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"secret"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Secret"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ProfileImageChangeResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"itemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Secret"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TwoFactorAuthRequired"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TrustedDevicesEnabled"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Session"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Skin"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalOrganizer"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"url"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sentBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Instance"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dueDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tzoDue"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isException"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"alarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"duration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherAttendees"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exceptId"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]}]},{kind:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:"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:[]}],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:69871}};Du.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\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\ntype MessageInfo implements MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\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\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}\n\ntype Conversation implements MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\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\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\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}\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\tmiddleName: String\n\tlastName: 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\tmiddleName: String\n\tlastName: 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}\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}\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): 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 Su=function(e,n){return(Su=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)n.hasOwnProperty(i)&&(e[i]=n[i])})(e,n)};function __extends(e,n){function __(){this.constructor=e}Su(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var bu=function(){return(bu=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 __spreadArrays(){for(var e=0,n=0,i=arguments.length;n<i;n++)e+=arguments[n].length;for(var t=Array(e),a=0,n=0;n<i;n++)for(var r=arguments[n],d=0,o=r.length;d<o;d++,a++)t[a]=r[d];return t}var Fu=function(e,n){return(Fu=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)n.hasOwnProperty(i)&&(e[i]=n[i])})(e,n)};function __extends$1(e,n){function __(){this.constructor=e}Fu(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var Eu="Invariant Violation",Au=Object.setPrototypeOf,Ou=void 0===Au?function(e,n){return e.__proto__=n,e}:Au,Cu=function(n){function InvariantError(e){void 0===e&&(e=Eu);e=n.call(this,"number"==typeof e?Eu+": "+e+" (see https://github.com/apollographql/invariant-packages)":e)||this;return e.framesToPop=1,e.name=Eu,Ou(e,InvariantError.prototype),e}return __extends$1(InvariantError,n),InvariantError}(Error);function invariant(e,n){if(!e)throw new Cu(n)}function wrapConsoleMethod(e){return function(){return console[e].apply(console,arguments)}}!function(e){e.warn=wrapConsoleMethod("warn"),e.error=wrapConsoleMethod("error")}(invariant=invariant||{});var _u={env:{}};if("object"==typeof process)_u=process;else try{Function("stub","process = stub")(_u)}catch(e){}function isPromise(e){return"function"==typeof(null==e?void 0:e.then)}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)}function isObjectLike$1(e){return"object"==_typeof$1(e)&&null!==e}var Ru="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator",wu="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";function getLocation(e,n){for(var i,t=/\r\n|[\n\r]/g,a=1,r=n+1;(i=t.exec(e.body))&&i.index<n;)a+=1,r=n+1-(i.index+i[0].length);return{line:a,column:r}}function printLocation(e){return printSourceLocation(e.source,getLocation(e.source,e.start))}function printSourceLocation(e,n){var i=e.locationOffset.column-1,t=whitespace(i)+e.body,a=n.line-1,r=n.line+(e.locationOffset.line-1),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=[],s=0;s<o.length;s+=80)u.push(o.slice(s,s+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 leftPad(i,e[0])+(n?" | "+n:" |")}).join("\n")}function whitespace(e){return Array(e+1).join(" ")}function leftPad(e,n){return whitespace(e-n.length)+n}function _typeof$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)}function _classCallCheck$2(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties$1(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$1(e,n,i){return n&&_defineProperties$1(e.prototype,n),i&&_defineProperties$1(e,i),e}function _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 _createSuper$1(i){var t=_isNativeReflectConstruct$1();return function _createSuperInternal(){var e,n=_getPrototypeOf$1(i);return _possibleConstructorReturn$1(this,t?(e=_getPrototypeOf$1(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _possibleConstructorReturn$1(e,n){return!n||"object"!==_typeof$2(n)&&"function"!=typeof n?_assertThisInitialized$1(e):n}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var n="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function _wrapNativeSuper(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,Wrapper)}function Wrapper(){return _construct(e,arguments,_getPrototypeOf$1(this).constructor)}return Wrapper.prototype=Object.create(e.prototype,{constructor:{value:Wrapper,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf$1(Wrapper,e)})(e)}function _construct(e,n,i){return(_construct=_isNativeReflectConstruct$1()?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$1(t,i.prototype),t}).apply(null,arguments)}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 Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(e){return!1}}function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _setPrototypeOf$1(e,n){return(_setPrototypeOf$1=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}function _getPrototypeOf$1(e){return(_getPrototypeOf$1=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Vu=function(){_inherits$1(GraphQLError,_wrapNativeSuper(Error));var l=_createSuper$1(GraphQLError);function GraphQLError(e,n,i,t,a,r,d){var o;_classCallCheck$2(this,GraphQLError),o=l.call(this,e);var u=Array.isArray(n)?0!==n.length?n:void 0:n?[n]:void 0,n=i;!n&&u&&(n=null===(m=u[0].loc)||void 0===m?void 0:m.source);var s,m=t;!m&&u&&(m=u.reduce(function(e,n){return n.loc&&e.push(n.loc.start),e},[])),m&&0===m.length&&(m=void 0),t&&i?s=t.map(function(e){return getLocation(i,e)}):u&&(s=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$1(d=r.extensions)&&(t=d),Object.defineProperties(_assertThisInitialized$1(o),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==s&&void 0!==s?s:void 0,enumerable:null!=s},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!==m&&void 0!==m?m: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$1(o),"stack",{value:r.stack,writable:!0,configurable:!0}),_possibleConstructorReturn$1(o)):(Error.captureStackTrace?Error.captureStackTrace(_assertThisInitialized$1(o),GraphQLError):Object.defineProperty(_assertThisInitialized$1(o),"stack",{value:Error().stack,writable:!0,configurable:!0}),o)}return _createClass$1(GraphQLError,[{key:"toString",value:function toString(){return printError(this)}},{key:wu,get:function get(){return"Object"}}]),GraphQLError}();function printError(e){var n=e.message;if(e.nodes)for(var i=0,t=e.nodes;i<t.length;i++){var a=t[i];a.loc&&(n+="\n\n"+printLocation(a.loc))}else if(e.source&&e.locations)for(var r=0,d=e.locations;r<d.length;r++)n+="\n\n"+printSourceLocation(e.source,d[r]);return n}function syntaxError(e,n,i){return new Vu("Syntax Error: ".concat(i),void 0,e,[n])}var Pu=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});function invariant$1(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}var ju="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$1(0),e.prototype.inspect=n,ju&&(e.prototype[ju]=n)}var Lu=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(Lu);var xu=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(xu);var Bu=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$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)}var Mu=10,zu=2;function inspect(e){return formatValue(e,[])}function formatValue(e,n){switch(_typeof$3(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":return null===e?"null":formatObjectValue(e,n);default:return String(e)}}function formatObjectValue(e,n){if(-1!==n.indexOf(e))return"[Circular]";var i=[].concat(n,[e]),n=getCustomFn(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 formatArray(e,i);return formatObject(e,i)}function formatObject(n,i){var e=Object.keys(n);return 0===e.length?"{}":zu<i.length?"["+getObjectTag(n)+"]":"{ "+e.map(function(e){return e+": "+formatValue(n[e],i)}).join(", ")+" }"}function formatArray(e,n){if(0===e.length)return"[]";if(zu<n.length)return"[Array]";for(var i=Math.min(Mu,e.length),t=e.length-i,a=[],r=0;r<i;++r)a.push(formatValue(e[r],n));return 1==t?a.push("... 1 more item"):1<t&&a.push("... ".concat(t," more items")),"["+a.join(", ")+"]"}function getCustomFn(e){var n=e[String(ju)];return"function"==typeof n?n:"function"==typeof e.inspect?e.inspect:void 0}function getObjectTag(e){var n=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===n&&"function"==typeof e.constructor){e=e.constructor.name;if("string"==typeof e&&""!==e)return e}return n}function devAssert(e,n){if(!Boolean(e))throw new Error(n)}var qu="production"===process.env.NODE_ENV?function instanceOf(e,n){return e instanceof n}:function instanceOf(e,n){if(e instanceof n)return!0;if(e){var i=e.constructor,n=n.name;if(n&&i&&i.name===n)throw new Error("Cannot use ".concat(n,' "').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$2(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$2(e,n,i){return n&&_defineProperties$2(e.prototype,n),i&&_defineProperties$2(e,i),e}var Uu=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 _createClass$2(Source,[{key:wu,get:function get(){return"Source"}}]),Source}();function isSource(e){return qu(e,Uu)}var Gu=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=getBlockStringIndentation(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!1;return!0}function getBlockStringIndentation(e){for(var n=!0,i=!0,t=0,a=null,r=0;r<e.length;++r)switch(e.charCodeAt(r)){case 13:10===e.charCodeAt(r+1)&&++r;case 10:i=!(n=!1),t=0;break;case 9:case 32:++t;break;default:i&&!n&&(null===a||t<a)&&(a=t),i=!1}return null!==a&&void 0!==a?a:0}function printBlockString(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",i=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=-1===e.indexOf("\n"),a=!t||'"'===e[e.length-1]||"\\"===e[e.length-1]||i,i="";return!a||t&&(" "===e[0]||"\t"===e[0])||(i+="\n"+n),i+=n?e.replace(/\n/g,"\n"+n):e,a&&(i+="\n"),'"""'+i.replace(/"""/g,'\\"""')+'"""'}var Ku=function(){function Lexer(e){var n=new xu(Bu.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!==Bu.EOF)do{var e,n=null!==(e=n.next)&&void 0!==e?e:n.next=readToken(this,n)}while(n.kind===Bu.COMMENT);return n},Lexer}();function isPunctuatorTokenKind(e){return e===Bu.BANG||e===Bu.DOLLAR||e===Bu.AMP||e===Bu.PAREN_L||e===Bu.PAREN_R||e===Bu.SPREAD||e===Bu.COLON||e===Bu.EQUALS||e===Bu.AT||e===Bu.BRACKET_L||e===Bu.BRACKET_R||e===Bu.BRACE_L||e===Bu.PIPE||e===Bu.BRACE_R}function printCharCode(e){return isNaN(e)?Bu.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function readToken(e,n){for(var i=e.source,t=i.body,a=t.length,r=n.end;r<a;){var d=t.charCodeAt(r),o=e.line,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 xu(Bu.BANG,r,r+1,o,u,n);case 35:return readComment(i,r,o,u,n);case 36:return new xu(Bu.DOLLAR,r,r+1,o,u,n);case 38:return new xu(Bu.AMP,r,r+1,o,u,n);case 40:return new xu(Bu.PAREN_L,r,r+1,o,u,n);case 41:return new xu(Bu.PAREN_R,r,r+1,o,u,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new xu(Bu.SPREAD,r,r+3,o,u,n);break;case 58:return new xu(Bu.COLON,r,r+1,o,u,n);case 61:return new xu(Bu.EQUALS,r,r+1,o,u,n);case 64:return new xu(Bu.AT,r,r+1,o,u,n);case 91:return new xu(Bu.BRACKET_L,r,r+1,o,u,n);case 93:return new xu(Bu.BRACKET_R,r,r+1,o,u,n);case 123:return new xu(Bu.BRACE_L,r,r+1,o,u,n);case 124:return new xu(Bu.PIPE,r,r+1,o,u,n);case 125:return new xu(Bu.BRACE_R,r,r+1,o,u,n);case 34:return 34===t.charCodeAt(r+1)&&34===t.charCodeAt(r+2)?readBlockString(i,r,o,u,n,e):readString(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 readNumber(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 readName(i,r,o,u,n)}throw syntaxError(i,r,unexpectedCharacterMessage(d))}return new xu(Bu.EOF,a,a,e.line,1+r-e.lineStart,n)}function unexpectedCharacterMessage(e){return e<32&&9!==e&&10!==e&&13!==e?"Cannot contain the invalid character ".concat(printCharCode(e),"."):39===e?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(printCharCode(e),".")}function readComment(e,n,i,t,a){for(var r,d=e.body,o=n;r=d.charCodeAt(++o),!isNaN(r)&&(31<r||9===r););return new xu(Bu.COMMENT,n,o,i,t,a,d.slice(n+1,o))}function readNumber(e,n,i,t,a,r){var d=e.body,o=i,u=n,i=!1;if(45===o&&(o=d.charCodeAt(++u)),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);if(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)),46===o||isNameStart(o))throw syntaxError(e,u,"Invalid number, expected digit but got: ".concat(printCharCode(o),"."));return new xu(i?Bu.FLOAT:Bu.INT,n,u,t,a,r,d.slice(n,u))}function readDigits(e,n,i){var t=e.body,a=n,r=i;if(48<=r&&r<=57){for(;r=t.charCodeAt(++a),48<=r&&r<=57;);return a}throw syntaxError(e,a,"Invalid number, expected digit but got: ".concat(printCharCode(r),"."))}function readString(e,n,i,t,a){for(var r=e.body,d=n+1,o=d,u=0,s="";d<r.length&&!isNaN(u=r.charCodeAt(d))&&10!==u&&13!==u;){if(34===u)return s+=r.slice(o,d),new xu(Bu.STRING,n,d+1,i,t,a,s);if(u<32&&9!==u)throw syntaxError(e,d,"Invalid character within String: ".concat(printCharCode(u),"."));if(++d,92===u){switch(s+=r.slice(o,d-1),u=r.charCodeAt(d)){case 34:s+='"';break;case 47:s+="/";break;case 92:s+="\\";break;case 98:s+="\b";break;case 102:s+="\f";break;case 110:s+="\n";break;case 114:s+="\r";break;case 116:s+="\t";break;case 117:var m=uniCharCode(r.charCodeAt(d+1),r.charCodeAt(d+2),r.charCodeAt(d+3),r.charCodeAt(d+4));if(m<0){var l=r.slice(d+1,d+5);throw syntaxError(e,d,"Invalid character escape sequence: \\u".concat(l,"."))}s+=String.fromCharCode(m),d+=4;break;default:throw syntaxError(e,d,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}o=++d}}throw syntaxError(e,d,"Unterminated string.")}function readBlockString(e,n,i,t,a,r){for(var d=e.body,o=n+3,u=o,s=0,m="";o<d.length&&!isNaN(s=d.charCodeAt(o));){if(34===s&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2))return m+=d.slice(u,o),new xu(Bu.BLOCK_STRING,n,o+3,i,t,a,dedentBlockStringValue(m));if(s<32&&9!==s&&10!==s&&13!==s)throw syntaxError(e,o,"Invalid character within String: ".concat(printCharCode(s),"."));10===s?(++o,++r.line,r.lineStart=o):13===s?(10===d.charCodeAt(o+1)?o+=2:++o,++r.line,r.lineStart=o):92===s&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2)&&34===d.charCodeAt(o+3)?(m+=d.slice(u,o)+'"""',u=o+=4):++o}throw syntaxError(e,o,"Unterminated string.")}function uniCharCode(e,n,i,t){return char2hex(e)<<12|char2hex(n)<<8|char2hex(i)<<4|char2hex(t)}function char2hex(e){return 48<=e&&e<=57?e-48:65<=e&&e<=70?e-55:97<=e&&e<=102?e-87:-1}function readName(e,n,i,t,a){for(var r=e.body,d=r.length,o=n+1,u=0;o!==d&&!isNaN(u=r.charCodeAt(o))&&(95===u||48<=u&&u<=57||65<=u&&u<=90||97<=u&&u<=122);)++o;return new xu(Bu.NAME,n,o,i,t,a,r.slice(n,o))}function isNameStart(e){return 95===e||65<=e&&e<=90||97<=e&&e<=122}function parse(e,n){return new Wu(e,n).parseDocument()}var Wu=function(){function Parser(e,n){e=isSource(e)?e:new Uu(e);this._lexer=new Ku(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken(Bu.NAME);return{kind:Pu.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:Pu.DOCUMENT,definitions:this.many(Bu.SOF,this.parseDefinition,Bu.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek(Bu.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(Bu.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(Bu.BRACE_L))return{kind:Pu.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var n,i=this.parseOperationType();return this.peek(Bu.NAME)&&(n=this.parseName()),{kind:Pu.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(Bu.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(Bu.PAREN_L,this.parseVariableDefinition,Bu.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:Pu.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(Bu.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(Bu.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(Bu.DOLLAR),{kind:Pu.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:Pu.SELECTION_SET,selections:this.many(Bu.BRACE_L,this.parseSelection,Bu.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek(Bu.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken(Bu.COLON)?(e=i,this.parseName()):i;return{kind:Pu.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(Bu.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany(Bu.PAREN_L,e?this.parseConstArgument:this.parseArgument,Bu.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken(Bu.COLON),{kind:Pu.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:Pu.ARGUMENT,name:this.parseName(),value:(this.expectToken(Bu.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token;this.expectToken(Bu.SPREAD);var n=this.expectOptionalKeyword("on");return!n&&this.peek(Bu.NAME)?{kind:Pu.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:Pu.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:Pu.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:Pu.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 Bu.BRACKET_L:return this.parseList(e);case Bu.BRACE_L:return this.parseObject(e);case Bu.INT:return this._lexer.advance(),{kind:Pu.INT,value:n.value,loc:this.loc(n)};case Bu.FLOAT:return this._lexer.advance(),{kind:Pu.FLOAT,value:n.value,loc:this.loc(n)};case Bu.STRING:case Bu.BLOCK_STRING:return this.parseStringLiteral();case Bu.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:Pu.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:Pu.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:Pu.NULL,loc:this.loc(n)};default:return{kind:Pu.ENUM,value:n.value,loc:this.loc(n)}}case Bu.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:Pu.STRING,value:e.value,block:e.kind===Bu.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:Pu.LIST,values:this.any(Bu.BRACKET_L,function item(){return n.parseValueLiteral(e)},Bu.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:Pu.OBJECT,fields:this.any(Bu.BRACE_L,function item(){return n.parseObjectField(e)},Bu.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken(Bu.COLON),{kind:Pu.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek(Bu.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken(Bu.AT),{kind:Pu.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken(Bu.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(Bu.BRACKET_R),{kind:Pu.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken(Bu.BANG)?{kind:Pu.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:Pu.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===Bu.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(Bu.STRING)||this.peek(Bu.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(Bu.BRACE_L,this.parseOperationTypeDefinition,Bu.BRACE_R);return{kind:Pu.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(Bu.COLON);var i=this.parseNamedType();return{kind:Pu.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:Pu.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:Pu.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(Bu.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken(Bu.AMP);n.push(this.parseNamedType()),this.expectOptionalToken(Bu.AMP)||this.peek(Bu.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(Bu.BRACE_L)&&this._lexer.lookahead().kind===Bu.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(Bu.BRACE_L,this.parseFieldDefinition,Bu.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs();this.expectToken(Bu.COLON);var a=this.parseTypeReference(),r=this.parseDirectives(!0);return{kind:Pu.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany(Bu.PAREN_L,this.parseInputValueDef,Bu.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName();this.expectToken(Bu.COLON);var t,a=this.parseTypeReference();this.expectOptionalToken(Bu.EQUALS)&&(t=this.parseValueLiteral(!0));var r=this.parseDirectives(!0);return{kind:Pu.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:Pu.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:Pu.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken(Bu.EQUALS)?this.delimitedMany(Bu.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:Pu.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany(Bu.BRACE_L,this.parseEnumValueDefinition,Bu.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:Pu.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:Pu.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany(Bu.BRACE_L,this.parseInputValueDef,Bu.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===Bu.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(Bu.BRACE_L,this.parseOperationTypeDefinition,Bu.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:Pu.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:Pu.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:Pu.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:Pu.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:Pu.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:Pu.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:Pu.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(Bu.AT);var i=this.parseName(),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var r=this.parseDirectiveLocations();return{kind:Pu.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany(Bu.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==Gu[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 Lu(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!==Bu.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===Bu.NAME&&n.value===e&&(this._lexer.advance(),!0)},e.unexpected=function unexpected(e){e=null!=e?e:this._lexer.token;return syntaxError(this._lexer.source,e.start,"Unexpected ".concat(getTokenDesc(e),"."))},e.any=function any(e,n,i){this.expectToken(e);for(var t=[];!this.expectOptionalToken(i);)t.push(n.call(this));return t},e.optionalMany=function optionalMany(e,n,i){if(this.expectOptionalToken(e)){for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t}return[]},e.many=function many(e,n,i){this.expectToken(e);for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t},e.delimitedMany=function delimitedMany(e,n){this.expectOptionalToken(e);for(var i=[];i.push(n.call(this)),this.expectOptionalToken(e););return i},Parser}();function getTokenDesc(e){var n=e.value;return getTokenKindDesc(e.kind)+(null!=n?' "'.concat(n,'"'):"")}function getTokenKindDesc(e){return isPunctuatorTokenKind(e)?'"'.concat(e,'"'):e}var Hu={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"]},Qu=Object.freeze({});function visit(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:Hu,t=void 0,a=Array.isArray(e),r=[e],d=-1,o=[],u=void 0,s=void 0,m=void 0,l=[],c=[],p=e;do{var k=++d===r.length,v=k&&0!==o.length;if(k){if(s=0===c.length?void 0:l[l.length-1],u=m,m=c.pop(),v){if(a)u=u.slice();else{for(var y={},f=0,N=Object.keys(u);f<N.length;f++){var g=N[f];y[g]=u[g]}u=y}for(var T=0,h=0;h<o.length;h++){var I=o[h][0],D=o[h][1];a&&(I-=T),a&&null===D?(u.splice(I,1),T++):u[I]=D}}d=t.index,r=t.keys,o=t.edits,a=t.inArray,t=t.prev}else{if(s=m?a?d:r[d]:void 0,null==(u=m?m[s]:p))continue;m&&l.push(s)}var S=void 0;if(!Array.isArray(u)){if(!isNode(u))throw new Error("Invalid AST Node: ".concat(inspect(u),"."));var b=getVisitFn(n,u.kind,k);if(b){if((S=b.call(n,u,s,m,l,c))===Qu)break;if(!1===S){if(!k){l.pop();continue}}else if(void 0!==S&&(o.push([s,S]),!k)){if(!isNode(S)){l.pop();continue}u=S}}}void 0===S&&v&&o.push([s,u]),k?l.pop():(t={inArray:a,index:d,keys:r,edits:o,prev:t},r=(a=Array.isArray(u))?u:null!==(k=i[u.kind])&&void 0!==k?k:[],d=-1,o=[],m&&c.push(m),m=u)}while(void 0!==t);return 0!==o.length&&(p=o[o.length-1][1]),p}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===Qu)a[n]=Qu;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===Qu)a[n]=Qu;else if(void 0!==i&&!1!==i)return i}}else a[n]===e&&(a[n]=null)}}}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 Yu=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}},$u=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 Vu(t.message,null!==(e=t.nodes)&&void 0!==e?e:n,t.source,t.positions,i,t)}var Ju=/^[_a-zA-Z][_a-zA-Z0-9]*$/;function isValidNameError(e){return"string"==typeof e||devAssert(0,"Expected name to be a string."),1<e.length&&"_"===e[0]&&"_"===e[1]?new Vu('Name "'.concat(e,'" must not begin with "__", which is reserved by GraphQL introspection.')):Ju.test(e)?void 0:new Vu('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(e,'" does not.'))}var Zu=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=Zu(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=Zu(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 Xu=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,Xu),n=e.pop();return i+e.join(", ")+", or "+n+"?"}function identityFunc(e){return e}function suggestionList(e,n){for(var t=Object.create(null),i=new es(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:e.localeCompare(n)})}var es=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 s=d[(u-1)%3],m=d[u%3],l=m[0]=u,c=1;c<=r;c++){var p=Math.min(s[c]+1,m[c-1]+1,s[c-1]+(i[u-1]===t[c-1]?0:1));1<u&&1<c&&i[u-1]===t[c-2]&&i[u-2]===t[c-1]&&(p=Math.min(p,d[(u-2)%3][c-2]+1)),p<l&&(l=p),m[c]=p}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:is})}var ns=80,is={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("(",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(" = ",e.defaultValue)+wrap(" ",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("",e.alias,": ")+n,n=e+wrap("(",join(i,", "),")");return ns<n.length&&(n=e+wrap("(\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(" ",join(e.directives," "))},InlineFragment:function InlineFragment(e){var n=e.directives,i=e.selectionSet;return join(["...",wrap("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("(",join(i,", "),")")," ")+"on ".concat(n," ").concat(wrap("",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?printBlockString(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("(",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("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("(\n",indent(join(n,"\n")),"\n)"):wrap("(",join(n,", "),")"))+": "+i+wrap(" ",join(t," "))}),InputValueDefinition:addDescription(function(e){var n=e.directives;return join([e.name+": "+e.type,wrap("= ",e.defaultValue),join(n," ")]," ")}),InterfaceTypeDefinition:addDescription(function(e){var n=e.directives,i=e.fields;return join(["interface",e.name,wrap("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("(\n",indent(join(n,"\n")),"\n)"):wrap("(",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("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("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){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"";return null!==(n=null==e?void 0:e.filter(function(e){return e}).join(n))&&void 0!==n?n:""}function block(e){return wrap("{\n",indent(join(e,"\n")),"\n}")}function wrap(e,n){return null!=n&&""!==n?e+n+(2<arguments.length&&void 0!==arguments[2]?arguments[2]:""):""}function indent(e){return wrap(" ",e.replace(/\n/g,"\n "))}function isMultiline(e){return-1!==e.indexOf("\n")}function hasMultilineItems(e){return null!=e&&e.some(isMultiline)}function valueFromASTUntyped(e,n){switch(e.kind){case Pu.NULL:return null;case Pu.INT:return parseInt(e.value,10);case Pu.FLOAT:return parseFloat(e.value);case Pu.STRING:case Pu.ENUM:case Pu.BOOLEAN:return e.value;case Pu.LIST:return e.values.map(function(e){return valueFromASTUntyped(e,n)});case Pu.OBJECT:return keyValMap(e.fields,function(e){return e.name.value},function(e){return valueFromASTUntyped(e.value,n)});case Pu.VARIABLE:return null==n?void 0:n[e.name.value]}invariant$1(0,"Unexpected value node: "+inspect(e))}function _defineProperties$3(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$3(e,n,i){return n&&_defineProperties$3(e.prototype,n),i&&_defineProperties$3(e,i),e}function isType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isInputObjectType(e)||isListType(e)||isNonNullType(e)}function assertType(e){if(!isType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL type."));return e}function isScalarType(e){return qu(e,ts)}function isObjectType(e){return qu(e,as)}function isInterfaceType(e){return qu(e,rs)}function isUnionType(e){return qu(e,ds)}function isEnumType(e){return qu(e,os)}function isInputObjectType(e){return qu(e,us)}function isListType(e){return qu(e,GraphQLList)}function isNonNullType(e){return qu(e,GraphQLNonNull)}function isInputType(e){return isScalarType(e)||isEnumType(e)||isInputObjectType(e)||isWrappingType(e)&&isInputType(e.ofType)}function isOutputType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isWrappingType(e)&&isOutputType(e.ofType)}function isLeafType(e){return isScalarType(e)||isEnumType(e)}function isCompositeType(e){return isObjectType(e)||isInterfaceType(e)||isUnionType(e)}function isAbstractType(e){return isInterfaceType(e)||isUnionType(e)}function GraphQLList(e){if(!(this instanceof GraphQLList))return new GraphQLList(e);this.ofType=assertType(e)}function GraphQLNonNull(e){if(!(this instanceof GraphQLNonNull))return new GraphQLNonNull(e);this.ofType=assertNullableType(e)}function isWrappingType(e){return isListType(e)||isNonNullType(e)}function isNullableType(e){return isType(e)&&!isNonNullType(e)}function assertNullableType(e){if(!isNullableType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL nullable type."));return 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,wu,{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,wu,{get:function get(){return"GraphQLNonNull"}}),defineInspect(GraphQLNonNull);var ts=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(valueFromASTUntyped(e,n))},this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),"string"==typeof e.name||devAssert(0,"Must provide name."),null==e.specifiedByUrl||"string"==typeof e.specifiedByUrl||devAssert(0,"".concat(this.name,' must provide "specifiedByUrl" as a string, ')+"but got: ".concat(inspect(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:wu,get:function get(){return"GraphQLScalarType"}}]),GraphQLScalarType}();defineInspect(ts);var as=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:wu,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=Zu(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$1(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(as);var rs=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:wu,get:function get(){return"GraphQLInterfaceType"}}]),GraphQLInterfaceType}();defineInspect(rs);var ds=function(){function GraphQLUnionType(e){this.name=e.name,this.description=e.description,this.resolveType=e.resolveType,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._types=defineTypes.bind(void 0,e),"string"==typeof e.name||devAssert(0,"Must provide name."),null==e.resolveType||"function"==typeof e.resolveType||devAssert(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat(inspect(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:wu,get:function get(){return"GraphQLUnionType"}}]),GraphQLUnionType}();function defineTypes(e){var n=resolveThunk(e.types);return Array.isArray(n)||devAssert(0,"Must provide Array of types or a function which returns such an array for Union ".concat(e.name,".")),n}defineInspect(ds);var os=function(){function GraphQLEnumType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._values=defineEnumValues(this.name,e.values),this._valueLookup=new Map(this._values.map(function(e){return[e.value,e]})),this._nameLookup=keyMap(this._values,function(e){return e.name}),"string"==typeof e.name||devAssert(0,"Must provide name.")}var e=GraphQLEnumType.prototype;return e.getValues=function getValues(){return this._values},e.getValue=function getValue(e){return this._nameLookup[e]},e.serialize=function serialize(e){var n=this._valueLookup.get(e);if(void 0===n)throw new Vu('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 Vu('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(n,".")+didYouMeanEnumValue(this,n))}n=this.getValue(e);if(null==n)throw new Vu('Value "'.concat(e,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,e));return n.value},e.parseLiteral=function parseLiteral(e){if(e.kind!==Pu.ENUM){var n=print(e);throw new Vu('Enum "'.concat(this.name,'" cannot represent non-enum value: ').concat(n,".")+didYouMeanEnumValue(this,n),e)}n=this.getValue(e.value);if(null!=n)return n.value;n=print(e);throw new Vu('Value "'.concat(n,'" does not exist in "').concat(this.name,'" enum.')+didYouMeanEnumValue(this,n),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:wu,get:function get(){return"GraphQLEnumType"}}]),GraphQLEnumType}();function didYouMeanEnumValue(e,n){return didYouMean("the enum value",suggestionList(n,e.getValues().map(function(e){return e.name})))}function defineEnumValues(i,e){return isPlainObj(e)||devAssert(0,"".concat(i," values must be an object with value names as keys.")),Zu(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}})}defineInspect(os);var us=function(){function GraphQLInputObjectType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._fields=defineInputFieldMap.bind(void 0,e),"string"==typeof e.name||devAssert(0,"Must provide name.")}var e=GraphQLInputObjectType.prototype;return e.getFields=function getFields(){return"function"==typeof this._fields&&(this._fields=this._fields()),this._fields},e.toConfig=function toConfig(){var e=mapValue(this.getFields(),function(e){return{description:e.description,type:e.type,defaultValue:e.defaultValue,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:wu,get:function get(){return"GraphQLInputObjectType"}}]),GraphQLInputObjectType}();function defineInputFieldMap(i){var e=resolveThunk(i.fields);return isPlainObj(e)||devAssert(0,"".concat(i.name," fields must be an object with field names as keys or a function which returns such an object.")),mapValue(e,function(e,n){return"resolve"in e&&devAssert(0,"".concat(i.name,".").concat(n," field has a resolve property, but Input Types cannot define resolvers.")),{name:n,description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions&&toObjMap(e.extensions),astNode:e.astNode}})}function isRequiredInputField(e){return isNonNullType(e.type)&&void 0===e.defaultValue}function isEqualType(e,n){return e===n||(isNonNullType(e)&&isNonNullType(n)||!(!isListType(e)||!isListType(n)))&&isEqualType(e.ofType,n.ofType)}function isTypeSubTypeOf(e,n,i){return n===i||(isNonNullType(i)?!!isNonNullType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):isNonNullType(n)?isTypeSubTypeOf(e,n.ofType,i):isListType(i)?!!isListType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):!isListType(n)&&(isAbstractType(i)&&(isInterfaceType(n)||isObjectType(n))&&e.isSubType(i,n)))}function doTypesOverlap(n,e,i){return e===i||(isAbstractType(e)?isAbstractType(i)?n.getPossibleTypes(e).some(function(e){return n.isSubType(i,e)}):n.isSubType(e,i):!!isAbstractType(i)&&n.isSubType(i,e))}defineInspect(us);var ss=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[Ru];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 s=[],m=0;m<u;++m)Object.prototype.hasOwnProperty.call(e,m)&&s.push(n.call(i,e[m],m));return s}return[]},ms=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)};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 isCollection(e){if(null==e||"object"!==_typeof$4(e))return!1;var n=e.length;return"number"==typeof n&&0<=n&&n%1==0||"function"==typeof e[Ru]}var ls=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},cs=2147483647,ps=-2147483648;function serializeInt(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;e=n;if("string"==typeof n&&""!==n&&(e=Number(n)),!ls(e))throw new Vu("Int cannot represent non-integer value: ".concat(inspect(n)));if(cs<e||e<ps)throw new Vu("Int cannot represent non 32-bit signed integer value: "+inspect(n));return e}function coerceInt(e){if(!ls(e))throw new Vu("Int cannot represent non-integer value: ".concat(inspect(e)));if(cs<e||e<ps)throw new Vu("Int cannot represent non 32-bit signed integer value: ".concat(e));return e}var ks=new ts({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize:serializeInt,parseValue:coerceInt,parseLiteral:function parseLiteral(e){if(e.kind!==Pu.INT)throw new Vu("Int cannot represent non-integer value: ".concat(print(e)),e);var n=parseInt(e.value,10);if(cs<n||n<ps)throw new Vu("Int cannot represent non 32-bit signed integer value: ".concat(e.value),e);return n}});function serializeFloat(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;e=n;if("string"==typeof n&&""!==n&&(e=Number(n)),!ms(e))throw new Vu("Float cannot represent non numeric value: ".concat(inspect(n)));return e}function coerceFloat(e){if(!ms(e))throw new Vu("Float cannot represent non numeric value: ".concat(inspect(e)));return e}var vs=new ts({name:"Float",description:"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",serialize:serializeFloat,parseValue:coerceFloat,parseLiteral:function parseLiteral(e){if(e.kind!==Pu.FLOAT&&e.kind!==Pu.INT)throw new Vu("Float cannot represent non numeric value: ".concat(print(e)),e);return parseFloat(e.value)}});function serializeObject(e){if(isObjectLike$1(e)){if("function"==typeof e.valueOf){var n=e.valueOf();if(!isObjectLike$1(n))return n}if("function"==typeof e.toJSON)return e.toJSON()}return e}function serializeString(e){var n=serializeObject(e);if("string"==typeof n)return n;if("boolean"==typeof n)return n?"true":"false";if(ms(n))return n.toString();throw new Vu("String cannot represent value: ".concat(inspect(e)))}function coerceString(e){if("string"!=typeof e)throw new Vu("String cannot represent a non string value: ".concat(inspect(e)));return e}var ys=new ts({name:"String",description:"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",serialize:serializeString,parseValue:coerceString,parseLiteral:function parseLiteral(e){if(e.kind!==Pu.STRING)throw new Vu("String cannot represent a non string value: ".concat(print(e)),e);return e.value}});function serializeBoolean(e){e=serializeObject(e);if("boolean"==typeof e)return e;if(ms(e))return 0!==e;throw new Vu("Boolean cannot represent a non boolean value: ".concat(inspect(e)))}function coerceBoolean(e){if("boolean"!=typeof e)throw new Vu("Boolean cannot represent a non boolean value: ".concat(inspect(e)));return e}var fs=new ts({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:serializeBoolean,parseValue:coerceBoolean,parseLiteral:function parseLiteral(e){if(e.kind!==Pu.BOOLEAN)throw new Vu("Boolean cannot represent a non boolean value: ".concat(print(e)),e);return e.value}});function serializeID(e){var n=serializeObject(e);if("string"==typeof n)return n;if(ls(n))return String(n);throw new Vu("ID cannot represent value: ".concat(inspect(e)))}function coerceID(e){if("string"==typeof e)return e;if(ls(e))return e.toString();throw new Vu("ID cannot represent value: ".concat(inspect(e)))}var Ns=new ts({name:"ID",description:'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',serialize:serializeID,parseValue:coerceID,parseLiteral:function parseLiteral(e){if(e.kind!==Pu.STRING&&e.kind!==Pu.INT)throw new Vu("ID cannot represent a non-string and non-integer value: "+print(e),e);return e.value}}),gs=Object.freeze([ys,ks,vs,fs,Ns]);function astFromValue(e,n){if(isNonNullType(n)){var i=astFromValue(e,n.ofType);return(null==i?void 0:i.kind)===Pu.NULL?null:i}if(null===e)return{kind:Pu.NULL};if(void 0===e)return null;if(isListType(n)){var t=n.ofType;if(isCollection(e)){for(var a=[],r=0,d=ss(e);r<d.length;r++){var o=astFromValue(d[r],t);null!=o&&a.push(o)}return{kind:Pu.LIST,values:a}}return astFromValue(e,t)}if(isInputObjectType(n)){if(!isObjectLike$1(e))return null;for(var u=[],s=0,m=$u(n.getFields());s<m.length;s++){var l=m[s],c=astFromValue(e[l.name],l.type);c&&u.push({kind:Pu.OBJECT_FIELD,name:{kind:Pu.NAME,value:l.name},value:c})}return{kind:Pu.OBJECT,fields:u}}if(isLeafType(n)){var p=n.serialize(e);if(null==p)return null;if("boolean"==typeof p)return{kind:Pu.BOOLEAN,value:p};if("number"==typeof p&&ms(p)){i=String(p);return Ts.test(i)?{kind:Pu.INT,value:i}:{kind:Pu.FLOAT,value:i}}if("string"==typeof p)return isEnumType(n)?{kind:Pu.ENUM,value:p}:n===Ns&&Ts.test(p)?{kind:Pu.INT,value:p}:{kind:Pu.STRING,value:p};throw new TypeError("Cannot convert value to AST: ".concat(inspect(p),"."))}invariant$1(0,"Unexpected input type: "+inspect(n))}var Ts=/^-?(?:0|[1-9][0-9]*)$/,hs=new as({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:ys,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(Ss))),resolve:function resolve(e){return $u(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new GraphQLNonNull(Ss),resolve:function resolve(e){return e.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:Ss,resolve:function resolve(e){return e.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:Ss,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(Is))),resolve:function resolve(e){return e.getDirectives()}}}}}),Is=new as({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(ys),resolve:function resolve(e){return e.name}},description:{type:ys,resolve:function resolve(e){return e.description}},isRepeatable:{type:new GraphQLNonNull(fs),resolve:function resolve(e){return e.isRepeatable}},locations:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Ds))),resolve:function resolve(e){return e.locations}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Fs))),resolve:function resolve(e){return e.args}}}}}),Ds=new os({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:Gu.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:Gu.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:Gu.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:Gu.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:Gu.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:Gu.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:Gu.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:Gu.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:Gu.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:Gu.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:Gu.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:Gu.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:Gu.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:Gu.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:Gu.UNION,description:"Location adjacent to a union definition."},ENUM:{value:Gu.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:Gu.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:Gu.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:Gu.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),Ss=new as({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(Os),resolve:function resolve(e){return isScalarType(e)?As.SCALAR:isObjectType(e)?As.OBJECT:isInterfaceType(e)?As.INTERFACE:isUnionType(e)?As.UNION:isEnumType(e)?As.ENUM:isInputObjectType(e)?As.INPUT_OBJECT:isListType(e)?As.LIST:isNonNullType(e)?As.NON_NULL:void invariant$1(0,'Unexpected type: "'.concat(inspect(e),'".'))}},name:{type:ys,resolve:function resolve(e){return void 0!==e.name?e.name:void 0}},description:{type:ys,resolve:function resolve(e){return void 0!==e.description?e.description:void 0}},specifiedByUrl:{type:ys,resolve:function resolve(e){return void 0!==e.specifiedByUrl?e.specifiedByUrl:void 0}},fields:{type:new GraphQLList(new GraphQLNonNull(bs)),args:{includeDeprecated:{type:fs,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isObjectType(e)||isInterfaceType(e)){e=$u(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},interfaces:{type:new GraphQLList(new GraphQLNonNull(Ss)),resolve:function resolve(e){if(isObjectType(e)||isInterfaceType(e))return e.getInterfaces()}},possibleTypes:{type:new GraphQLList(new GraphQLNonNull(Ss)),resolve:function resolve(e,n,i,t){t=t.schema;if(isAbstractType(e))return t.getPossibleTypes(e)}},enumValues:{type:new GraphQLList(new GraphQLNonNull(Es)),args:{includeDeprecated:{type:fs,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(Fs)),args:{includeDeprecated:{type:fs,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isInputObjectType(e)){e=$u(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},ofType:{type:Ss,resolve:function resolve(e){return void 0!==e.ofType?e.ofType:void 0}}}}}),bs=new as({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(ys),resolve:function resolve(e){return e.name}},description:{type:ys,resolve:function resolve(e){return e.description}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Fs))),args:{includeDeprecated:{type:fs,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(Ss),resolve:function resolve(e){return e.type}},isDeprecated:{type:new GraphQLNonNull(fs),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:ys,resolve:function resolve(e){return e.deprecationReason}}}}}),Fs=new as({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(ys),resolve:function resolve(e){return e.name}},description:{type:ys,resolve:function resolve(e){return e.description}},type:{type:new GraphQLNonNull(Ss),resolve:function resolve(e){return e.type}},defaultValue:{type:ys,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function resolve(e){e=astFromValue(e.defaultValue,e.type);return e?print(e):null}},isDeprecated:{type:new GraphQLNonNull(fs),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:ys,resolve:function resolve(e){return e.deprecationReason}}}}}),Es=new as({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(ys),resolve:function resolve(e){return e.name}},description:{type:ys,resolve:function resolve(e){return e.description}},isDeprecated:{type:new GraphQLNonNull(fs),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:ys,resolve:function resolve(e){return e.deprecationReason}}}}}),As=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),Os=new os({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:As.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:As.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:As.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:As.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:As.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:As.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:As.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:As.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),Cs={name:"__schema",type:new GraphQLNonNull(hs),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},_s={name:"__type",type:Ss,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new GraphQLNonNull(ys),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},Rs={name:"__typename",type:new GraphQLNonNull(ys),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},ws=Object.freeze([hs,Is,Ds,Ss,bs,Fs,Es,Os]);function isIntrospectionType(n){return ws.some(function(e){return n.name===e.name})}function _defineProperties$4(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$4(e,n,i){return n&&_defineProperties$4(e.prototype,n),i&&_defineProperties$4(e,i),e}function isDirective(e){return qu(e,Vs)}var Vs=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$1(n)&&!Array.isArray(n)||devAssert(0,"@".concat(e.name," args must be an object with argument names as keys.")),this.args=Zu(n).map(function(e){var n=e[1];return{name:e[0],description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions&&toObjMap(n.extensions),astNode:n.astNode}})}var e=GraphQLDirective.prototype;return e.toConfig=function toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:argsToArgsConfig(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}},e.toString=function toString(){return"@"+this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$4(GraphQLDirective,[{key:wu,get:function get(){return"GraphQLDirective"}}]),GraphQLDirective}();defineInspect(Vs);var Ps=new Vs({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[Gu.FIELD,Gu.FRAGMENT_SPREAD,Gu.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(fs),description:"Included when true."}}}),js=new Vs({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[Gu.FIELD,Gu.FRAGMENT_SPREAD,Gu.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(fs),description:"Skipped when true."}}}),Ls="No longer supported",xs=new Vs({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[Gu.FIELD_DEFINITION,Gu.ARGUMENT_DEFINITION,Gu.INPUT_FIELD_DEFINITION,Gu.ENUM_VALUE],args:{reason:{type:ys,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:Ls}}}),Bs=new Vs({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[Gu.SCALAR],args:{url:{type:new GraphQLNonNull(ys),description:"The URL that specifies the behaviour of this scalar."}}}),Ms=Object.freeze([Ps,js,xs,Bs]);function _defineProperties$5(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$5(e,n,i){return n&&_defineProperties$5(e.prototype,n),i&&_defineProperties$5(e,i),e}function isSchema(e){return qu(e,zs)}function assertSchema(e){if(!isSchema(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL schema."));return e}var zs=function(){function GraphQLSchema(e){var n;this.__validationErrors=!0===e.assumeValid?[]:void 0,isObjectLike$1(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:Ms;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 s=0,m=u.args;s<m.length;s++)collectReferencedTypes(m[s].type,i)}collectReferencedTypes(hs,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var l=0,c=ss(i);l<c.length;l++){var p=c[l];if(null!=p){var k=p.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]=p))for(var v=0,y=p.getInterfaces();v<y.length;v++){var f,N=y[v];isInterfaceType(N)&&(void 0===(f=this._implementationsMap[N.name])&&(f=this._implementationsMap[N.name]={objects:[],interfaces:[]}),f.interfaces.push(p))}else if(isObjectType(p))for(var g=0,T=p.getInterfaces();g<T.length;g++){var h,I=T[g];isInterfaceType(I)&&(void 0===(h=this._implementationsMap[I.name])&&(h=this._implementationsMap[I.name]={objects:[],interfaces:[]}),h.objects.push(p))}}}}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,s=r.interfaces;u<s.length;u++)i[s[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 Yu(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:$u(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}},_createClass$5(GraphQLSchema,[{key:wu,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=$u(e.getFields());d<o.length;d++){var u=o[d];collectReferencedTypes(u.type,n);for(var s=0,m=u.args;s<m.length;s++)collectReferencedTypes(m[s].type,n)}}else if(isInputObjectType(e))for(var l=0,c=$u(e.getFields());l<c.length;l++)collectReferencedTypes(c[l].type,n);return n}function validateSchema(e){if(assertSchema(e),e.__validationErrors)return e.__validationErrors;var n=new qs(e);validateRootTypes(n),validateDirectives(n),validateTypes(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 qs=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 Vu(e,n))},e.addError=function addError(e){this._errors.push(e)},e.getErrors=function getErrors(){return this._errors},SchemaValidationContext}();function validateRootTypes(e){var n=e.schema,i=n.getQueryType();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)}function getOperationTypeNode(e,n){for(var i=getAllSubNodes(e,function(e){return e.operationTypes}),t=0;t<i.length;t++){var a=i[t];if(a.operation===n)return a.type}}function validateDirectives(e){for(var n=0,i=e.schema.getDirectives();n<i.length;n++){var t=i[n];if(isDirective(t)){validateName(e,t);for(var a=0,r=t.args;a<r.length;a++){var d=r[a];validateName(e,d),isInputType(d.type)||e.reportError("The type of @".concat(t.name,"(").concat(d.name,":) must be Input Type ")+"but got: ".concat(inspect(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)}}function validateName(e,n){var i=isValidNameError(n.name);i&&e.addError(locatedError(i,n.astNode))}function validateTypes(e){for(var n=createInputObjectCircularRefsValidator(e),i=e.schema.getTypeMap(),t=0,a=$u(i);t<a.length;t++){var r=a[t];isNamedType(r)?(isIntrospectionType(r)||validateName(e,r),isObjectType(r)||isInterfaceType(r)?(validateFields(e,r),validateInterfaces(e,r)):isUnionType(r)?validateUnionMembers(e,r):isEnumType(r)?validateEnumValues(e,r):isInputObjectType(r)&&(validateInputFields(e,r),n(r))):e.reportError("Expected GraphQL named type but got: ".concat(inspect(r),"."),r.astNode)}}function validateFields(e,n){var i=$u(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,s=o[d],m=s.name;validateName(e,s),isInputType(s.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name,"(").concat(m,":) must be Input ")+"Type but got: ".concat(inspect(s.type),"."),null===(u=s.astNode)||void 0===u?void 0:u.type),isRequiredArgument(s)&&null!=s.deprecationReason&&e.reportError("Required argument ".concat(n.name,".").concat(r.name,"(").concat(m,":) cannot be deprecated."),[getDeprecatedDirectiveNode(s.astNode),null===(s=s.astNode)||void 0===s?void 0:s.type])}}}function validateInterfaces(e,n){for(var i=Object.create(null),t=0,a=n.getInterfaces();t<a.length;t++){var r=a[t];isInterfaceType(r)?n!==r?i[r.name]?e.reportError("Type ".concat(n.name," can only implement ").concat(r.name," once."),getAllImplementsInterfaceNodes(n,r)):(i[r.name]=!0,validateTypeImplementsAncestors(e,n,r),validateTypeImplementsInterface(e,n,r)):e.reportError("Type ".concat(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 validateTypeImplementsInterface(t,a,r){for(var e=a.getFields(),n=0,i=$u(r.getFields());n<i.length;n++){var d,o=i[n],u=o.name,s=e[u];if(s){isTypeSubTypeOf(t.schema,s.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(s.type),"."),[null===(d=o.astNode)||void 0===d?void 0:d.type,null===(d=s.astNode)||void 0===d?void 0:d.type]);for(var m=function _loop(e,n){var n=n[e],i=n.name,e=Yu(s.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,s.astNode]),"continue";isEqualType(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,c=o.args;l<c.length;l++)m(l,c);for(var p=function _loop2(e,n){var e=n[e],i=e.name;!Yu(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=s.args;k<v.length;k++)p(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)))}}function validateTypeImplementsAncestors(e,n,i){for(var t=n.getInterfaces(),a=0,r=i.getInterfaces();a<r.length;a++){var d=r[a];-1===t.indexOf(d)&&e.reportError(d===n?"Type ".concat(n.name," cannot implement ").concat(i.name," because it would create a circular reference."):"Type ".concat(n.name," must implement ").concat(d.name," because it is implemented by ").concat(i.name,"."),[].concat(getAllImplementsInterfaceNodes(i,d),getAllImplementsInterfaceNodes(n,i)))}}function validateUnionMembers(e,n){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))))}}function validateEnumValues(e,n){var i=n.getValues();0===i.length&&e.reportError("Enum type ".concat(n.name," must define one or more values."),getAllNodes(n));for(var t=0;t<i.length;t++){var a=i[t],r=a.name;validateName(e,a),"true"!==r&&"false"!==r&&"null"!==r||e.reportError("Enum type ".concat(n.name," cannot include value: ").concat(r,"."),a.astNode)}}function validateInputFields(e,n){var i=$u(n.getFields());0===i.length&&e.reportError("Input Object type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t=0;t<i.length;t++){var a,r=i[t];validateName(e,r),isInputType(r.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name," must be Input Type ")+"but got: ".concat(inspect(r.type),"."),null===(a=r.astNode)||void 0===a?void 0:a.type),isRequiredInputField(r)&&null!=r.deprecationReason&&e.reportError("Required input field ".concat(n.name,".").concat(r.name," cannot be deprecated."),[getDeprecatedDirectiveNode(r.astNode),null===(r=r.astNode)||void 0===r?void 0:r.type])}}function createInputObjectCircularRefsValidator(d){var o=Object.create(null),u=[],s=Object.create(null);return function detectCycleRecursive(e){if(o[e.name])return;o[e.name]=!0;s[e.name]=u.length;var n=$u(e.getFields());for(var i=0;i<n.length;i++){var t,a,r=n[i];isNonNullType(r.type)&&isInputObjectType(r.type.ofType)&&(a=s[(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())}s[e.name]=void 0}}function getAllNodes(e){var n=e.astNode,e=e.extensionASTNodes;return n?e?[n].concat(e):[n]:null!=e?e:[]}function getAllSubNodes(e,n){for(var i=[],t=0,a=getAllNodes(e);t<a.length;t++)var r,i=i.concat(null!==(r=n(a[t]))&&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===xs.name})}function typeFromAST(e,n){var i;return n.kind===Pu.LIST_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLList(i):n.kind===Pu.NON_NULL_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLNonNull(i):n.kind===Pu.NAMED_TYPE?e.getType(n.name.value):void invariant$1(0,"Unexpected type node: "+inspect(n))}var Us=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,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 Pu.SELECTION_SET:var t=getNamedType(this.getType());this._parentTypeStack.push(isCompositeType(t)?t:void 0);break;case Pu.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 Pu.DIRECTIVE:this._directive=i.getDirective(n.name.value);break;case Pu.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 Pu.INLINE_FRAGMENT:case Pu.FRAGMENT_DEFINITION:var r=n.typeCondition,r=r?typeFromAST(i,r):getNamedType(this.getType());this._typeStack.push(isOutputType(r)?r:void 0);break;case Pu.VARIABLE_DEFINITION:var d=typeFromAST(i,n.type);this._inputTypeStack.push(isInputType(d)?d:void 0);break;case Pu.ARGUMENT:var o,u,d=null!==(d=this.getDirective())&&void 0!==d?d:this.getFieldDef();d&&(o=Yu(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 Pu.LIST:var s=getNullableType(this.getInputType()),s=isListType(s)?s.ofType:s;this._defaultValueStack.push(void 0),this._inputTypeStack.push(isInputType(s)?s:void 0);break;case Pu.OBJECT_FIELD:var m,s=getNamedType(this.getInputType());isInputObjectType(s)&&(m=s.getFields()[n.name.value])&&(c=m.type),this._defaultValueStack.push(m?m.defaultValue:void 0),this._inputTypeStack.push(isInputType(c)?c:void 0);break;case Pu.ENUM:var l,c=getNamedType(this.getInputType());isEnumType(c)&&(l=c.getValue(n.value)),this._enumValue=l}},e.leave=function leave(e){switch(e.kind){case Pu.SELECTION_SET:this._parentTypeStack.pop();break;case Pu.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case Pu.DIRECTIVE:this._directive=null;break;case Pu.OPERATION_DEFINITION:case Pu.INLINE_FRAGMENT:case Pu.FRAGMENT_DEFINITION:this._typeStack.pop();break;case Pu.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case Pu.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case Pu.LIST:case Pu.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case Pu.ENUM:this._enumValue=null}},TypeInfo}();function getFieldDef(e,n,i){i=i.name.value;return i===Cs.name&&e.getQueryType()===n?Cs:i===_s.name&&e.getQueryType()===n?_s:i===Rs.name&&isCompositeType(n)?Rs: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 isExecutableDefinitionNode(e){return e.kind===Pu.OPERATION_DEFINITION||e.kind===Pu.FRAGMENT_DEFINITION}function isTypeSystemDefinitionNode(e){return e.kind===Pu.SCHEMA_DEFINITION||isTypeDefinitionNode(e)||e.kind===Pu.DIRECTIVE_DEFINITION}function isTypeDefinitionNode(e){return e.kind===Pu.SCALAR_TYPE_DEFINITION||e.kind===Pu.OBJECT_TYPE_DEFINITION||e.kind===Pu.INTERFACE_TYPE_DEFINITION||e.kind===Pu.UNION_TYPE_DEFINITION||e.kind===Pu.ENUM_TYPE_DEFINITION||e.kind===Pu.INPUT_OBJECT_TYPE_DEFINITION}function isTypeSystemExtensionNode(e){return e.kind===Pu.SCHEMA_EXTENSION||isTypeExtensionNode(e)}function isTypeExtensionNode(e){return e.kind===Pu.SCALAR_TYPE_EXTENSION||e.kind===Pu.OBJECT_TYPE_EXTENSION||e.kind===Pu.INTERFACE_TYPE_EXTENSION||e.kind===Pu.UNION_TYPE_EXTENSION||e.kind===Pu.ENUM_TYPE_EXTENSION||e.kind===Pu.INPUT_OBJECT_TYPE_EXTENSION}function ExecutableDefinitionsRule(a){return{Document:function Document(e){for(var n=0,i=e.definitions;n<i.length;n++){var t=i[n];isExecutableDefinitionNode(t)||a.reportError(new Vu("The ".concat(t.kind===Pu.SCHEMA_DEFINITION||t.kind===Pu.SCHEMA_EXTENSION?"schema":'"'+t.name.value+'"'," definition is not executable."),t))}return!1}}}function UniqueOperationNamesRule(n){var i=Object.create(null);return{OperationDefinition:function OperationDefinition(e){e=e.name;return e&&(i[e.value]?n.reportError(new Vu('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===Pu.OPERATION_DEFINITION}).length},OperationDefinition:function OperationDefinition(e){!e.name&&1<i&&n.reportError(new Vu("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 Vu(e.name?'Subscription "'.concat(e.name.value,'" must select only one top level field.'):"Anonymous Subscription must select only one top level field.",e.selectionSet.selections.slice(1)))}}}function KnownTypeNamesRule(d){for(var e=d.getSchema(),o=e?e.getTypeMap():Object.create(null),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 s=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)&&isSDLNode(i))&&isStandardTypeName(r)||(i=suggestionList(r,i?Gs.concat(s):s),d.reportError(new Vu('Unknown type "'.concat(r,'".')+didYouMean(i),e))))}}}var Gs=[].concat(gs,ws).map(function(e){return e.name});function isStandardTypeName(e){return-1!==Gs.indexOf(e)}function isSDLNode(e){return!Array.isArray(e)&&(isTypeSystemDefinitionNode(e)||isTypeSystemExtensionNode(e))}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 Vu('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 Vu('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 Vu('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 Vu('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 Vu('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",getSuggestedTypeNames(a.getSchema(),t,n=e.name.value)))&&(i=didYouMean(getSuggestedFieldNames(t,n))),a.reportError(new Vu('Cannot query field "'.concat(n,'" on type "').concat(t.name,'".')+i,e))))}}}function getSuggestedTypeNames(t,e,n){if(!isAbstractType(e))return[];for(var i=new Set,a=Object.create(null),r=0,d=t.getPossibleTypes(e);r<d.length;r++){var o=d[r];if(o.getFields()[n]){i.add(o),a[o.name]=1;for(var u=0,s=o.getInterfaces();u<s.length;u++){var m=s[u];m.getFields()[n]&&(i.add(m),a[m.name]=(null!==(m=a[m.name])&&void 0!==m?m:0)+1)}}}return ss(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:e.name.localeCompare(n.name)}).map(function(e){return e.name})}function getSuggestedFieldNames(e,n){return isObjectType(e)||isInterfaceType(e)?suggestionList(n,Object.keys(e.getFields())):[]}function UniqueFragmentNamesRule(i){var t=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){var n=e.name.value;return t[n]?i.reportError(new Vu('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 Vu('Unknown fragment "'.concat(n,'".'),e.name))}}}function NoUnusedFragmentsRule(o){var u=[],s=[];return{OperationDefinition:function OperationDefinition(e){return u.push(e),!1},FragmentDefinition:function FragmentDefinition(e){return s.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<s.length;a++){var r=s[a],d=r.name.value;!0!==e[d]&&o.reportError(new Vu('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 Vu('Fragment cannot be spread here as objects of type "'.concat(i,'" can never be of type "').concat(n,'".'),e)))},FragmentSpread:function FragmentSpread(e){var n=e.name.value,i=getFragmentType(a,n),t=a.getParentType();i&&t&&!doTypesOverlap(a.getSchema(),i,t)&&(t=inspect(t),i=inspect(i),a.reportError(new Vu('Fragment "'.concat(n,'" cannot be spread here as objects of type "').concat(t,'" can never be of type "').concat(i,'".'),e)))}}}function getFragmentType(e,n){n=e.getFragment(n);if(n){n=typeFromAST(e.getSchema(),n.typeCondition);if(isCompositeType(n))return n}}function NoFragmentCyclesRule(u){var s=Object.create(null),m=[],l=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){return function detectCycleRecursive(e){if(s[e.name.value])return;var n=e.name.value;s[n]=!0;var i=u.getFragmentSpreads(e.selectionSet);if(0===i.length)return;l[n]=m.length;for(var t=0;t<i.length;t++){var a,r=i[t],d=r.name.value,o=l[d];m.push(r),void 0===o?(a=u.getFragment(d))&&detectCycleRecursive(a):(a=m.slice(o),o=a.slice(0,-1).map(function(e){return'"'+e.name.value+'"'}).join(", "),u.reportError(new Vu('Cannot spread fragment "'.concat(d,'" within itself')+(""!==o?" via ".concat(o,"."):"."),a))),m.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 Vu('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 Vu(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 s=[];return{OperationDefinition:{enter:function enter(){s=[]},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=s;a<r.length;a++){var d=r[a],o=d.variable.name.value;!0!==n[o]&&u.reportError(new Vu(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){s.push(e)}}}function KnownDirectivesRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():Ms,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===Pu.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=getDirectiveLocationForASTPath(a))&&-1===d.indexOf(a)&&o.reportError(new Vu('Directive "@'.concat(r,'" may not be used on ').concat(a,"."),e)):o.reportError(new Vu('Unknown directive "@'.concat(r,'".'),e))}}}function getDirectiveLocationForASTPath(e){var n=e[e.length-1];switch(Array.isArray(n)&&invariant$1(0),n.kind){case Pu.OPERATION_DEFINITION:return getDirectiveLocationForOperation(n.operation);case Pu.FIELD:return Gu.FIELD;case Pu.FRAGMENT_SPREAD:return Gu.FRAGMENT_SPREAD;case Pu.INLINE_FRAGMENT:return Gu.INLINE_FRAGMENT;case Pu.FRAGMENT_DEFINITION:return Gu.FRAGMENT_DEFINITION;case Pu.VARIABLE_DEFINITION:return Gu.VARIABLE_DEFINITION;case Pu.SCHEMA_DEFINITION:case Pu.SCHEMA_EXTENSION:return Gu.SCHEMA;case Pu.SCALAR_TYPE_DEFINITION:case Pu.SCALAR_TYPE_EXTENSION:return Gu.SCALAR;case Pu.OBJECT_TYPE_DEFINITION:case Pu.OBJECT_TYPE_EXTENSION:return Gu.OBJECT;case Pu.FIELD_DEFINITION:return Gu.FIELD_DEFINITION;case Pu.INTERFACE_TYPE_DEFINITION:case Pu.INTERFACE_TYPE_EXTENSION:return Gu.INTERFACE;case Pu.UNION_TYPE_DEFINITION:case Pu.UNION_TYPE_EXTENSION:return Gu.UNION;case Pu.ENUM_TYPE_DEFINITION:case Pu.ENUM_TYPE_EXTENSION:return Gu.ENUM;case Pu.ENUM_VALUE_DEFINITION:return Gu.ENUM_VALUE;case Pu.INPUT_OBJECT_TYPE_DEFINITION:case Pu.INPUT_OBJECT_TYPE_EXTENSION:return Gu.INPUT_OBJECT;case Pu.INPUT_VALUE_DEFINITION:return e[e.length-3].kind===Pu.INPUT_OBJECT_TYPE_DEFINITION?Gu.INPUT_FIELD_DEFINITION:Gu.ARGUMENT_DEFINITION}}function getDirectiveLocationForOperation(e){switch(e){case"query":return Gu.QUERY;case"mutation":return Gu.MUTATION;case"subscription":return Gu.SUBSCRIPTION}invariant$1(0,"Unexpected operation: "+inspect(e))}function UniqueDirectivesPerLocationRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():Ms,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===Pu.DIRECTIVE_DEFINITION&&(u[d.name.value]=!d.repeatable)}var s=Object.create(null),m=Object.create(null);return{enter:function enter(e){if(null!=e.directives){var n,i;e.kind===Pu.SCHEMA_DEFINITION||e.kind===Pu.SCHEMA_EXTENSION?i=s:isTypeDefinitionNode(e)||isTypeExtensionNode(e)?void 0===(i=m[n=e.name.value])&&(m[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 Vu('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(n){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys$1(Object(i),!0).forEach(function(e){_defineProperty$2(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$1(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$2(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function KnownArgumentNamesRule(r){return _objectSpread(_objectSpread({},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 Vu('Unknown argument "'.concat(n,'" on field "').concat(a.name,".").concat(t.name,'".')+didYouMean(i),e)))}})}function KnownArgumentNamesOnDirectivesRule(u){for(var s=Object.create(null),e=u.getSchema(),n=e?e.getDirectives():Ms,i=0;i<n.length;i++){var t=n[i];s[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===Pu.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],s[o.name.value]=d.map(function(e){return e.name.value}))}return{Directive:function Directive(e){var n=e.name.value,i=s[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 Vu('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 Vu('There can be only one argument named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function ValuesOfCorrectTypeRule(o){return{ListValue:function ListValue(e){if(!isListType(getNullableType(o.getParentInputType())))return isValidValueNode(o,e),!1},ObjectValue:function ObjectValue(e){var n=getNamedType(o.getInputType());if(!isInputObjectType(n))return isValidValueNode(o,e),!1;for(var i=keyMap(e.fields,function(e){return e.name.value}),t=0,a=$u(n.getFields());t<a.length;t++){var r,d=a[t];!i[d.name]&&isRequiredInputField(d)&&(r=inspect(d.type),o.reportError(new Vu('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 Vu('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 Vu('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 isValidValueNode(n,i){var t=n.getInputType();if(t){var e,a=getNamedType(t);if(isLeafType(a))try{void 0===a.parseLiteral(i,void 0)&&(e=inspect(t),n.reportError(new Vu('Expected value of type "'.concat(e,'", found ').concat(print(i),"."),i)))}catch(e){var r=inspect(t);n.reportError(e instanceof Vu?e:new Vu('Expected value of type "'.concat(r,'", found ').concat(print(i),"; ")+e.message,i,void 0,void 0,void 0,e))}else{r=inspect(t);n.reportError(new Vu('Expected value of type "'.concat(r,'", found ').concat(print(i),"."),i))}}}function ownKeys$2(n,e){var i,t=Object.keys(n);return Object.getOwnPropertySymbols&&(i=Object.getOwnPropertySymbols(n),e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),t.push.apply(t,i)),t}function _objectSpread$1(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$3(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$2(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$3(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function ProvidedRequiredArgumentsRule(u){return _objectSpread$1(_objectSpread$1({},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 Vu('Field "'.concat(i.name,'" argument "').concat(o.name,'" of type "').concat(d,'" is required, but it was not provided.'),e)))}}}})}function ProvidedRequiredArgumentsOnDirectivesRule(s){for(var m=Object.create(null),e=s.getSchema(),n=e?e.getDirectives():Ms,i=0;i<n.length;i++){var t=n[i];m[t.name]=keyMap(t.args.filter(isRequiredArgument),function(e){return e.name})}for(var a=s.getDocument().definitions,r=0;r<a.length;r++){var d,o=a[r];o.kind===Pu.DIRECTIVE_DEFINITION&&(d=null!==(d=o.arguments)&&void 0!==d?d:[],m[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=m[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),s.reportError(new Vu('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===Pu.NON_NULL_TYPE&&null==e.defaultValue}function VariablesInAllowedPositionRule(m){var l=Object.create(null);return{OperationDefinition:{enter:function enter(){l=Object.create(null)},leave:function leave(e){for(var n=m.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,s=l[u];s&&d&&((a=typeFromAST(t=m.getSchema(),s.type))&&!allowedVariableUsage(t,a,s.defaultValue,d,o)&&(a=inspect(a),d=inspect(d),m.reportError(new Vu('Variable "$'.concat(u,'" of type "').concat(a,'" used in position expecting type "').concat(d,'".'),[s,r]))))}}},VariableDefinition:function VariableDefinition(e){l[e.variable.name.value]=e}}}function allowedVariableUsage(e,n,i,t,a){return!isNonNullType(t)||isNonNullType(n)?isTypeSubTypeOf(e,n,t):(null!=i&&i.kind!==Pu.NULL||void 0!==a)&&isTypeSubTypeOf(e,n,t.ofType)}function reasonMessage(e){return Array.isArray(e)?e.map(function(e){var n=e[1];return'subfields "'.concat(e[0],'" conflict because ')+reasonMessage(n)}).join(" and "):e}function OverlappingFieldsCanBeMergedRule(o){var u=new Ws,s=new Map;return{SelectionSet:function SelectionSet(e){for(var n=findConflictsWithinSelectionSet(o,s,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=reasonMessage(a[1]);o.reportError(new Vu('Fields "'.concat(r,'" conflict because ').concat(a,". Use different aliases on the fields to fetch both if this was intentional."),d.concat(t)))}}}}function findConflictsWithinSelectionSet(e,n,i,t,a){var r=[],a=getFieldsAndFragmentNames(e,n,t,a),d=a[0],o=a[1];if(collectConflictsWithin(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 s=u+1;s<o.length;s++)collectConflictsBetweenFragments(e,r,n,i,!1,o[u],o[s])}return r}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 s=0;s<u.length;s++)collectConflictsBetweenFieldsAndFragment(e,n,i,t,a,r,u[s])}}}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 s=getReferencedFieldsAndFragmentNames(e,i,o),o=s[0],m=s[1],u=getReferencedFieldsAndFragmentNames(e,i,u),l=u[1];collectConflictsBetween(e,n,i,t,a,o,u[0]);for(var c=0;c<l.length;c++)collectConflictsBetweenFragments(e,n,i,t,a,r,l[c]);for(var p=0;p<m.length;p++)collectConflictsBetweenFragments(e,n,i,t,a,m[p],d)}}}function findConflictsBetweenSubSelectionSets(e,n,i,t,a,r,d,o){var u=[],r=getFieldsAndFragmentNames(e,n,a,r),s=r[0],m=r[1],o=getFieldsAndFragmentNames(e,n,d,o),l=o[0],c=o[1];if(collectConflictsBetween(e,u,n,i,t,s,l),0!==c.length)for(var p=0;p<c.length;p++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,s,c[p]);if(0!==m.length)for(var k=0;k<m.length;k++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,l,m[k]);for(var v=0;v<m.length;v++)for(var y=0;y<c.length;y++)collectConflictsBetweenFragments(e,u,n,i,t,m[v],c[y]);return u}function collectConflictsWithin(e,n,i,t,a){for(var r=0,d=Zu(a);r<d.length;r++){var o=d[r],u=o[0],s=o[1];if(1<s.length)for(var m=0;m<s.length;m++)for(var l=m+1;l<s.length;l++){var c=findConflict(e,i,t,!1,u,s[m],s[l]);c&&n.push(c)}}}function collectConflictsBetween(e,n,i,t,a,r,d){for(var o=0,u=Object.keys(r);o<u.length;o++){var s=u[o],m=d[s];if(m)for(var l=r[s],c=0;c<l.length;c++)for(var p=0;p<m.length;p++){var k=findConflict(e,i,t,a,s,l[c],m[p]);k&&n.push(k)}}}function findConflict(e,n,i,t,a,r,d){var o=r[0],u=r[1],s=r[2],m=d[0],r=d[1],d=d[2],m=t||o!==m&&isObjectType(o)&&isObjectType(m);if(!m){var l=u.name.value,c=r.name.value;if(l!==c)return[[a,'"'.concat(l,'" and "').concat(c,'" are different fields')],[u],[r]];if(!sameArguments(null!==(l=u.arguments)&&void 0!==l?l:[],null!==(c=r.arguments)&&void 0!==c?c:[]))return[[a,"they have differing arguments"],[u],[r]]}l=null==s?void 0:s.type,c=null==d?void 0:d.type;if(l&&c&&doTypesConflict(l,c))return[[a,'they return conflicting types "'.concat(inspect(l),'" and "').concat(inspect(c),'"')],[u],[r]];s=u.selectionSet,d=r.selectionSet;return s&&d?subfieldConflicts(findConflictsBetweenSubSelectionSets(e,n,i,m,getNamedType(l),s,getNamedType(c),d),a,u,r):void 0}function sameArguments(e,i){return e.length===i.length&&e.every(function(n){var e=Yu(i,function(e){return e.name.value===n.name.value});return!!e&&sameValue(n.value,e.value)})}function sameValue(e,n){return print(e)===print(n)}function doTypesConflict(e,n){return isListType(e)?!isListType(n)||doTypesConflict(e.ofType,n.ofType):!!isListType(n)||(isNonNullType(e)?!isNonNullType(n)||doTypesConflict(e.ofType,n.ofType):!!isNonNullType(n)||!(!isLeafType(e)&&!isLeafType(n))&&e!==n)}function getFieldsAndFragmentNames(e,n,i,t){var a=n.get(t);return a||(_collectFieldsAndFragmentNames(e,i,t,e=Object.create(null),i=Object.create(null)),a=[e,Object.keys(i)],n.set(t,a)),a}function getReferencedFieldsAndFragmentNames(e,n,i){var t=n.get(i.selectionSet);if(t)return t;t=typeFromAST(e.getSchema(),i.typeCondition);return getFieldsAndFragmentNames(e,n,t,i.selectionSet)}function _collectFieldsAndFragmentNames(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case Pu.FIELD:var u=o.name.value,s=void 0;(isObjectType(n)||isInterfaceType(n))&&(s=n.getFields()[u]);u=o.alias?o.alias.value:u;t[u]||(t[u]=[]),t[u].push([n,o,s]);break;case Pu.FRAGMENT_SPREAD:a[o.name.value]=!0;break;case Pu.INLINE_FRAGMENT:s=o.typeCondition,s=s?typeFromAST(e.getSchema(),s):n;_collectFieldsAndFragmentNames(e,s,o.selectionSet,t,a)}}}function subfieldConflicts(e,n,i,t){if(0<e.length)return[[n,e.map(function(e){return e[0]})],e.reduce(function(e,n){return e.concat(n[1])},[i]),e.reduce(function(e,n){return e.concat(n[2])},[t])]}var Ks,Ws=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 Vu('There can be only one input field named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name}}}function LoneSchemaDefinitionRule(n){var e,i=n.getSchema(),t=null!==(e=null!==(e=null!==(e=null==i?void 0:i.astNode)&&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 Vu("Cannot define a new schema within a schema extension.",e)):(0<a&&n.reportError(new Vu("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 Vu("Type for ".concat(a," already defined in the schema. It cannot be redefined."),t)):r?d.reportError(new Vu("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 Vu('There can be only one type named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vu('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(),s=e?e.getTypeMap():Object.create(null),m=Object.create(null);return{EnumTypeDefinition:checkValueUniqueness,EnumTypeExtension:checkValueUniqueness};function checkValueUniqueness(e){var n=e.name.value;m[n]||(m[n]=Object.create(null));for(var i=null!==(e=e.values)&&void 0!==e?e:[],t=m[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value,o=s[n];isEnumType(o)&&o.getValue(d)?u.reportError(new Vu('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 Vu('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),s=Object.create(null);return{InputObjectTypeDefinition:checkFieldUniqueness,InputObjectTypeExtension:checkFieldUniqueness,InterfaceTypeDefinition:checkFieldUniqueness,InterfaceTypeExtension:checkFieldUniqueness,ObjectTypeDefinition:checkFieldUniqueness,ObjectTypeExtension:checkFieldUniqueness};function checkFieldUniqueness(e){var n=e.name.value;s[n]||(s[n]=Object.create(null));for(var i=null!==(e=e.fields)&&void 0!==e?e:[],t=s[n],a=0;a<i.length;a++){var r=i[a],d=r.name.value;hasField(u[n],d)?o.reportError(new Vu('Field "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?o.reportError(new Vu('Field "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name}return!1}}function hasField(e,n){return!!(isObjectType(e)||isInterfaceType(e)||isInputObjectType(e))&&null!=e.getFields()[n]}function UniqueDirectiveNamesRule(i){var t=Object.create(null),a=i.getSchema();return{DirectiveDefinition:function DirectiveDefinition(e){var n=e.name.value;if(null==a||!a.getDirective(n))return t[n]?i.reportError(new Vu('There can be only one directive named "@'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new Vu('Directive "@'.concat(n,'" already exists in the schema. It cannot be redefined.'),e.name))}}}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 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=Hs[t.kind]:a&&(n=typeToExtKind(a)),n?n!==e.kind&&(n=extensionKindToTypeName(e.kind),r.reportError(new Vu("Cannot extend non-".concat(n,' type "').concat(i,'".'),t?[t,e]:e))):(t=Object.keys(o),d&&(t=t.concat(Object.keys(d.getTypeMap()))),t=suggestionList(i,t),r.reportError(new Vu('Cannot extend type "'.concat(i,'" because it is not defined.')+didYouMean(t),e.name)))}}var Hs=(_defineProperty$4(Ks={},Pu.SCALAR_TYPE_DEFINITION,Pu.SCALAR_TYPE_EXTENSION),_defineProperty$4(Ks,Pu.OBJECT_TYPE_DEFINITION,Pu.OBJECT_TYPE_EXTENSION),_defineProperty$4(Ks,Pu.INTERFACE_TYPE_DEFINITION,Pu.INTERFACE_TYPE_EXTENSION),_defineProperty$4(Ks,Pu.UNION_TYPE_DEFINITION,Pu.UNION_TYPE_EXTENSION),_defineProperty$4(Ks,Pu.ENUM_TYPE_DEFINITION,Pu.ENUM_TYPE_EXTENSION),_defineProperty$4(Ks,Pu.INPUT_OBJECT_TYPE_DEFINITION,Pu.INPUT_OBJECT_TYPE_EXTENSION),Ks);function typeToExtKind(e){return isScalarType(e)?Pu.SCALAR_TYPE_EXTENSION:isObjectType(e)?Pu.OBJECT_TYPE_EXTENSION:isInterfaceType(e)?Pu.INTERFACE_TYPE_EXTENSION:isUnionType(e)?Pu.UNION_TYPE_EXTENSION:isEnumType(e)?Pu.ENUM_TYPE_EXTENSION:isInputObjectType(e)?Pu.INPUT_OBJECT_TYPE_EXTENSION:void invariant$1(0,"Unexpected type: "+inspect(e))}function extensionKindToTypeName(e){switch(e){case Pu.SCALAR_TYPE_EXTENSION:return"scalar";case Pu.OBJECT_TYPE_EXTENSION:return"object";case Pu.INTERFACE_TYPE_EXTENSION:return"interface";case Pu.UNION_TYPE_EXTENSION:return"union";case Pu.ENUM_TYPE_EXTENSION:return"enum";case Pu.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}invariant$1(0,"Unexpected kind: "+inspect(e))}var Qs=Object.freeze([ExecutableDefinitionsRule,UniqueOperationNamesRule,LoneAnonymousOperationRule,SingleFieldSubscriptionsRule,KnownTypeNamesRule,FragmentsOnCompositeTypesRule,VariablesAreInputTypesRule,ScalarLeafsRule,FieldsOnCorrectTypeRule,UniqueFragmentNamesRule,KnownFragmentNamesRule,NoUnusedFragmentsRule,PossibleFragmentSpreadsRule,NoFragmentCyclesRule,UniqueVariableNamesRule,NoUndefinedVariablesRule,NoUnusedVariablesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,KnownArgumentNamesRule,UniqueArgumentNamesRule,ValuesOfCorrectTypeRule,ProvidedRequiredArgumentsRule,VariablesInAllowedPositionRule,OverlappingFieldsCanBeMergedRule,UniqueInputFieldNamesRule]),Ys=Object.freeze([LoneSchemaDefinitionRule,UniqueOperationTypesRule,UniqueTypeNamesRule,UniqueEnumValueNamesRule,UniqueFieldDefinitionNamesRule,UniqueDirectiveNamesRule,KnownTypeNamesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,PossibleTypeExtensionsRule,KnownArgumentNamesOnDirectivesRule,UniqueArgumentNamesRule,UniqueInputFieldNamesRule,ProvidedRequiredArgumentsOnDirectivesRule]);function _inheritsLoose(e,n){e.prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n}var $s=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===Pu.FRAGMENT_DEFINITION&&(e[n.name.value]=n),e},Object.create(null))),n[e]},e.getFragmentSpreads=function getFragmentSpreads(e){var n=this._fragmentSpreads.get(e);if(!n){n=[];for(var i=[e];0!==i.length;)for(var t=0,a=i.pop().selections;t<a.length;t++){var r=a[t];r.kind===Pu.FRAGMENT_SPREAD?n.push(r):r.selectionSet&&i.push(r.selectionSet)}this._fragmentSpreads.set(e,n)}return n},e.getRecursivelyReferencedFragments=function getRecursivelyReferencedFragments(e){var n=this._recursivelyReferencedFragments.get(e);if(!n){n=[];for(var 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}(),Js=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}_inheritsLoose(ValidationContext,a);var e=ValidationContext.prototype;return e.getSchema=function getSchema(){return this._schema},e.getVariableUsages=function getVariableUsages(e){var n,i,t=this._variableUsages.get(e);return t||(n=[],visit(e,visitWithTypeInfo(i=new Us(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}($s);function validate(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:Qs,t=3<arguments.length&&void 0!==arguments[3]?arguments[3]:new Us(e),a=4<arguments.length&&void 0!==arguments[4]?arguments[4]:{maxErrors:void 0};n||devAssert(0,"Must provide document."),assertValidSchema(e);var r=Object.freeze({}),d=[],o=new Js(e,n,t,function(e){if(null!=a.maxErrors&&a.maxErrors<=d.length)throw d.push(new Vu("Too many validation errors, error limit reached. Validation aborted.")),r;d.push(e)}),u=visitInParallel(i.map(function(e){return e(o)}));try{visit(n,visitWithTypeInfo(t,u))}catch(e){if(e!==r)throw e}return d}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 promiseReduce(e,i,n){return e.reduce(function(e,n){return isPromise(e)?e.then(function(e){return i(e,n)}):i(e,n)},n)}function promiseForObject(n){var t=Object.keys(n),e=t.map(function(e){return n[e]});return Promise.all(e).then(function(e){return e.reduce(function(e,n,i){return e[t[i]]=n,e},Object.create(null))})}function addPath(e,n,i){return{prev:e,key:n,typename:i}}function pathToArray(e){for(var n=[],i=e;i;)n.push(i.key),i=i.prev;return n.reverse()}function getOperationRootType(e,n){if("query"===n.operation){var i=e.getQueryType();if(!i)throw new Vu("Schema does not define the required query root type.",n);return i}if("mutation"===n.operation){i=e.getMutationType();if(!i)throw new Vu("Schema is not configured for mutations.",n);return i}if("subscription"!==n.operation)throw new Vu("Can only have query, mutation and subscription operations.",n);e=e.getSubscriptionType();if(!e)throw new Vu("Schema is not configured for subscriptions.",n);return e}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===Pu.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===Pu.NULL?void 0:valueFromAST(e,n.ofType,i);if(e.kind===Pu.NULL)return null;if(isListType(n)){var a=n.ofType;if(e.kind===Pu.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!==Pu.OBJECT)return;for(var s=Object.create(null),m=keyMap(e.fields,function(e){return e.name.value}),l=0,c=$u(n.getFields());l<c.length;l++){var p=c[l],k=m[p.name];if(k&&!isMissingVariable(k.value,i)){k=valueFromAST(k.value,p.type,i);if(void 0===k)return;s[p.name]=k}else if(void 0!==p.defaultValue)s[p.name]=p.defaultValue;else if(isNonNullType(p.type))return}return s}if(isLeafType(n)){var v;try{v=n.parseLiteral(e,i)}catch(e){return}return void 0===v?void 0:v}invariant$1(0,"Unexpected input type: "+inspect(n))}}function isMissingVariable(e,n){return e.kind===Pu.VARIABLE&&(null==n||void 0===n[e.name.value])}function coerceInputValue(e,n){return coerceInputValueImpl(e,n,2<arguments.length&&void 0!==arguments[2]?arguments[2]:defaultOnError)}function defaultOnError(e,n,i){n="Invalid value "+inspect(n);throw 0<e.length&&(n+=' at "value'.concat(printPathArray(e),'"')),i.message=n+": "+i.message,i}function coerceInputValueImpl(n,i,t,a){if(isNonNullType(i))return null!=n?coerceInputValueImpl(n,i.ofType,t,a):void t(pathToArray(a),n,new Vu('Expected non-nullable type "'.concat(inspect(i),'" not to be null.')));if(null==n)return null;if(isListType(i)){var r=i.ofType;return isCollection(n)?ss(n,function(e,n){n=addPath(a,n,void 0);return coerceInputValueImpl(e,r,t,n)}):[coerceInputValueImpl(n,r,t,a)]}if(isInputObjectType(i)){if(!isObjectLike$1(n))return void t(pathToArray(a),n,new Vu('Expected type "'.concat(i.name,'" to be an object.')));for(var e={},d=i.getFields(),o=0,u=$u(d);o<u.length;o++){var s=u[o],m=n[s.name];void 0!==m?e[s.name]=coerceInputValueImpl(m,s.type,t,addPath(a,s.name,i.name)):void 0!==s.defaultValue?e[s.name]=s.defaultValue:isNonNullType(s.type)&&(m=inspect(s.type),t(pathToArray(a),n,new Vu('Field "'.concat(s.name,'" of required type "').concat(m,'" was not provided.'))))}for(var l=0,c=Object.keys(n);l<c.length;l++){var p,k=c[l];d[k]||(p=suggestionList(k,Object.keys(i.getFields())),t(pathToArray(a),n,new Vu('Field "'.concat(k,'" is not defined by type "').concat(i.name,'".')+didYouMean(p))))}return e}if(isLeafType(i)){var v;try{v=i.parseValue(n)}catch(e){return void t(pathToArray(a),n,e instanceof Vu?e:new Vu('Expected type "'.concat(i.name,'". ')+e.message,void 0,void 0,void 0,void 0,e))}return void 0===v&&t(pathToArray(a),n,new Vu('Expected type "'.concat(i.name,'".'))),v}invariant$1(0,"Unexpected input type: "+inspect(i))}function getVariableValues(e,n,i,t){var a=[],r=null==t?void 0:t.maxErrors;try{var d=coerceVariableValues(e,n,i,function(e){if(null!=r&&r<=a.length)throw new Vu("Too many errors processing variables, error limit reached. Execution aborted.");a.push(e)});if(0===a.length)return{coerced:d}}catch(e){a.push(e)}return{errors:a}}function coerceVariableValues(r,d,o,u){for(var s={},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 Vu('Variable "$'.concat(a,'" expected value of type "').concat(n,'" which cannot be used as an input type.'),t.type)),"continue"}if(!hasOwnProperty$a(o,a))return t.defaultValue?s[a]=valueFromAST(t.defaultValue,e):isNonNullType(e)&&(i=inspect(e),u(new Vu('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 Vu('Variable "$'.concat(a,'" of non-null type "').concat(i,'" must not be null.'),t)),"continue"}s[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 Vu(n+"; "+i.message,t,void 0,void 0,void 0,i.originalError))})},n=0;n<d.length;n++)e(n);return s}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],s=u.name,m=u.type,l=r[s];if(l){var c=l.value,p=c.kind===Pu.NULL;if(c.kind===Pu.VARIABLE){l=c.name.value;if(null==i||!hasOwnProperty$a(i,l)){if(void 0!==u.defaultValue)a[s]=u.defaultValue;else if(isNonNullType(m))throw new Vu('Argument "'.concat(s,'" of required type "').concat(inspect(m),'" ')+'was provided the variable "$'.concat(l,'" which was not provided a runtime value.'),c);continue}p=null==i[l]}if(p&&isNonNullType(m))throw new Vu('Argument "'.concat(s,'" of non-null type "').concat(inspect(m),'" ')+"must not be null.",c);p=valueFromAST(c,m,i);if(void 0===p)throw new Vu('Argument "'.concat(s,'" has invalid value ').concat(print(c),"."),c);a[s]=p}else if(void 0!==u.defaultValue)a[s]=u.defaultValue;else if(isNonNullType(m))throw new Vu('Argument "'.concat(s,'" of required type "').concat(inspect(m),'" ')+"was not provided.",n)}return a}function getDirectiveValues(n,e,i){e=e.directives&&Yu(e.directives,function(e){return e.name.value===n.name});if(e)return getArgumentValues(n,e,i)}function hasOwnProperty$a(e,n){return Object.prototype.hasOwnProperty.call(e,n)}function execute(e,n,i,t,a,r,d,o){return executeImpl(1===arguments.length?e:{schema:e,document:n,rootValue:i,contextValue:t,variableValues:a,operationName:r,fieldResolver:d,typeResolver:o})}function executeImpl(e){var n=e.schema,i=e.document,t=e.rootValue,a=e.contextValue,r=e.variableValues,d=e.operationName,o=e.fieldResolver,e=e.typeResolver;assertValidExecutionArguments(n,i,r);e=buildExecutionContext(n,i,t,a,r,d,o,e);return Array.isArray(e)?{errors:e}:buildResponse(e,executeOperation(e,e.operation,t))}function buildResponse(n,e){return isPromise(e)?e.then(function(e){return buildResponse(n,e)}):0===n.errors.length?{data:e}:{errors:n.errors,data:e}}function assertValidExecutionArguments(e,n,i){n||devAssert(0,"Must provide document."),assertValidSchema(e),null==i||isObjectLike$1(i)||devAssert(0,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function buildExecutionContext(e,n,i,t,a,r,d,o){for(var u,s,m=Object.create(null),l=0,c=n.definitions;l<c.length;l++){var p=c[l];switch(p.kind){case Pu.OPERATION_DEFINITION:if(null==r){if(void 0!==s)return[new Vu("Must provide operation name if query contains multiple operations.")];s=p}else(null===(u=p.name)||void 0===u?void 0:u.value)===r&&(s=p);break;case Pu.FRAGMENT_DEFINITION:m[p.name.value]=p}}if(!s)return null!=r?[new Vu('Unknown operation named "'.concat(r,'".'))]:[new Vu("Must provide an operation.")];a=getVariableValues(e,null!==(n=s.variableDefinitions)&&void 0!==n?n:[],null!=a?a:{},{maxErrors:50});return a.errors||{schema:e,fragments:m,rootValue:i,contextValue:t,operation:s,variableValues:a.coerced,fieldResolver:null!=d?d:em,typeResolver:null!=o?o:Xs,errors:[]}}function executeOperation(n,e,i){var t=getOperationRootType(n.schema,e),a=collectFields(n,t,e.selectionSet,Object.create(null),Object.create(null));try{var r=("mutation"===e.operation?executeFieldsSerially:executeFields)(n,t,i,void 0,a);return isPromise(r)?r.then(void 0,function(e){return n.errors.push(e),Promise.resolve(null)}):r}catch(e){return n.errors.push(e),null}}function executeFieldsSerially(a,r,d,o,u){return promiseReduce(Object.keys(u),function(n,i){var e=u[i],t=addPath(o,i,r.name),t=resolveField(a,r,d,e,t);return void 0===t?n:isPromise(t)?t.then(function(e){return n[i]=e,n}):(n[i]=t,n)},Object.create(null))}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 s=u[o],m=resolveField(e,n,i,a[s],addPath(t,s,n.name));void 0!==m&&isPromise(r[s]=m)&&(d=!0)}return d?promiseForObject(r):r}function collectFields(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case Pu.FIELD:if(!shouldIncludeNode(e,o))continue;var u=getFieldEntryKey(o);t[u]||(t[u]=[]),t[u].push(o);break;case Pu.INLINE_FRAGMENT:if(!shouldIncludeNode(e,o)||!doesFragmentConditionMatch(e,o,n))continue;collectFields(e,n,o.selectionSet,t,a);break;case Pu.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(js,n,e.variableValues);if(!0===(null==i?void 0:i.if))return!1;e=getDirectiveValues(Ps,n,e.variableValues);return!1!==(null==e?void 0:e.if)}function doesFragmentConditionMatch(e,n,i){n=n.typeCondition;if(!n)return!0;n=typeFromAST(e.schema,n);return n===i||!!isAbstractType(n)&&e.schema.isSubType(n,i)}function getFieldEntryKey(e){return(e.alias||e.name).value}function resolveField(n,e,i,t,a){var r,d=getFieldDef$1(n.schema,e,t[0].name.value);if(d){var o=d.type,u=null!==(r=d.resolve)&&void 0!==r?r:n.fieldResolver,s=buildResolveInfo(n,d,t,e,a);try{var m=u(i,getArgumentValues(d,t[0],n.variableValues),n.contextValue,s),m=isPromise(m)?m.then(function(e){return completeValue(n,o,t,s,a,e)}):completeValue(n,o,t,s,a,m);return isPromise(m)?m.then(void 0,function(e){return handleFieldError(locatedError(e,t,pathToArray(a)),o,n)}):m}catch(e){return handleFieldError(locatedError(e,t,pathToArray(a)),o,n)}}}function buildResolveInfo(e,n,i,t,a){return{fieldName:n.name,fieldNodes:i,returnType:n.type,parentType:t,path:a,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function handleFieldError(e,n,i){if(isNonNullType(n))throw e;return i.errors.push(e),null}function completeValue(e,n,i,t,a,r){if(r instanceof Error)throw r;if(isNonNullType(n)){var d=completeValue(e,n.ofType,i,t,a,r);if(null===d)throw new Error("Cannot return null for non-nullable field ".concat(t.parentType.name,".").concat(t.fieldName,"."));return d}return null==r?null:isListType(n)?completeListValue(e,n,i,t,a,r):isLeafType(n)?completeLeafValue(n,r):isAbstractType(n)?completeAbstractValue(e,n,i,t,a,r):isObjectType(n)?completeObjectValue(e,n,i,t,a,r):void invariant$1(0,"Cannot complete value of unexpected output type: "+inspect(n))}function completeListValue(a,e,r,d,o,n){if(!isCollection(n))throw new Vu('Expected Iterable, but did not find one for field "'.concat(d.parentType.name,".").concat(d.fieldName,'".'));var u=e.ofType,s=!1,n=ss(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)?(s=!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)}});return s?Promise.all(n):n}function completeLeafValue(e,n){var i=e.serialize(n);if(void 0===i)throw new Error('Expected a value of type "'.concat(inspect(e),'" but ')+"received: ".concat(inspect(n)));return i}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);return isPromise(e)?e.then(function(e){return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}):completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}function ensureValidRuntimeType(e,n,i,t,a,r){if(null==e)throw new Vu('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 Vu('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 Vu('Abstract type "'.concat(i.name,'" was resolve to a type "').concat(d,'" that does not exist inside schema.'),t);if(!isObjectType(e))throw new Vu('Abstract type "'.concat(i.name,'" was resolve to a non-object type "').concat(d,'".'),t);if(!n.schema.isSubType(i,e))throw new Vu('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 Vu('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,Zs(e,n,i))}var Zs=memoize3(_collectSubfields);function _collectSubfields(e,n,i){for(var t=Object.create(null),a=Object.create(null),r=0;r<i.length;r++){var d=i[r];d.selectionSet&&(t=collectFields(e,n,d.selectionSet,t,a))}return t}var Xs=function defaultTypeResolver(e,n,i,t){if(isObjectLike$1(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},em=function defaultFieldResolver(e,n,i,t){if(isObjectLike$1(e)||"function"==typeof e){var a=e[t.fieldName];return"function"==typeof a?e[t.fieldName](n,i,t):a}};function getFieldDef$1(e,n,i){return i===Cs.name&&e.getQueryType()===n?Cs:i===_s.name&&e.getQueryType()===n?_s:i===Rs.name?Rs:n.getFields()[i]}function graphql(n,i,t,a,r,d,o,u){var s=arguments;return new Promise(function(e){return e(graphqlImpl(1===s.length?n:{schema:n,source:i,rootValue:t,contextValue:a,variableValues:r,operationName:d,fieldResolver:o,typeResolver:u}))})}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,s=e.typeResolver,e=validateSchema(i);if(0<e.length)return{errors:e};try{n=parse(t)}catch(e){return{errors:[e]}}e=validate(i,n);return 0<e.length?{errors:e}:execute({schema:i,document:n,rootValue:a,contextValue:r,variableValues:d,operationName:o,fieldResolver:u,typeResolver:s})}function shouldInclude(e,t){e=e.directives;return!e||!e.length||getInclusionDirectives(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],"production"===process.env.NODE_ENV?invariant(void 0!==e,38):invariant(void 0!==e,"Invalid variable referenced in @"+n.name.value+" directive.")):e=i.value.value,"skip"===n.name.value?!e:e})}function getDirectiveNames(e){var n=[];return visit(e,{Directive:function(e){n.push(e.name.value)}}),n}function hasDirectives(n,e){return getDirectiveNames(e).some(function(e){return-1<n.indexOf(e)})}function isInclusionDirective(e){e=e.name.value;return"skip"===e||"include"===e}function getInclusionDirectives(e){var a=[];return e&&e.length&&e.forEach(function(e){var n,i,t;isInclusionDirective(e)&&(t=e.arguments,n=e.name.value,"production"===process.env.NODE_ENV?invariant(t&&1===t.length,39):invariant(t&&1===t.length,"Incorrect number of arguments for the @"+n+" directive."),i=t[0],"production"===process.env.NODE_ENV?invariant(i.name&&"if"===i.name.value,40):invariant(i.name&&"if"===i.name.value,"Invalid argument for the @"+n+" directive."),t=i.value,"production"===process.env.NODE_ENV?invariant(t&&("Variable"===t.kind||"BooleanValue"===t.kind),41):invariant(t&&("Variable"===t.kind||"BooleanValue"===t.kind),"Argument for the @"+n+" directive must be a variable or a boolean value."),a.push({directive:e,ifArgument:i}))}),a}function getFragmentQueryDocument(e,n){var n=n,i=[];return e.definitions.forEach(function(e){if("OperationDefinition"===e.kind)throw"production"===process.env.NODE_ENV?new Cu(42):new Cu("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.");"FragmentDefinition"===e.kind&&i.push(e)}),void 0===n&&("production"===process.env.NODE_ENV?invariant(1===i.length,43):invariant(1===i.length,"Found "+i.length+" fragments. `fragmentName` must be provided when there is not exactly 1 fragment."),n=i[0].name.value),bu(bu({},e),{definitions:__spreadArrays([{kind:"OperationDefinition",operation:"query",selectionSet:{kind:"SelectionSet",selections:[{kind:"FragmentSpread",name:{kind:"Name",value:n}}]}}],e.definitions)})}function createFragmentMap(e){void 0===e&&(e=[]);var n={};return 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"production"===process.env.NODE_ENV?invariant(i,44):invariant(i,"No fragment named "+e.name.value+"."),i;default:return null}}var nm=function(e,n){"function"==typeof(n=n||{})&&(n={cmp:n});var t,o="boolean"==typeof n.cycles&&n.cycles,u=n.cmp&&(t=n.cmp,function(i){return function(e,n){return t({key:e,value:i[e]},{key:n,value:i[n]})}}),s=[];return function stringify(e){if(e&&e.toJSON&&"function"==typeof e.toJSON&&(e=e.toJSON()),void 0!==e){if("number"==typeof e)return isFinite(e)?""+e:"null";if("object"!=typeof e)return JSON.stringify(e);if(Array.isArray(e)){for(t="[",a=0;a<e.length;a++)a&&(t+=","),t+=stringify(e[a])||"null";return t+"]"}if(null===e)return"null";if(-1!==s.indexOf(e)){if(o)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}for(var n=s.push(e)-1,i=Object.keys(e).sort(u&&u(e)),t="",a=0;a<i.length;a++){var r=i[a],d=stringify(e[r]);d&&(t&&(t+=","),t+=JSON.stringify(r)+":"+d)}return s.splice(n,1),"{"+t+"}"}}(e)};function makeReference(e){return{__ref:String(e)}}function isReference(e){return Boolean(e&&"object"==typeof e&&"string"==typeof e.__ref)}function isStringValue(e){return"StringValue"===e.kind}function isBooleanValue(e){return"BooleanValue"===e.kind}function isIntValue(e){return"IntValue"===e.kind}function isFloatValue(e){return"FloatValue"===e.kind}function isVariable(e){return"Variable"===e.kind}function isObjectValue(e){return"ObjectValue"===e.kind}function isListValue(e){return"ListValue"===e.kind}function isEnumValue(e){return"EnumValue"===e.kind}function isNullValue(e){return"NullValue"===e.kind}function valueToObjectRepresentation(e,i,n,t){if(isIntValue(n)||isFloatValue(n))e[i.value]=Number(n.value);else if(isBooleanValue(n)||isStringValue(n))e[i.value]=n.value;else if(isObjectValue(n)){var a={};n.fields.map(function(e){return valueToObjectRepresentation(a,e.name,e.value,t)}),e[i.value]=a}else if(isVariable(n))e[i.value]=(t||{})[n.name.value];else if(isListValue(n))e[i.value]=n.values.map(function(e){var n={};return valueToObjectRepresentation(n,i,e,t),n[i.value]});else if(isEnumValue(n))e[i.value]=n.value;else{if(!isNullValue(n))throw"production"===process.env.NODE_ENV?new Cu(53):new Cu('The inline argument "'+i.value+'" of kind "'+n.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.');e[i.value]=null}}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)})),getStoreKeyName(e.name.value,n,t)}var im=["connection","include","skip","client","rest","export"];function getStoreKeyName(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+"("+JSON.stringify(a)+")"}return i.connection.key}var r=e;return n&&(e=nm(n),r+="("+e+")"),i&&Object.keys(i).forEach(function(e){-1===im.indexOf(e)&&(i[e]&&Object.keys(i[e]).length?r+="@"+e+"("+JSON.stringify(i[e])+")":r+="@"+e)}),r}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}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){"production"===process.env.NODE_ENV?invariant(e&&"Document"===e.kind,45):invariant(e&&"Document"===e.kind,'Expecting a parsed GraphQL document. Perhaps you need to wrap the query string in a "gql" tag? http://docs.apollostack.com/apollo-client/core.html#gql');var n=e.definitions.filter(function(e){return"FragmentDefinition"!==e.kind}).map(function(e){if("OperationDefinition"!==e.kind)throw"production"===process.env.NODE_ENV?new Cu(46):new Cu('Schema type definitions not allowed in queries. Found: "'+e.kind+'"');return e});return"production"===process.env.NODE_ENV?invariant(n.length<=1,47):invariant(n.length<=1,"Ambiguous GraphQL document: contains "+n.length+" operations"),e}function getOperationDefinition(e){return checkDocument(e),e.definitions.filter(function(e){return"OperationDefinition"===e.kind})[0]}function getOperationName(e){return e.definitions.filter(function(e){return"OperationDefinition"===e.kind&&e.name}).map(function(e){return e.name.value})[0]||null}function getFragmentDefinitions(e){return e.definitions.filter(function(e){return"FragmentDefinition"===e.kind})}function getQueryDefinition(e){e=getOperationDefinition(e);return"production"===process.env.NODE_ENV?invariant(e&&"query"===e.operation,48):invariant(e&&"query"===e.operation,"Must contain a query definition."),e}function getMainDefinition(e){var n;checkDocument(e);for(var i=0,t=e.definitions;i<t.length;i++){var a=t[i];if("OperationDefinition"===a.kind){var r=a.operation;if("query"===r||"mutation"===r||"subscription"===r)return a}"FragmentDefinition"!==a.kind||n||(n=a)}if(n)return n;throw"production"===process.env.NODE_ENV?new Cu(52):new Cu("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment.")}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 tm={kind:"Field",name:{kind:"Name",value:"__typename"}};function addTypenameToDocument(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 bu(bu({},e),{selections:__spreadArrays(t,[tm])})}}}}})}addTypenameToDocument.added=function(e){return e===tm};var am,rm=createCommonjsModule(function(e,n){function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}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}Object.defineProperty(n,"__esModule",{value:!0}),n.Observable=void 0;function Xsa(){return"function"==typeof Symbol}function Ysa(e){return Xsa()&&Boolean(Symbol[e])}function Zsa(e){return Ysa(e)?Symbol[e]:"@@"+e}Xsa()&&!Ysa("observable")&&(Symbol.observable=Symbol("observable"));var i=Zsa("iterator"),t=Zsa("observable"),a=Zsa("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&&null===(e=e[a])&&(e=void 0),void 0!==e?e:u}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 r=function(){function Subscription(e,n){_classCallCheck(this,Subscription),this._cleanup=void 0,this._observer=e,this._queue=void 0,this._state="initializing";var i=new d(this);try{this._cleanup=n.call(void 0,i)}catch(e){i.error(e)}"initializing"===this._state&&(this._state="ready")}return _createClass(Subscription,[{key:"unsubscribe",value:function unsubscribe(){"closed"!==this._state&&(closeSubscription(this),cleanupSubscription(this))}},{key:"closed",get:function(){return"closed"===this._state}}]),Subscription}(),d=function(){function SubscriptionObserver(e){_classCallCheck(this,SubscriptionObserver),this._subscription=e}return _createClass(SubscriptionObserver,[{key:"next",value:function next(e){onNotify(this._subscription,"next",e)}},{key:"error",value:function error(e){onNotify(this._subscription,"error",e)}},{key:"complete",value:function complete(){onNotify(this._subscription,"complete")}},{key:"closed",get:function(){return"closed"===this._subscription._state}}]),SubscriptionObserver}(),u=function(){function Observable(e){if(_classCallCheck(this,Observable),!(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}return _createClass(Observable,[{key:"subscribe",value:function subscribe(e,n,i){return"object"==typeof e&&null!==e||(e={next:e,error:n,complete:i}),new r(e,this._subscriber)}},{key:"forEach",value: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"))})}},{key:"map",value: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()}})})}},{key:"filter",value: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()}})})}},{key:"reduce",value:function reduce(t,e){var n=this;if("function"!=typeof t)throw new TypeError(t+" is not a function");var i=getSpecies(this),a=1<arguments.length,r=!1,d=e;return new i(function(i){return n.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()}})})}},{key:"concat",value: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)}})}},{key:"flatMap",value: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()}})}},{key:t,value:function(){return this}}],[{key:"from",value:function from(d){var e="function"==typeof this?this:Observable;if(null==d)throw new TypeError(d+" is not an object");var o=getMethod(d,t);if(o){var n=o.call(d);if(Object(n)!==n)throw new TypeError(n+" is not an object");return function isObservable(e){return e instanceof u}(n)&&n.constructor===e?n:new e(function(e){return n.subscribe(e)})}if(Ysa("iterator")&&(o=getMethod(d,i)))return new e(function(r){enqueue(function(){if(!r.closed){var e=!0,n=!1,i=void 0;try{for(var t,a=o.call(d)[Symbol.iterator]();!(e=(t=a.next()).done);e=!0)if(r.next(t.value),r.closed)return}catch(e){n=!0,i=e}finally{try{e||null==a.return||a.return()}finally{if(n)throw i}}r.complete()}})});if(Array.isArray(d))return new e(function(n){enqueue(function(){if(!n.closed){for(var e=0;e<d.length;++e)if(n.next(d[e]),n.closed)return;n.complete()}})});throw new TypeError(d+" is not observable")}},{key:"of",value: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()}})})}},{key:a,get:function(){return this}}]),Observable}();n.Observable=u,Xsa()&&Object.defineProperty(u,Symbol("extensions"),{value:{symbol:t,hostReportError:hostReportError},configurable:!0})}),dm=rm.Observable;function symbolObservablePonyfill(e){var n,i=e.Symbol;if("function"==typeof i)if(i.observable)n=i.observable;else{n=i.for("https://github.com/benlesh/symbol-observable");try{i.observable=n}catch(e){}}else n="@@observable";return n}var om=symbolObservablePonyfill(am="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof module?module:Function("return this")());dm.prototype["@@observable"]=function(){return this};var um=Object.prototype.hasOwnProperty;function mergeDeepArray(e){var n=e[0]||{},i=e.length;if(1<i)for(var t=new mm,a=1;a<i;++a)n=t.merge(n,e[a]);return n}function isObject$1(e){return null!==e&&"object"==typeof e}var sm=function(e,n,i){return this.merge(e[i],n[i])},mm=function(){function DeepMerger(e){void 0===e&&(e=sm),this.reconciler=e,this.isObject=isObject$1,this.pastCopies=new Set}return DeepMerger.prototype.merge=function(t,a){for(var r=this,d=[],e=2;e<arguments.length;e++)d[e-2]=arguments[e];return isObject$1(a)&&isObject$1(t)?(Object.keys(a).forEach(function(e){var n,i;um.call(t,e)?a[e]===(n=t[e])||(i=r.reconciler.apply(r,__spreadArrays([t,a,e],d)))!==n&&((t=r.shallowCopyForMerge(t))[e]=i):(t=r.shallowCopyForMerge(t))[e]=a[e]}),t):a},DeepMerger.prototype.shallowCopyForMerge=function(e){return isObject$1(e)&&!this.pastCopies.has(e)&&(e=Array.isArray(e)?e.slice(0):bu({__proto__:Object.getPrototypeOf(e)},e),this.pastCopies.add(e)),e},DeepMerger}(),lm=Object.prototype.toString;function cloneDeep(e){return cloneDeepHelper(e)}function cloneDeepHelper(n,i){switch(lm.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}}function getEnv(){return"undefined"!=typeof process&&process.env.NODE_ENV?process.env.NODE_ENV:"development"}function isEnv(e){return getEnv()===e}function isDevelopment(){return!0===isEnv("development")}function isTest(){return!0===isEnv("test")}function isObject$2(e){return null!==e&&"object"==typeof e}function deepFreeze(e){var i=new Set([e]);return i.forEach(function(n){isObject$2(n)&&(Object.isFrozen(n)||Object.freeze(n),Object.getOwnPropertyNames(n).forEach(function(e){isObject$2(n[e])&&i.add(n[e])}))}),e}function maybeDeepFreeze(e){return"production"!==process.env.NODE_ENV&&(isDevelopment()||isTest())&&deepFreeze(e),e}function iterateObserversSafely(e,n,i){var t=[];e.forEach(function(e){return e[n]&&t.push(e)}),t.forEach(function(e){return e[n](i)})}function isPromiseLike(e){return e&&"function"==typeof e.then}var cm=function(n){function Concast(e){var i=n.call(this,function(e){return i.addObserver(e),function(){return i.removeObserver(e)}})||this;return i.observers=new Set,i.promise=new Promise(function(e,n){i.resolve=e,i.reject=n}),i.handlers={next:function(e){null!==i.sub&&(i.latest=["next",e],iterateObserversSafely(i.observers,"next",e))},error:function(e){null!==i.sub&&(i.sub&&i.sub.unsubscribe(),i.sub=null,i.latest=["error",e],i.reject(e),iterateObserversSafely(i.observers,"error",e))},complete:function(){var e;null!==i.sub&&((e=i.sources.shift())?isPromiseLike(e)?e.then(function(e){return i.sub=e.subscribe(i.handlers)}):i.sub=e.subscribe(i.handlers):(i.sub=null,i.latest&&"next"===i.latest[0]?i.resolve(i.latest[1]):i.resolve(),iterateObserversSafely(i.observers,"complete")))}},i.cancel=function(e){i.reject(e),i.sources=[],i.handlers.complete()},i.promise.catch(function(e){}),isPromiseLike(e)?e.then(function(e){return i.start(e)},i.handlers.error):i.start(e),i}return __extends(Concast,n),Concast.prototype.start=function(e){void 0===this.sub&&(this.sources=Array.from(e),this.handlers.complete())},Concast.prototype.addObserver=function(e){var n,i;this.observers.has(e)||(this.latest&&((i=e[n=this.latest[0]])&&i.call(e,this.latest[1]),null===this.sub&&"next"===n&&e.complete&&e.complete()),this.observers.add(e))},Concast.prototype.removeObserver=function(e,n){this.observers.delete(e)&&this.observers.size<1&&(n||(this.sub&&(this.sub.unsubscribe(),this.reject(new Error("Observable cancelled prematurely"))),this.sub=null))},Concast.prototype.cleanup=function(e){function Iwa(){i||(i=!0,n.observers.delete(t),e())}var n=this,i=!1,t={next:Iwa,error:Iwa,complete:Iwa};this.addObserver(t)},Concast}(dm);"function"==typeof Symbol&&Symbol.species&&Object.defineProperty(cm,Symbol.species,{value:dm});var pm="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product);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"production"===process.env.NODE_ENV?new Cu(26):new Cu("illegal argument: "+a)}return e}function createOperation(e,n){var i=bu({},e);return Object.defineProperty(n,"setContext",{enumerable:!1,value:function(e){i=bu(bu({},i),"function"==typeof e?e(i):e)}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:function(){return bu({},i)}}),n}function transformOperation(e){e={variables:e.variables||{},extensions:e.extensions||{},operationName:e.operationName,query:e.query};return e.operationName||(e.operationName="string"!=typeof e.query?getOperationName(e.query)||void 0:""),e}function passthrough(e,n){return n?n(e):dm.of()}function toLink(e){return"function"==typeof e?new vm(e):e}function isTerminating(e){return e.request.length<=1}var km=function(i){function LinkError(e,n){e=i.call(this,e)||this;return e.link=n,e}return __extends(LinkError,i),LinkError}(Error),vm=function(){function ApolloLink(e){e&&(this.request=e)}return ApolloLink.empty=function(){return new ApolloLink(function(){return dm.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)||dm.of():a.request(e)||dm.of()}):new ApolloLink(function(e,n){return i(e)?t.request(e,n)||dm.of():a.request(e,n)||dm.of()})},ApolloLink.execute=function(e,n){return e.request(createOperation(n.context,transformOperation(validateOperation(n))))||dm.of()},ApolloLink.concat=function(e,n){var i=toLink(e);if(isTerminating(i))return"production"===process.env.NODE_ENV||invariant.warn(new km("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)||dm.of()})||dm.of()}):new ApolloLink(function(e,n){return i.request(e,function(e){return t.request(e,n)||dm.of()})||dm.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"production"===process.env.NODE_ENV?new Cu(21):new Cu("request is not implemented")},ApolloLink.prototype.onError=function(e){throw e},ApolloLink.prototype.setOnError=function(e){return this.onError=e,this},ApolloLink}(),ym=Object.prototype,fm=ym.toString,Nm=ym.hasOwnProperty,gm=Function.prototype.toString,Tm=new Map;function equal(e,n){try{return check(e,n)}finally{Tm.clear()}}function check(e,n){if(e===n)return!0;var i=fm.call(e);if(i!==fm.call(n))return!1;switch(i){case"[object Array]":if(e.length!==n.length)return!1;case"[object Object]":if(previouslyCompared(e,n))return!0;var t=Object.keys(e),a=Object.keys(n),r=t.length;if(r!==a.length)return!1;for(var d=0;d<r;++d)if(!Nm.call(n,t[d]))return!1;for(d=0;d<r;++d){var o=t[d];if(!check(e[o],n[o]))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 u=e.entries(),s="[object Map]"===i;;){var m=u.next();if(m.done)break;var l=m.value,m=l[0],l=l[1];if(!n.has(m))return!1;if(s&&!check(l,n.get(m)))return!1}return!0;case"[object Function]":a=gm.call(e);return a!==gm.call(n)?!1:!endsWith(a,hm)}return!1}var hm="{ [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=Tm.get(e);if(i){if(i.has(n))return!0}else Tm.set(e,i=new Set);return i.add(n),!1}var Im=null,Dm={},Sm=1,bm=function(){return Slot.prototype.hasValue=function(){for(var e=Im;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===Dm)break;return e!==Im&&(Im.slots[this.id]=n),!0}return Im&&(Im.slots[this.id]=Dm),!1},Slot.prototype.getValue=function(){if(this.hasValue())return Im.slots[this.id]},Slot.prototype.withValue=function(e,n,i,t){var e=((a={__proto__:null})[this.id]=e,a),a=Im;Im={parent:a,slots:e};try{return n.apply(t,i)}finally{Im=a}},Slot.bind=function(n){var i=Im;return function(){var e=Im;try{return Im=i,n.apply(this,arguments)}finally{Im=e}}},Slot.noContext=function(e,n,i){if(!Im)return e.apply(i,n);var t=Im;try{return Im=null,e.apply(i,n)}finally{Im=t}},Slot;function Slot(){this.id=["slot",Sm++,Date.now(),Math.random().toString(36).slice(2)].join(":")}},Fm="@wry/context:Slot",Em=Array,Am=Em[Fm]||function(){var e=bm();try{Object.defineProperty(Em,Fm,{value:Em[Fm]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}(),Om=Am.bind,Cm=Am.noContext;function defaultDispose(){}var _m=function(){function Cache(e,n){void 0===e&&(e=1/0),void 0===n&&(n=defaultDispose),this.max=e,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}return Cache.prototype.has=function(e){return this.map.has(e)},Cache.prototype.get=function(e){e=this.getEntry(e);return e&&e.value},Cache.prototype.getEntry=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.getEntry(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}(),Rm=new Am;function maybeUnsubscribe(e){var n=e.unsubscribe;"function"==typeof n&&(e.unsubscribe=void 0,n())}var wm=[],Vm=100;function assert(e,n){if(!e)throw new Error(n||"assertion failure")}function valueIs(e,n){var i=e.length;return 0<i&&i===n.length&&e[i-1]===n[i-1]}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}function valueCopy(e){return e.slice(0)}var Pm=function(){function Entry(e,n){this.fn=e,this.args=n,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++Entry.count}return Entry.prototype.peek=function(){if(1===this.value.length&&!mightBeDirty(this))return this.value[0]},Entry.prototype.recompute=function(){return assert(!this.recomputing,"already recomputing"),rememberParent(this),mightBeDirty(this)?reallyRecompute(this):valueGet(this.value)},Entry.prototype.setDirty=function(){this.dirty||(this.dirty=!0,this.value.length=0,reportDirty(this),forgetChildren(this),maybeUnsubscribe(this))},Entry.prototype.dispose=function(){var n=this;forgetChildren(this),maybeUnsubscribe(this),this.parents.forEach(function(e){e.setDirty(),forgetChild(e,n)})},Entry.prototype.dependOn=function(e){e.add(this),this.deps||(this.deps=wm.pop()||new Set),this.deps.add(e)},Entry.prototype.forgetDeps=function(){var n=this;this.deps&&(this.deps.forEach(function(e){return e.delete(n)}),this.deps.clear(),wm.push(this.deps),this.deps=null)},Entry.count=0,Entry}();function rememberParent(e){var n=Rm.getValue();if(n)return e.parents.add(n),n.childValues.has(e)||n.childValues.set(e,[]),(mightBeDirty(e)?reportDirtyChild:reportCleanChild)(n,e),n}function reallyRecompute(e){return forgetChildren(e),Rm.withValue(e,recomputeNewValue,[e]),maybeSubscribe(e)&&setClean(e),valueGet(e.value)}function recomputeNewValue(n){n.recomputing=!0,n.value.length=0;try{n.value[0]=n.fn.apply(null,n.args)}catch(e){n.value[1]=e}n.recomputing=!1}function mightBeDirty(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function setClean(e){e.dirty=!1,mightBeDirty(e)||reportClean(e)}function reportDirty(n){n.parents.forEach(function(e){return reportDirtyChild(e,n)})}function reportClean(n){n.parents.forEach(function(e){return reportCleanChild(e,n)})}function reportDirtyChild(e,n){if(assert(e.childValues.has(n)),assert(mightBeDirty(n)),e.dirtyChildren){if(e.dirtyChildren.has(n))return}else e.dirtyChildren=wm.pop()||new Set;e.dirtyChildren.add(n),reportDirty(e)}function reportCleanChild(e,n){assert(e.childValues.has(n)),assert(!mightBeDirty(n));var i=e.childValues.get(n);0===i.length?e.childValues.set(n,valueCopy(n.value)):valueIs(i,n.value)||e.setDirty(),removeDirtyChild(e,n),mightBeDirty(e)||reportClean(e)}function removeDirtyChild(e,n){var i=e.dirtyChildren;i&&(i.delete(n),0===i.size&&(wm.length<Vm&&wm.push(i),e.dirtyChildren=null))}function forgetChildren(i){0<i.childValues.size&&i.childValues.forEach(function(e,n){forgetChild(i,n)}),i.forgetDeps(),assert(null===i.dirtyChildren)}function forgetChild(e,n){n.parents.delete(e),e.childValues.delete(n),removeDirtyChild(e,n)}function maybeSubscribe(n){if("function"==typeof n.subscribe)try{maybeUnsubscribe(n),n.unsubscribe=n.subscribe.apply(null,n.args)}catch(e){return n.setDirty(),!1}return!0}var jm=function(){return Object.create(null)},Lm=Array.prototype,xm=Lm.forEach,Bm=Lm.slice,Mm=function(){function KeyTrie(e,n){void 0===n&&(n=jm),this.weakness=e,this.makeData=n}return KeyTrie.prototype.lookup=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.lookupArray(e)},KeyTrie.prototype.lookupArray=function(e){var n=this;return xm.call(e,function(e){return n=n.getChildTrie(e)}),n.data||(n.data=this.makeData(Bm.call(e)))},KeyTrie.prototype.getChildTrie=function(e){var n=this.weakness&&isObjRef(e)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map),i=n.get(e);return i||n.set(e,i=new KeyTrie(this.weakness,this.makeData)),i},KeyTrie}();function isObjRef(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}function dep(e){var t=new Map,a=e&&e.subscribe;function depend(e){var n,i=Rm.getValue();i&&((n=t.get(e))||t.set(e,n=new Set),i.dependOn(n),"function"==typeof a&&(maybeUnsubscribe(n),n.unsubscribe=a(e)))}return depend.dirty=function dirty(e){var n=t.get(e);n&&(n.forEach(function(e){return e.setDirty()}),t.delete(e),maybeUnsubscribe(n))},depend}var zm=new Mm("function"==typeof WeakMap);function defaultMakeCacheKey(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return zm.lookupArray(e)}var qm=new Set;function wrap$1(t,a){void 0===a&&(a=Object.create(null));var r=new _m(a.max||Math.pow(2,16),function(e){return e.dispose()}),d=a.keyArgs||function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e},o=a.makeCacheKey||defaultMakeCacheKey;function optimistic(){var e=o.apply(null,d.apply(null,arguments));if(void 0===e)return t.apply(null,arguments);var n=Array.prototype.slice.call(arguments),i=r.get(e);i?i.args=n:(i=new Pm(t,n),r.set(e,i),i.subscribe=a.subscribe);n=i.recompute();return r.set(e,i),qm.add(r),Rm.hasValue()||(qm.forEach(function(e){return e.clean()}),qm.clear()),n}function lookup(){var e=o.apply(null,arguments);if(void 0!==e)return r.get(e)}return optimistic.dirty=function(){var e=lookup.apply(null,arguments);e&&e.setDirty()},optimistic.peek=function(){var e=lookup.apply(null,arguments);if(e)return e.peek()},optimistic.forget=function(){var e=o.apply(null,arguments);return void 0!==e&&r.delete(e)},optimistic}var Um=function(){function ApolloCache(){this.getFragmentDoc=wrap$1(getFragmentQueryDocument)}return 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=!1),this.read({rootId:e.id||"ROOT_QUERY",query:e.query,variables:e.variables,optimistic:n})},ApolloCache.prototype.readFragment=function(e,n){return void 0===n&&(n=!1),this.read({query:this.getFragmentDoc(e.fragment,e.fragmentName),variables:e.variables,rootId:e.id,optimistic:n})},ApolloCache.prototype.writeQuery=function(e){return this.write({dataId:e.id||"ROOT_QUERY",result:e.data,query:e.query,variables:e.variables,broadcast:e.broadcast})},ApolloCache.prototype.writeFragment=function(e){return this.write({dataId:e.id,result:e.data,variables:e.variables,query:this.getFragmentDoc(e.fragment,e.fragmentName),broadcast:e.broadcast})},ApolloCache}(),Gm=function MissingFieldError(e,n,i,t,a){this.message=e,this.path=n,this.query=i,this.clientOnly=t,this.variables=a},Km=Object.prototype.hasOwnProperty;function getTypenameFromStoreObject(e,n){return isReference(n)?e.get(n.__ref,"__typename"):n&&n.__typename}var Wm=/^[_a-z][_0-9a-z]*/i;function fieldNameFromStoreName(e){var n=e.match(Wm);return n?n[0]:e}function selectionSetMatchesResult(n,i,t){return!(!i||"object"!=typeof 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 Km.call(i,n)&&(!e.selectionSet||selectionSetMatchesResult(e.selectionSet,i[n],t))}return!0}))}function storeValueIsStoreObject(e){return null!==e&&"object"==typeof e&&!isReference(e)&&!Array.isArray(e)}function isFieldValueToBeMerged(e){e=e&&e.__field;return e&&isField(e)}function makeProcessedFieldsMerger(){return new mm(Hm)}var Hm=function(e,n,i){e=e[i],i=n[i];return isFieldValueToBeMerged(e)?(e.__value=this.merge(e.__value,isFieldValueToBeMerged(i)?i.__value:i),e):isFieldValueToBeMerged(i)?(i.__value=this.merge(e,i.__value),i):this.merge(e,i)},Qm=Object.create(null),Ym=function(){return Qm},$m=Object.create(null),Jm=function(){function EntityStore(e,n){var a=this;this.policies=e,this.group=n,this.data=Object.create(null),this.rootIds=Object.create(null),this.refs=Object.create(null),this.getFieldValue=function(e,n){return maybeDeepFreeze(isReference(e)?a.get(e.__ref,n):e&&e[n])},this.canRead=function(e){return isReference(e)?a.has(e.__ref):"object"==typeof e},this.toReference=function(e,n){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}}}return EntityStore.prototype.toObject=function(){return bu({},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),Km.call(this.data,e)){var i=this.data[e];if(i&&Km.call(i,n))return i[n]}return"__typename"===n&&Km.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof Xm?this.parent.get(e,n):void 0},EntityStore.prototype.lookup=function(e,n){return n&&this.group.depend(e,"__exists"),Km.call(this.data,e)?this.data[e]:this instanceof Xm?this.parent.lookup(e,n):void 0},EntityStore.prototype.merge=function(n,e){var i,t=this,a=this.lookup(n),r=new mm(storeObjectReconciler).merge(a,e);(this.data[n]=r)!==a&&(delete this.refs[n],this.group.caching&&(i=Object.create(null),a||(i.__exists=1),Object.keys(e).forEach(function(e){a&&a[e]===r[e]||(i[fieldNameFromStoreName(e)]=1,void 0!==r[e]||t instanceof Xm||delete r[e])}),Object.keys(i).forEach(function(e){return t.group.dirty(n,e)})))},EntityStore.prototype.modify=function(a,r){var d=this,o=this.lookup(a);if(o){var u=Object.create(null),s=!1,m=!0,l={DELETE:Qm,INVALIDATE:$m,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===Ym?Qm:n(maybeDeepFreeze(t),bu(bu({},l),{fieldName:i,storeFieldName:e,storage:d.getStorage(a,e)})))===$m?d.group.dirty(a,e):(i===Qm&&(i=void 0),i!==t&&(s=!0,t=u[e]=i))),void 0!==t&&(m=!1))}),s)return this.merge(a,u),m&&(this instanceof Xm?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]=Ym,e):Ym)}return!1},EntityStore.prototype.evict=function(e){var n=!1;return e.id&&(Km.call(this.data,e.id)&&(n=this.delete(e.id,e.fieldName,e.args)),this instanceof Xm&&(n=this.parent.evict(e)||n),(e.fieldName||n)&&this.group.dirty(e.id,e.fieldName||"__exists")),n},EntityStore.prototype.clear=function(){this.replace(null)},EntityStore.prototype.replace=function(n){var i=this;Object.keys(this.data).forEach(function(e){n&&Km.call(n,e)||i.delete(e)}),n&&Object.keys(n).forEach(function(e){i.merge(e,n[e])})},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 Xm&&this.parent.getRootIdSet(e),e},EntityStore.prototype.gc=function(){var n=this,i=this.getRootIdSet(),t=this.toObject();i.forEach(function(e){Km.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 Xm;)a=a.parent;e.forEach(function(e){return a.delete(e)})}return e},EntityStore.prototype.findChildRefIds=function(e){var n,i,t;return Km.call(this.refs,e)||(n=this.refs[e]=Object.create(null),i=new Set([this.data[e]]),t=function(e){return null!==e&&"object"==typeof e},i.forEach(function(e){isReference(e)?n[e.__ref]=!0:t(e)&&Object.values(e).filter(t).forEach(i.add,i)})),this.refs[e]},EntityStore.prototype.makeCacheKey=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.group.keyMaker.lookupArray(e)},EntityStore}(),Zm=function(){function CacheGroup(e){this.caching=e,this.d=null,this.keyMaker=new Mm(pm),this.d=e?dep():null}return CacheGroup.prototype.depend=function(e,n){this.d&&this.d(makeDepKey(e,n))},CacheGroup.prototype.dirty=function(e,n){this.d&&this.d.dirty(makeDepKey(e,n))},CacheGroup}();function makeDepKey(e,n){return fieldNameFromStoreName(n)+"#"+e}!function(e){var t,n=(__extends(Root,t=e),Root.prototype.addLayer=function(e,n){return new Xm(e,this,n,this.sharedLayerGroup)},Root.prototype.removeLayer=function(){return this},Root.prototype.getStorage=function(e,n){return this.storageTrie.lookup(e,n)},Root);function Root(e){var n=e.resultCaching,i=void 0===n||n,n=e.seed,e=t.call(this,e.policies,new Zm(i))||this;return e.storageTrie=new Mm(pm),e.sharedLayerGroup=new Zm(i),n&&e.replace(n),e}e.Root=n}(Jm=Jm||{});var Xm=function(r){function Layer(e,n,i,t){var a=r.call(this,n.policies,t)||this;return a.id=e,a.parent=n,a.replay=i,a.group=t,i(a),a}return __extends(Layer,r),Layer.prototype.addLayer=function(e,n){return new Layer(e,this,n,this.group)},Layer.prototype.removeLayer=function(e){var n=this,i=this.parent.removeLayer(e);return e===this.id?(this.group.caching&&Object.keys(this.data).forEach(function(e){n.data[e]!==i.lookup(e)&&n.delete(e)}),i):i===this.parent?this:i.addLayer(this.id,this.replay)},Layer.prototype.toObject=function(){return bu(bu({},this.parent.toObject()),this.data)},Layer.prototype.findChildRefIds=function(e){var n=this.parent.findChildRefIds(e);return Km.call(this.data,e)?bu(bu({},n),r.prototype.findChildRefIds.call(this,e)):n},Layer.prototype.getStorage=function(e,n){return this.parent.getStorage(e,n)},Layer}(Jm);function storeObjectReconciler(e,n,i){e=e[i],i=n[i];return equal(e,i)?e:i}function supportsResultCaching(e){return!!(e instanceof Jm&&e.group.caching)}function missingFromInvariant(e,n){return new Gm(e.message,n.path.slice(),n.query,n.clientOnly,n.variables)}var el=function(){function StoreReader(e){var n=this;this.config=e,this.executeSelectionSet=wrap$1(function(e){return n.execSelectionSetImpl(e)},{keyArgs:function(e){return[e.selectionSet,e.objectOrReference,e.context]},makeCacheKey:function(e,n,i){if(supportsResultCaching(i.store))return i.store.makeCacheKey(e,isReference(n)?n.__ref:n,i.varString)}}),this.knownResults=new WeakMap,this.executeSubSelectedArray=wrap$1(function(e){return n.execSubSelectedArrayImpl(e)},{makeCacheKey:function(e){var n=e.field,i=e.array,e=e.context;if(supportsResultCaching(e.store))return e.store.makeCacheKey(n,i,e.varString)}}),this.config=bu({addTypename:!0},e)}return 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,t=e.returnPartialData,e=void 0===t||t,t=this.config.cache.policies,r=bu(bu({},getDefaultValues(getQueryDefinition(i))),r),r=this.executeSelectionSet({selectionSet:getMainDefinition(i).selectionSet,objectOrReference:makeReference(a),context:{store:n,query:i,policies:t,variables:r,varString:JSON.stringify(r),fragmentMap:createFragmentMap(getFragmentDefinitions(i)),path:[],clientOnly:!1}}),i=r.missing&&0<r.missing.length;if(i&&!e)throw r.missing[0];return{result:r.result,missing:r.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);if(t&&e===t.result)return!0}return!1},StoreReader.prototype.execSelectionSetImpl=function(e){var r=this,n=e.selectionSet,d=e.objectOrReference,o=e.context;if(isReference(d)&&!o.policies.rootTypenamesById[d.__ref]&&!o.store.has(d.__ref))return{result:{},missing:[missingFromInvariant("production"===process.env.NODE_ENV?new Cu(4):new Cu("Dangling reference to missing "+d.__ref+" object"),o)]};var u=o.variables,s=o.policies,m=[],i={result:null},l=o.store.getFieldValue(d,"__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&&!s.rootIdsByTypename[l]&&m.push({__typename:l});var c=new Set(n.selections);return c.forEach(function(e){var n,i,t,a;shouldInclude(e,u)&&(isField(e)?(i=s.readField({fieldName:e.name.value,field:e,variables:o.variables,from:d},o),t=resultKeyNameFromField(e),o.path.push(t),o.clientOnly=(a=o.clientOnly)||!(!e.directives||!e.directives.some(function(e){return"client"===e.name.value})),void 0===i?addTypenameToDocument.added(e)||getMissing().push(missingFromInvariant("production"===process.env.NODE_ENV?new Cu(5):new Cu("Can't find field '"+e.name.value+"' on "+(isReference(d)?d.__ref+" object":"object "+JSON.stringify(d,null,2))),o)):Array.isArray(i)?i=handleMissing(r.executeSubSelectedArray({field:e,array:i,context:o})):e.selectionSet?null!=i&&(i=handleMissing(r.executeSelectionSet({selectionSet:e.selectionSet,objectOrReference:i,context:o}))):"production"!==process.env.NODE_ENV&&(assertSelectionSetForIdValue(o.store,e,i),maybeDeepFreeze(i)),void 0!==i&&m.push(((n={})[t]=i,n)),o.clientOnly=a,invariant(o.path.pop()===t)):(e=getFragmentFromSelection(e,o.fragmentMap))&&s.fragmentMatches(e,l)&&e.selectionSet.selections.forEach(c.add,c))}),i.result=mergeDeepArray(m),"production"!==process.env.NODE_ENV&&Object.freeze(i.result),this.knownResults.set(i.result,n),i},StoreReader.prototype.execSubSelectedArrayImpl=function(e){var i,t=this,a=e.field,n=e.array,r=e.context;function handleMissing(e,n){return e.missing&&(i=i||[]).push.apply(i,e.missing),invariant(r.path.pop()===n),e.result}return a.selectionSet&&(n=n.filter(r.store.canRead)),n=n.map(function(e,n){return null===e?null:(r.path.push(n),Array.isArray(e)?handleMissing(t.executeSubSelectedArray({field:a,array:e,context:r}),n):a.selectionSet?handleMissing(t.executeSelectionSet({selectionSet:a.selectionSet,objectOrReference:e,context:r}),n):("production"!==process.env.NODE_ENV&&assertSelectionSetForIdValue(r.store,a,e),invariant(r.path.pop()===n),e))}),"production"!==process.env.NODE_ENV&&Object.freeze(n),{result:n,missing:i}},StoreReader}();function assertSelectionSetForIdValue(n,i,e){var t;i.selectionSet||(t=new Set([e])).forEach(function(e){e&&"object"==typeof e&&("production"===process.env.NODE_ENV?invariant(!isReference(e),6):invariant(!isReference(e),"Missing selection set for object of type "+getTypenameFromStoreObject(n,e)+" returned for query field "+i.name.value),Object.values(e).forEach(t.add,t))})}var nl=function(){function StoreWriter(e,n){this.cache=e,this.reader=n}return StoreWriter.prototype.writeToStore=function(e){var n=e.query,i=e.result,t=e.dataId,a=e.store,r=e.variables,e=getOperationDefinition(n),d=makeProcessedFieldsMerger(),r=bu(bu({},getDefaultValues(e)),r),n=this.processSelectionSet({result:i||Object.create(null),dataId:t,selectionSet:e.selectionSet,context:{store:a,written:Object.create(null),merge:function(e,n){return d.merge(e,n)},variables:r,varString:JSON.stringify(r),fragmentMap:createFragmentMap(getFragmentDefinitions(n))}});if(!isReference(n))throw"production"===process.env.NODE_ENV?new Cu(7):new Cu("Could not identify object "+JSON.stringify(i));return a.retain(n.__ref),n},StoreWriter.prototype.processSelectionSet=function(e){var r=this,n=e.dataId,d=e.result,i=e.selectionSet,o=e.context,t=e.out,u=void 0===t?{shouldApplyMerges:!1}:t,s=this.cache.policies,a=s.identify(d,i,o.fragmentMap),e=a[1];if("string"==typeof(n=n||a[0])){t=o.written[n]||(o.written[n]=[]),a=makeReference(n);if(0<=t.indexOf(i))return a;if(t.push(i),this.reader&&this.reader.isFresh(d,a,i,o))return a}var m=Object.create(null);e&&(m=o.merge(m,e));var l=n&&s.rootTypenamesById[n]||getTypenameFromResult(d,i,o.fragmentMap)||n&&o.store.get(n,"__typename");"string"==typeof l&&(m.__typename=l);var c=new Set(i.selections);if(c.forEach(function(e){if(shouldInclude(e,o.variables))if(isField(e)){var n=resultKeyNameFromField(e),i=d[n];if(void 0!==i){var t=s.getStoreFieldName({typename:l,fieldName:e.name.value,field:e,variables:o.variables}),a=r.processFieldValue(i,e,o,u);s.hasMergeFunction(l,e.name.value)&&(a={__field:e,__typename:l,__value:a},u.shouldApplyMerges=!0),m=o.merge(m,((i={})[t]=a,i))}else if(s.usingPossibleTypes&&!hasDirectives(["defer","client"],e))throw"production"===process.env.NODE_ENV?new Cu(8):new Cu("Missing field '"+n+"' in "+JSON.stringify(d,null,2).substring(0,100))}else{e=getFragmentFromSelection(e,o.fragmentMap);e&&s.fragmentMatches(e,l,d,o.variables)&&e.selectionSet.selections.forEach(c.add,c)}}),"string"!=typeof n)return m;var p=makeReference(n);return u.shouldApplyMerges&&(m=s.applyMerges(p,m,o)),"production"!==process.env.NODE_ENV&&Object.keys(m).forEach(function(e){var n=fieldNameFromStoreName(e);s.hasMergeFunction(l,n)||warnAboutDataLoss(p,m,e,o.store)}),o.store.merge(n,m),p},StoreWriter.prototype.processFieldValue=function(e,n,i,t){var a=this;return n.selectionSet&&null!==e?Array.isArray(e)?e.map(function(e){return a.processFieldValue(e,n,i,t)}):this.processSelectionSet({result:e,selectionSet:n.selectionSet,context:i,out:t}):"production"===process.env.NODE_ENV?e:cloneDeep(e)},StoreWriter}(),il=new Set;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),il.has(n=d+"."+e)||(il.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)}),"production"===process.env.NODE_ENV||invariant.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 IDs, 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"))))}var tl=dep(),al=new Am;function consumeAndIterate(e,n){var i=[];e.forEach(function(e){return i.push(e)}),e.clear(),i.forEach(n)}function makeVar(n){var i=new Set,t=new Set,a=function(e){return 0<arguments.length?n!==e&&(n=e,tl.dirty(a),i.forEach(broadcast),consumeAndIterate(t,function(e){return e(n)})):((e=al.getValue())&&i.add(e),tl(a)),n};return a.onNextChange=function(e){return t.add(e),function(){t.delete(e)}},a}function broadcast(e){e.broadcastWatches&&e.broadcastWatches()}function argsFromFieldSpecifier(e){return void 0!==e.args?e.args:e.field?argumentsObjectFromField(e.field,e.variables):null}var rl=function(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&&(t=e),void 0!==t))return i+":"+("number"==typeof t||"string"==typeof t?t:JSON.stringify(t))},dl=function(){},ol=function(e,n){return n.fieldName},ul=function(e,n,i){return(0,i.mergeObjects)(e,n)},sl=function(e,n){return n},ml=function(){function Policies(e){this.config=e,this.typePolicies=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=bu({dataIdFromObject:rl},e),this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),e.possibleTypes&&this.addPossibleTypes(e.possibleTypes),e.typePolicies&&this.addTypePolicies(e.typePolicies)}return Policies.prototype.identify=function(e,n,i){var t=n&&i?getTypenameFromResult(e,n,i):e.__typename;if(t===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];for(var a,r={typename:t,selectionSet:n,fragmentMap:i},t=this.getTypePolicy(t,!1),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),r.keyObject?[a,r.keyObject]:[a]},Policies.prototype.addTypePolicies=function(t){var d=this;Object.keys(t).forEach(function(a){var e=d.getTypePolicy(a,!0),n=t[a],i=n.keyFields,r=n.fields;n.queryType&&d.setRootTypename("Query",a),n.mutationType&&d.setRootTypename("Mutation",a),n.subscriptionType&&d.setRootTypename("Subscription",a),e.keyFn=!1===i?dl:Array.isArray(i)?keyFieldsFnFromSpecifier(i):"function"==typeof i?i:e.keyFn,r&&Object.keys(r).forEach(function(e){var n,i=d.getFieldPolicy(a,e,!0),t=r[e];"function"==typeof t?i.read=t:(n=t.read,e=t.merge,i.keyFn=!1===(t=t.keyArgs)?ol:Array.isArray(t)?keyArgsFnFromSpecifier(t):"function"==typeof t?t:i.keyFn,"function"==typeof n&&(i.read=n),i.merge="function"==typeof e?e:!0===e?ul:!1===e?sl:i.merge),i.read&&i.merge&&(i.keyFn=i.keyFn||ol)})})},Policies.prototype.setRootTypename=function(e,n){void 0===n&&(n=e);var i="ROOT_"+e.toUpperCase(),t=this.rootTypenamesById[i];n!==t&&("production"===process.env.NODE_ENV?invariant(!t||t===e,1):invariant(!t||t===e,"Cannot change root "+e+" __typename more than once"),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(Wm);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))})})},Policies.prototype.getTypePolicy=function(e,n){if(e)return this.typePolicies[e]||n&&(this.typePolicies[e]=Object.create(null))},Policies.prototype.getFieldPolicy=function(e,n,i){e=this.getTypePolicy(e,i);if(e){e=e.fields||i&&(e.fields=Object.create(null));if(e)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)},s=!(!n||!this.fuzzySubtypes.size),m=!1,l=0;l<o.length;++l){var c=o[l];if(c.has(r))return d.has(r)||(m&&("production"===process.env.NODE_ENV||invariant.warn("Inferring subtype "+i+" of supertype "+r)),d.add(r)),!0;c.forEach(u),s&&l===o.length-1&&selectionSetMatchesResult(e.selectionSet,n,t)&&(m=!(s=!1),this.fuzzySubtypes.forEach(function(e,n){e=i.match(e);e&&e[0]===i&&u(n)}))}return!1},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 void 0===n&&(n=e.field?storeKeyNameFromField(e.field,e.variables):getStoreKeyName(t,argsFromFieldSpecifier(e))),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 al.withValue(this.cache,a,[r,t])}return r}},Policies.prototype.hasMergeFunction=function(e,n){n=this.getFieldPolicy(e,n,!1);return!(!n||!n.merge)},Policies.prototype.applyMerges=function(e,n,t,i){var a,r,d=this;if(isFieldValueToBeMerged(n)&&(n=(0,this.getFieldPolicy(n.__typename,r=(a=n.__field).name.value,!1).merge)(e,n.__value,makeFieldFunctionOptions(this,void 0,{typename:n.__typename,fieldName:r,field:a,variables:t.variables},t,i?(a=t.store).getStorage.apply(a,i):Object.create(null)))),Array.isArray(n))return n.map(function(e){return d.applyMerges(void 0,e,t)});if(storeValueIsStoreObject(n)){var o,u=e,s=n,m=isReference(u)?u.__ref:"object"==typeof u&&u;if(Object.keys(s).forEach(function(e){var n=s[e],i=d.applyMerges(t.store.getFieldValue(u,e),n,t,m?[m,e]:void 0);i!==n&&((o=o||Object.create(null))[e]=i)}),o)return bu(bu({},s),o)}return n},Policies}();function makeFieldFunctionOptions(a,i,e,r,n){var t=a.getStoreFieldName(e),d=fieldNameFromStoreName(t),o=e.variables||r.variables,u=r.store,s=u.getFieldValue,m=u.toReference,u=u.canRead;return{args:argsFromFieldSpecifier(e),field:e.field||null,fieldName:d,storeFieldName:t,variables:o,isReference:isReference,toReference:m,storage:n,cache:a.cache,canRead:u,readField:function(e,n){e="string"==typeof e?{fieldName:e,from:n}:bu({},e);return void 0===e.from&&(e.from=i),void 0===e.variables&&(e.variables=o),a.readField(e,r)},mergeObjects:function(e,n){if(Array.isArray(e)||Array.isArray(n))throw"production"===process.env.NODE_ENV?new Cu(2):new Cu("Cannot automatically merge arrays");if(e&&"object"==typeof e&&n&&"object"==typeof n){var i=s(e,"__typename"),t=s(n,"__typename"),i=i&&t&&i!==t,t=a.applyMerges(i?void 0:e,n,r);return!i&&storeValueIsStoreObject(e)&&storeValueIsStoreObject(t)?bu(bu({},e),t):t}return n}}}function keyArgsFnFromSpecifier(i){return function(e,n){return e?n.fieldName+":"+JSON.stringify(computeKeyObject(e,i)):n.fieldName}}function keyFieldsFnFromSpecifier(t){var a=new Mm(pm);return function(e,n){n.selectionSet&&n.fragmentMap&&(i=(i=a.lookupArray([n.selectionSet,n.fragmentMap])).aliasMap||(i.aliasMap=makeAliasMap(n.selectionSet,n.fragmentMap)));var i=n.keyObject=computeKeyObject(e,t,i);return n.typename+":"+JSON.stringify(i)}}function makeAliasMap(e,t){var a=Object.create(null),r=new Set([e]);return r.forEach(function(e){e.selections.forEach(function(e){var n,i;isField(e)?(!e.alias||(i=e.name.value)!==(n=e.alias.value)&&((a.aliases||(a.aliases=Object.create(null)))[i]=n),e.selectionSet&&((a.subsets||(a.subsets=Object.create(null)))[e.name.value]=makeAliasMap(e.selectionSet,t))):(e=getFragmentFromSelection(e,t))&&r.add(e.selectionSet)})}),a}function computeKeyObject(i,e,t){var a,r=Object.create(null);return e.forEach(function(e){var n;Array.isArray(e)?"string"==typeof a&&(r[a]=computeKeyObject(i[a],e,(n=t&&t.subsets)&&n[a])):(n=(n=t&&t.aliases)&&n[e]||e,"production"===process.env.NODE_ENV?invariant(Km.call(i,n),3):invariant(Km.call(i,n),"Missing field '"+n+"' while computing key fields"),r[a=e]=i[n])}),r}var ll={dataIdFromObject:rl,addTypename:!0,resultCaching:!0,typePolicies:{}},cl=function(n){function InMemoryCache(e){void 0===e&&(e={});var i=n.call(this)||this;return i.watches=new Set,i.typenameDocumentCache=new Map,i.makeVar=makeVar,i.txCount=0,i.maybeBroadcastWatch=wrap$1(function(e,n){return i.broadcastWatch.call(i,e,!!n)},{makeCacheKey:function(e){var n=e.optimistic?i.optimisticData:i.data;if(supportsResultCaching(n))return n.makeCacheKey(e.query,e.callback,JSON.stringify({optimistic:e.optimistic,rootId:e.rootId,variables:e.variables}))}}),i.watchDep=dep(),i.config=bu(bu({},ll),e),i.addTypename=!!i.config.addTypename,i.policies=new ml({cache:i,dataIdFromObject:i.config.dataIdFromObject,possibleTypes:i.config.possibleTypes,typePolicies:i.config.typePolicies}),i.data=new Jm.Root({policies:i.policies,resultCaching:i.config.resultCaching}),i.optimisticData=i.data,i.storeWriter=new nl(i,i.storeReader=new el({cache:i,addTypename:i.addTypename})),i}return __extends(InMemoryCache,n),InMemoryCache.prototype.restore=function(e){return e&&this.data.replace(e),this},InMemoryCache.prototype.extract=function(e){return void 0===e&&(e=!1),(e?this.optimisticData:this.data).toObject()},InMemoryCache.prototype.read=function(e){var n=e.optimistic?this.optimisticData:this.data;return("string"!=typeof e.rootId||n.has(e.rootId))&&this.storeReader.diffQueryAgainstStore({store:n,query:e.query,variables:e.variables,rootId:e.rootId,config:this.config,returnPartialData:!1}).result||null},InMemoryCache.prototype.write=function(e){try{return++this.txCount,this.storeWriter.writeToStore({store:this.data,query:e.query,result:e.result,dataId:e.dataId,variables:e.variables})}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},InMemoryCache.prototype.modify=function(e){if(Km.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({store:e.optimistic?this.optimisticData:this.data,rootId:e.id||"ROOT_QUERY",query:e.query,variables:e.variables,returnPartialData:e.returnPartialData,config:this.config})},InMemoryCache.prototype.watch=function(e){var n=this;return this.watches.add(e),e.immediate&&this.maybeBroadcastWatch(e),function(){n.watches.delete(e),n.watchDep.dirty(e),n.maybeBroadcastWatch.forget(e)}},InMemoryCache.prototype.gc=function(){return this.optimisticData.gc()},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(Km.call(e,"id"))return!1;e=bu(bu({},e),{id:"ROOT_QUERY"})}try{return++this.txCount,this.optimisticData.evict(e)}finally{--this.txCount||!1===e.broadcast||this.broadcastWatches()}},InMemoryCache.prototype.reset=function(){return this.data.clear(),this.optimisticData=this.data,this.broadcastWatches(),Promise.resolve()},InMemoryCache.prototype.removeOptimistic=function(e){e=this.optimisticData.removeLayer(e);e!==this.optimisticData&&(this.optimisticData=e,this.broadcastWatches())},InMemoryCache.prototype.performTransaction=function(t,e){function iJa(e){var n=a.data,i=a.optimisticData;++a.txCount,e&&(a.data=a.optimisticData=e);try{t(a)}finally{--a.txCount,a.data=n,a.optimisticData=i}}var a=this,n=!1;"string"==typeof e?(this.optimisticData=this.optimisticData.addLayer(e,iJa),n=!0):null===e?iJa(this.data):iJa(),this.broadcastWatches(n)},InMemoryCache.prototype.transformDocument=function(e){if(this.addTypename){var n=this.typenameDocumentCache.get(e);return n||(n=addTypenameToDocument(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){this.watchDep.dirty(e),this.watchDep(e);var i=this.diff({query:e.query,variables:e.variables,optimistic:e.optimistic});e.optimistic&&n&&(i.fromOptimisticTransaction=!0),e.callback(i)},InMemoryCache}(Um),pl=createCommonjsModule(function(e,n){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)}Object.defineProperty(n,"__esModule",{value:!0}),n.default=function isObjectLike(e){return"object"==_typeof(e)&&null!==e}}),kl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.SYMBOL_TO_STRING_TAG=n.SYMBOL_ASYNC_ITERATOR=n.SYMBOL_ITERATOR=void 0;var i="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator";n.SYMBOL_ITERATOR=i;i="function"==typeof Symbol&&null!=Symbol.asyncIterator?Symbol.asyncIterator:"@@asyncIterator";n.SYMBOL_ASYNC_ITERATOR=i;i="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";n.SYMBOL_TO_STRING_TAG=i}),vl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.getLocation=function getLocation(e,n){var i,t=/\r\n|[\n\r]/g,a=1,r=n+1;for(;(i=t.exec(e.body))&&i.index<n;)a+=1,r=n+1-(i.index+i[0].length);return{line:a,column:r}}}),yl=createCommonjsModule(function(e,n){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=[],s=0;s<o.length;s+=80)u.push(o.slice(s,s+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(" ")}Object.defineProperty(n,"__esModule",{value:!0}),n.printLocation=function printLocation(e){return printSourceLocation(e.source,(0,vl.getLocation)(e.source,e.start))},n.printSourceLocation=printSourceLocation}),fl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.printError=printError,n.GraphQLError=void 0;var c=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}(pl);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 _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 _possibleConstructorReturn(e,n){return!n||"object"!==_typeof(n)&&"function"!=typeof n?_assertThisInitialized(e):n}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var n="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function _wrapNativeSuper(e){if(null===e||!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)}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"+(0,yl.printLocation)(a.loc))}else if(e.source&&e.locations)for(var r=0,d=e.locations;r<d.length;r++)n+="\n\n"+(0,yl.printSourceLocation)(e.source,d[r]);return n}n.GraphQLError=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){var o;!function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,GraphQLError),o=l.call(this,e);var u=Array.isArray(n)?0!==n.length?n:void 0:n?[n]:void 0,n=i;!n&&u&&(n=null===(m=u[0].loc)||void 0===m?void 0:m.source);var s,m=t;!m&&u&&(m=u.reduce(function(e,n){return n.loc&&e.push(n.loc.start),e},[])),m&&0===m.length&&(m=void 0),t&&i?s=t.map(function(e){return(0,vl.getLocation)(i,e)}):u&&(s=u.reduce(function(e,n){return n.loc&&e.push((0,vl.getLocation)(n.loc.source,n.loc.start)),e},[]));t=d;return null!=t||null==r||(0,c.default)(d=r.extensions)&&(t=d),Object.defineProperties(_assertThisInitialized(o),{name:{value:"GraphQLError"},message:{value:e,enumerable:!0,writable:!0},locations:{value:null!==s&&void 0!==s?s:void 0,enumerable:null!=s},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!==m&&void 0!==m?m: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(e,n,i){n&&_defineProperties(e.prototype,n),i&&_defineProperties(e,i)}(GraphQLError,[{key:"toString",value:function toString(){return printError(this)}},{key:kl.SYMBOL_TO_STRING_TAG,get:function get(){return"Object"}}]),GraphQLError}()}),Nl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.syntaxError=function syntaxError(e,n,i){return new fl.GraphQLError("Syntax Error: ".concat(i),void 0,e,[n])}}),gl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.Kind=void 0;var i=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"});n.Kind=i}),Tl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=function invariant(e,n){if(!Boolean(e))throw new Error(null!=n?n:"Unexpected invariant triggered.")}}),hl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0;n.default=i}),Il=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=function defineInspect(e){var n=e.prototype.toJSON;"function"==typeof n||(0,i.default)(0),e.prototype.inspect=n,t.default&&(e.prototype[t.default]=n)};var i=_interopRequireDefault(Tl),t=_interopRequireDefault(hl);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}}),Dl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.isNode=function isNode(e){return null!=e&&"string"==typeof e.kind},n.Token=n.Location=void 0;var i=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}(Il);var t=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}();(0,i.default)(n.Location=t);t=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}();(0,i.default)(n.Token=t)}),Sl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.TokenKind=void 0;var i=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"});n.TokenKind=i}),bl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=function inspect(e){return formatValue(e,[])};var t=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}(hl);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)}var d=10,o=2;function formatValue(e,n){switch(_typeof(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(t.default)];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(o<n.length)return"[Array]";for(var i=Math.min(d,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(o<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)}}}),Fl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=function devAssert(e,n){if(!Boolean(e))throw new Error(n)}}),El=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i="production"===process.env.NODE_ENV?function instanceOf(e,n){return e instanceof n}:function instanceOf(e,n){if(e instanceof n)return!0;if(e){var i=e.constructor,n=n.name;if(n&&i&&i.name===n)throw new Error("Cannot use ".concat(n,' "').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};n.default=i}),Al=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.isSource=function isSource(e){return(0,i.default)(e,r)},n.Source=void 0;var t=_interopRequireDefault(bl),a=_interopRequireDefault(Fl),i=_interopRequireDefault(El);function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}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)}}var r=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||(0,a.default)(0,"Body must be a string. Received: ".concat((0,t.default)(e),".")),this.body=e,this.name=n,this.locationOffset=i,0<this.locationOffset.line||(0,a.default)(0,"line in locationOffset is 1-indexed and must be positive."),0<this.locationOffset.column||(0,a.default)(0,"column in locationOffset is 1-indexed and must be positive.")}return function _createClass(e,n,i){n&&_defineProperties(e.prototype,n),i&&_defineProperties(e,i)}(Source,[{key:kl.SYMBOL_TO_STRING_TAG,get:function get(){return"Source"}}]),Source}();n.Source=r}),Ol=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.DirectiveLocation=void 0;var i=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});n.DirectiveLocation=i}),Cl=createCommonjsModule(function(e,n){function isBlank(e){for(var n=0;n<e.length;++n)if(" "!==e[n]&&"\t"!==e[n])return;return 1}function getBlockStringIndentation(e){for(var n=!0,i=!0,t=0,a=null,r=0;r<e.length;++r)switch(e.charCodeAt(r)){case 13:10===e.charCodeAt(r+1)&&++r;case 10:i=!(n=!1),t=0;break;case 9:case 32:++t;break;default:i&&!n&&(null===a||t<a)&&(a=t),i=!1}return null!==a&&void 0!==a?a:0}Object.defineProperty(n,"__esModule",{value:!0}),n.dedentBlockStringValue=function dedentBlockStringValue(e){var n=e.split(/\r\n|[\n\r]/g),i=getBlockStringIndentation(e);if(0!==i)for(var t=1;t<n.length;t++)n[t]=n[t].slice(i);var a=0;for(;a<n.length&&isBlank(n[a]);)++a;var r=n.length;for(;a<r&&isBlank(n[r-1]);)--r;return n.slice(a,r).join("\n")},n.getBlockStringIndentation=getBlockStringIndentation,n.printBlockString=function printBlockString(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",i=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=-1===e.indexOf("\n"),a=" "===e[0]||"\t"===e[0],r='"'===e[e.length-1],d="\\"===e[e.length-1],d=!t||r||d||i,i="";!d||t&&a||(i+="\n"+n);i+=n?e.replace(/\n/g,"\n"+n):e,d&&(i+="\n");return'"""'+i.replace(/"""/g,'\\"""')+'"""'}}),_l=createCommonjsModule(function(e,n){function printCharCode(e){return isNaN(e)?Sl.TokenKind.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(;r=t.charCodeAt(++a),48<=r&&r<=57;);return a}throw(0,Nl.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}Object.defineProperty(n,"__esModule",{value:!0}),n.isPunctuatorTokenKind=function isPunctuatorTokenKind(e){return e===Sl.TokenKind.BANG||e===Sl.TokenKind.DOLLAR||e===Sl.TokenKind.AMP||e===Sl.TokenKind.PAREN_L||e===Sl.TokenKind.PAREN_R||e===Sl.TokenKind.SPREAD||e===Sl.TokenKind.COLON||e===Sl.TokenKind.EQUALS||e===Sl.TokenKind.AT||e===Sl.TokenKind.BRACKET_L||e===Sl.TokenKind.BRACKET_R||e===Sl.TokenKind.BRACE_L||e===Sl.TokenKind.PIPE||e===Sl.TokenKind.BRACE_R},n.Lexer=void 0,n.Lexer=function(){function Lexer(e){var n=new Dl.Token(Sl.TokenKind.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!==Sl.TokenKind.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 Dl.Token(Sl.TokenKind.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 Dl.Token(Sl.TokenKind.COMMENT,n,o,i,t,a,d.slice(n+1,o))}(i,r,o,u,n);case 36:return new Dl.Token(Sl.TokenKind.DOLLAR,r,r+1,o,u,n);case 38:return new Dl.Token(Sl.TokenKind.AMP,r,r+1,o,u,n);case 40:return new Dl.Token(Sl.TokenKind.PAREN_L,r,r+1,o,u,n);case 41:return new Dl.Token(Sl.TokenKind.PAREN_R,r,r+1,o,u,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new Dl.Token(Sl.TokenKind.SPREAD,r,r+3,o,u,n);break;case 58:return new Dl.Token(Sl.TokenKind.COLON,r,r+1,o,u,n);case 61:return new Dl.Token(Sl.TokenKind.EQUALS,r,r+1,o,u,n);case 64:return new Dl.Token(Sl.TokenKind.AT,r,r+1,o,u,n);case 91:return new Dl.Token(Sl.TokenKind.BRACKET_L,r,r+1,o,u,n);case 93:return new Dl.Token(Sl.TokenKind.BRACKET_R,r,r+1,o,u,n);case 123:return new Dl.Token(Sl.TokenKind.BRACE_L,r,r+1,o,u,n);case 124:return new Dl.Token(Sl.TokenKind.PIPE,r,r+1,o,u,n);case 125:return new Dl.Token(Sl.TokenKind.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,s=0,m="";for(;o<d.length&&!isNaN(s=d.charCodeAt(o));){if(34===s&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2))return m+=d.slice(u,o),new Dl.Token(Sl.TokenKind.BLOCK_STRING,n,o+3,i,t,a,(0,Cl.dedentBlockStringValue)(m));if(s<32&&9!==s&&10!==s&&13!==s)throw(0,Nl.syntaxError)(e,o,"Invalid character within String: ".concat(printCharCode(s),"."));10===s?(++o,++r.line,r.lineStart=o):13===s?(10===d.charCodeAt(o+1)?o+=2:++o,++r.line,r.lineStart=o):92===s&&34===d.charCodeAt(o+1)&&34===d.charCodeAt(o+2)&&34===d.charCodeAt(o+3)?(m+=d.slice(u,o)+'"""',u=o+=4):++o}throw(0,Nl.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,s="";for(;d<r.length&&!isNaN(u=r.charCodeAt(d))&&10!==u&&13!==u;){if(34===u)return s+=r.slice(o,d),new Dl.Token(Sl.TokenKind.STRING,n,d+1,i,t,a,s);if(u<32&&9!==u)throw(0,Nl.syntaxError)(e,d,"Invalid character within String: ".concat(printCharCode(u),"."));if(++d,92===u){switch(s+=r.slice(o,d-1),u=r.charCodeAt(d)){case 34:s+='"';break;case 47:s+="/";break;case 92:s+="\\";break;case 98:s+="\b";break;case 102:s+="\f";break;case 110:s+="\n";break;case 114:s+="\r";break;case 116:s+="\t";break;case 117:var m=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(m<0){var l=r.slice(d+1,d+5);throw(0,Nl.syntaxError)(e,d,"Invalid character escape sequence: \\u".concat(l,"."))}s+=String.fromCharCode(m),d+=4;break;default:throw(0,Nl.syntaxError)(e,d,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}o=++d}}throw(0,Nl.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(0,Nl.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(0,Nl.syntaxError)(e,u,"Invalid number, expected digit but got: ".concat(printCharCode(o),"."));return new Dl.Token(i?Sl.TokenKind.FLOAT:Sl.TokenKind.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 Dl.Token(Sl.TokenKind.NAME,n,o,i,t,a,r.slice(n,o))}(i,r,o,u,n)}throw(0,Nl.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 Dl.Token(Sl.TokenKind.EOF,a,a,e.line,1+r-e.lineStart,n)}(this,n)}while(n.kind===Sl.TokenKind.COMMENT);return n},Lexer}()}),Rl=createCommonjsModule(function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.parse=function parse(e,n){return new i(e,n).parseDocument()},n.parseValue=function parseValue(e,n){e=new i(e,n);e.expectToken(Sl.TokenKind.SOF);n=e.parseValueLiteral(!1);return e.expectToken(Sl.TokenKind.EOF),n},n.parseType=function parseType(e,n){e=new i(e,n);e.expectToken(Sl.TokenKind.SOF);n=e.parseTypeReference();return e.expectToken(Sl.TokenKind.EOF),n},n.Parser=void 0;var i=function(){function Parser(e,n){e=(0,Al.isSource)(e)?e:new Al.Source(e);this._lexer=new _l.Lexer(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken(Sl.TokenKind.NAME);return{kind:gl.Kind.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:gl.Kind.DOCUMENT,definitions:this.many(Sl.TokenKind.SOF,this.parseDefinition,Sl.TokenKind.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek(Sl.TokenKind.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(Sl.TokenKind.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(Sl.TokenKind.BRACE_L))return{kind:gl.Kind.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var n,i=this.parseOperationType();return this.peek(Sl.TokenKind.NAME)&&(n=this.parseName()),{kind:gl.Kind.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(Sl.TokenKind.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(Sl.TokenKind.PAREN_L,this.parseVariableDefinition,Sl.TokenKind.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:gl.Kind.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(Sl.TokenKind.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(Sl.TokenKind.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(Sl.TokenKind.DOLLAR),{kind:gl.Kind.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:gl.Kind.SELECTION_SET,selections:this.many(Sl.TokenKind.BRACE_L,this.parseSelection,Sl.TokenKind.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek(Sl.TokenKind.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken(Sl.TokenKind.COLON)?(e=i,this.parseName()):i;return{kind:gl.Kind.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek(Sl.TokenKind.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany(Sl.TokenKind.PAREN_L,e?this.parseConstArgument:this.parseArgument,Sl.TokenKind.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken(Sl.TokenKind.COLON),{kind:gl.Kind.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:gl.Kind.ARGUMENT,name:this.parseName(),value:(this.expectToken(Sl.TokenKind.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token;this.expectToken(Sl.TokenKind.SPREAD);var n=this.expectOptionalKeyword("on");return!n&&this.peek(Sl.TokenKind.NAME)?{kind:gl.Kind.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:gl.Kind.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:gl.Kind.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:gl.Kind.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 Sl.TokenKind.BRACKET_L:return this.parseList(e);case Sl.TokenKind.BRACE_L:return this.parseObject(e);case Sl.TokenKind.INT:return this._lexer.advance(),{kind:gl.Kind.INT,value:n.value,loc:this.loc(n)};case Sl.TokenKind.FLOAT:return this._lexer.advance(),{kind:gl.Kind.FLOAT,value:n.value,loc:this.loc(n)};case Sl.TokenKind.STRING:case Sl.TokenKind.BLOCK_STRING:return this.parseStringLiteral();case Sl.TokenKind.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:gl.Kind.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:gl.Kind.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:gl.Kind.NULL,loc:this.loc(n)};default:return{kind:gl.Kind.ENUM,value:n.value,loc:this.loc(n)}}case Sl.TokenKind.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:gl.Kind.STRING,value:e.value,block:e.kind===Sl.TokenKind.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:gl.Kind.LIST,values:this.any(Sl.TokenKind.BRACKET_L,function item(){return n.parseValueLiteral(e)},Sl.TokenKind.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:gl.Kind.OBJECT,fields:this.any(Sl.TokenKind.BRACE_L,function item(){return n.parseObjectField(e)},Sl.TokenKind.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken(Sl.TokenKind.COLON),{kind:gl.Kind.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek(Sl.TokenKind.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken(Sl.TokenKind.AT),{kind:gl.Kind.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken(Sl.TokenKind.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken(Sl.TokenKind.BRACKET_R),{kind:gl.Kind.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken(Sl.TokenKind.BANG)?{kind:gl.Kind.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:gl.Kind.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===Sl.TokenKind.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(Sl.TokenKind.STRING)||this.peek(Sl.TokenKind.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(Sl.TokenKind.BRACE_L,this.parseOperationTypeDefinition,Sl.TokenKind.BRACE_R);return{kind:gl.Kind.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(Sl.TokenKind.COLON);var i=this.parseNamedType();return{kind:gl.Kind.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:gl.Kind.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:gl.Kind.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(Sl.TokenKind.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken(Sl.TokenKind.AMP);n.push(this.parseNamedType()),this.expectOptionalToken(Sl.TokenKind.AMP)||this.peek(Sl.TokenKind.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek(Sl.TokenKind.BRACE_L)&&this._lexer.lookahead().kind===Sl.TokenKind.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany(Sl.TokenKind.BRACE_L,this.parseFieldDefinition,Sl.TokenKind.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs();this.expectToken(Sl.TokenKind.COLON);var a=this.parseTypeReference(),r=this.parseDirectives(!0);return{kind:gl.Kind.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany(Sl.TokenKind.PAREN_L,this.parseInputValueDef,Sl.TokenKind.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName();this.expectToken(Sl.TokenKind.COLON);var t,a=this.parseTypeReference();this.expectOptionalToken(Sl.TokenKind.EQUALS)&&(t=this.parseValueLiteral(!0));var r=this.parseDirectives(!0);return{kind:gl.Kind.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:gl.Kind.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:gl.Kind.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken(Sl.TokenKind.EQUALS)?this.delimitedMany(Sl.TokenKind.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:gl.Kind.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany(Sl.TokenKind.BRACE_L,this.parseEnumValueDefinition,Sl.TokenKind.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:gl.Kind.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:gl.Kind.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany(Sl.TokenKind.BRACE_L,this.parseInputValueDef,Sl.TokenKind.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===Sl.TokenKind.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(Sl.TokenKind.BRACE_L,this.parseOperationTypeDefinition,Sl.TokenKind.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:gl.Kind.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:gl.Kind.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:gl.Kind.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:gl.Kind.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:gl.Kind.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:gl.Kind.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:gl.Kind.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(Sl.TokenKind.AT);var i=this.parseName(),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var r=this.parseDirectiveLocations();return{kind:gl.Kind.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany(Sl.TokenKind.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==Ol.DirectiveLocation[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 Dl.Location(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(0,Nl.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!==Sl.TokenKind.NAME||n.value!==e)throw(0,Nl.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===Sl.TokenKind.NAME&&n.value===e&&(this._lexer.advance(),!0)},e.unexpected=function unexpected(e){e=null!=e?e:this._lexer.token;return(0,Nl.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(0,_l.isPunctuatorTokenKind)(e)?'"'.concat(e,'"'):e}n.Parser=i}),wl=Rl.parse;function normalize$1(e){return e.replace(/[\s,]+/g," ").trim()}var Vl={},Pl={};function cacheKeyFromLoc(e){return normalize$1(e.source.body.substring(e.start,e.end))}function resetCaches(){Vl={},Pl={}}var jl=!0;function processFragments(e){for(var n={},i=[],t=0;t<e.definitions.length;t++){var a,r,d=e.definitions[t];"FragmentDefinition"===d.kind?(a=d.name.value,r=cacheKeyFromLoc(d.loc),Pl.hasOwnProperty(a)&&!Pl[a][r]?(jl&&console.warn("Warning: fragment with name "+a+" 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"),Pl[a][r]=!0):Pl.hasOwnProperty(a)||(Pl[a]={},Pl[a][r]=!0),n[r]||(n[r]=!0,i.push(d))):i.push(d)}return e.definitions=i,e}function disableFragmentWarnings(){jl=!1}function stripLoc(e,n){var i=Object.prototype.toString.call(e);if("[object Array]"===i)return e.map(function(e){return stripLoc(e,n)});if("[object Object]"!==i)throw new Error("Unexpected input.");n&&e.loc&&delete e.loc,e.loc&&(delete e.loc.startToken,delete e.loc.endToken);var t,a,r,d=Object.keys(e);for(t in d)d.hasOwnProperty(t)&&(a=e[d[t]],"[object Object]"!==(r=Object.prototype.toString.call(a))&&"[object Array]"!==r||(e[d[t]]=stripLoc(a,!0)));return e}var Ll=!1;function parseDocument(e){var n=normalize$1(e);if(Vl[n])return Vl[n];e=wl(e,{experimentalFragmentVariables:Ll});if(!e||"Document"!==e.kind)throw new Error("Not a valid GraphQL document.");return e=stripLoc(e=processFragments(e),!1),Vl[n]=e}function enableExperimentalFragmentVariables(){Ll=!0}function disableExperimentalFragmentVariables(){Ll=!1}function gql(){for(var e=Array.prototype.slice.call(arguments),n=e[0],i="string"==typeof n?n:n[0],t=1;t<e.length;t++)i+=e[t]&&e[t].kind&&"Document"===e[t].kind?e[t].loc.source.body:e[t],i+=n[t];return parseDocument(i)}(gql.default=gql).resetCaches=resetCaches,gql.disableFragmentWarnings=disableFragmentWarnings,gql.enableExperimentalFragmentVariables=enableExperimentalFragmentVariables,gql.disableExperimentalFragmentVariables=disableExperimentalFragmentVariables;var xl=gql;function _templateObject(){var e=_taggedTemplateLiteral(["\n\tfragment session on Session {\n\t\tid\n\t}\n"]);return _templateObject=function _templateObject(){return e},e}var Bl=gql(_templateObject()),Ml=function SessionHandler(e){var n=this;_classCallCheck(this,SessionHandler),this.cacheKeyForSession="Session",this.readSessionId=function(){var e=n.cache.readFragment({id:n.cacheKeyForSession,fragment:Bl});return zt(e,"id")||"1"},this.writeSessionId=function(e){n.cache.writeFragment({id:n.cacheKeyForSession,fragment:Bl,data:{id:e,__typename:"Session"}})},this.cache=e.cache};function createZimbraSchema(e){var n=e.cache,i=_objectWithoutProperties(e,["cache","getApolloClient"]),n=n?new Ml({cache:n}):void 0,a=new Iu(_objectSpread2(_objectSpread2({},i),{},{sessionHandler:n})),r=e.localStoreClient,e=t.makeExecutableSchema({typeDefs:Du,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,i){return((2<arguments.length&&void 0!==i?i:{}).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,i){return((2<arguments.length&&void 0!==i?i:{}).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(){return a.getAvailableLocales()},getMailboxMetadata:function getMailboxMetadata(e,n){return a.getMailboxMetadata(n)},getMessage:function getMessage(e,n,i){return((2<arguments.length&&void 0!==i?i:{}).local?r:a).getMessage(n)},getMessagesMetadata:function getMessagesMetadata(e,n,i){return((2<arguments.length&&void 0!==i?i:{}).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,i){return a.noop(n,(2<arguments.length&&void 0!==i?i:{}).fetchOptions)},recoverAccount:function recoverAccount(e,n){return a.recoverAccount(n)},relatedContacts:function relatedContacts(e,n){return a.relatedContacts(n)},search:function search(e,n,i){return((2<arguments.length&&void 0!==i?i:{}).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,i){var t=n.type,n=_objectWithoutProperties(n,["type"]);return((2<arguments.length&&void 0!==i?i:{}).local?r:a).action(t,n)},addMessage:function addMessage(e,n,i){return((2<arguments.length&&void 0!==i?i:{}).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,["isLocalFolder"]);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){return a.saveDraft(n.message,n.accountName)},sendMessage:function sendMessage(e,n){return a.sendMessage(n.message,n.accountName)},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:Xt(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(mu.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}}var zl=function(){function OperationBatcher(e){var n=e.batchInterval,i=e.batchMax,t=e.batchHandler,e=e.batchKey;this.queuedRequests=new Map,this.batchInterval=n,this.batchMax=i||0,this.batchHandler=t,this.batchKey=e||function(){return""}}return OperationBatcher.prototype.enqueueRequest=function(e){var n=this,i=bu({},e),t=!1,a=this.batchKey(e.operation);return i.observable||(i.observable=new dm(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.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)||dm.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||"";setTimeout(function(){n.queuedRequests.get(i)&&n.queuedRequests.get(i).length&&n.consumeQueue(i)},this.batchInterval)},OperationBatcher}(),ql=function(d){function BatchLink(e){var n=d.call(this)||this,i=e||{},t=i.batchInterval,a=i.batchMax,r=i.batchHandler,i=i.batchKey;return n.batcher=new zl({batchInterval:void 0===t?10:t,batchMax:void 0===a?0:a,batchHandler:void 0===r?function(){return null}:r,batchKey:void 0===i?function(){return""}:i}),e.batchHandler.length<=1&&(n.request=function(e){return n.batcher.enqueueRequest({operation:e})}),n}return __extends(BatchLink,d),BatchLink.prototype.request=function(e,n){return this.batcher.enqueueRequest({operation:e,forward:n})},BatchLink}(vm),Ul=function(){_inherits(LocalBatchLink,vm);var e=_createSuper(LocalBatchLink);function LocalBatchLink(a){var r;_classCallCheck(this,LocalBatchLink),(r=e.call(this)).schema=a.schema;var t=new events;return r.on=t.on,r.off=t.off,r.batcher=new ql({batchInterval:a.batchInterval,batchHandler:function batchHandler(e){return new dm(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 graphql(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)})})}}),r}return _createClass(LocalBatchLink,[{key:"request",value:function request(e){return this.batcher.request(e)}}]),LocalBatchLink}();function onError(d){return new vm(function(a,r){return new dm(function(n){var e,i,t;try{e=r(a).subscribe({next:function(e){e.errors&&(t=d({graphQLErrors:e.errors,response:e,operation:a,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.next(e)},error:function(e){(t=d({operation:a,networkError:e,graphQLErrors:e&&e.result&&e.result.errors,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.error(e)},complete:function(){t||n.complete.bind(n)()}})}catch(e){d({networkError:e,operation:a,forward:r}),n.error(e)}return function(){e&&e.unsubscribe(),i&&e.unsubscribe()}})})}var Gl=function(i){function ErrorLink(e){var n=i.call(this)||this;return n.link=onError(e),n}return __extends(ErrorLink,i),ErrorLink.prototype.request=function(e,n){return this.link.request(e,n)},ErrorLink}(vm),Kl=function(){_inherits(ZimbraErrorLink,Gl);var e=_createSuper(ZimbraErrorLink);function ZimbraErrorLink(){var a;return _classCallCheck(this,ZimbraErrorLink),(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,["message","originalError"]),e=zt(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=[],a.executeHandlers=function(n){a.handlers.map(function(e){e(n)})},a.registerHandler=function(e){a.handlers.push(e)},a.unRegisterAllHandlers=function(){a.handlers=[]},a.unRegisterHandler=function(e){e=a.handlers.findIndex(e);-1!==e&&a.handlers.splice(e,1)},a}return ZimbraErrorLink}(),Wl=function dataIdFromPath(e,n){if(e.__typename){n=zt(e,n);return n?"".concat(e.__typename,":").concat(n):rl(e)}},Hl=function dataIdFromObject(e){switch(e.__typename){case"CalendarItemHitInfo":return e.instances?"".concat(rl(e),":").concat(e.instances.length):"".concat(rl(e));case"MailboxMetadata":return Wl(e,"meta.0.section");case"Folder":return"1"===e.id?"".concat(e.__typename,":").concat(e.id,":").concat(e.uuid):rl(e);case"AutoCompleteMatch":return"".concat(rl(e),":").concat(e.email);case"ContactListMember":return"".concat(e.type,":").concat(e.value);default:return rl(e)}};function createPossibleTypes(){return(0<arguments.length&&void 0!==arguments[0]?arguments[0]:Object)({MailItem:["Conversation","MessageInfo","MsgWithGroupInfo"]})}var Ql={Query:{fields:{accountInfo:{merge:!0},getPreferences:{merge:!0}}}},Yl=function(){_inherits(ZimbraInMemoryCache,cl);var n=_createSuper(ZimbraInMemoryCache);function ZimbraInMemoryCache(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};return _classCallCheck(this,ZimbraInMemoryCache),e.possibleTypes&&"function"!=typeof e.possibleTypes||(e.possibleTypes=createPossibleTypes(e.possibleTypes)),n.call(this,_objectSpread2({dataIdFromObject:Hl,typePolicies:Ql},e))}return ZimbraInMemoryCache}(),$l=function SyncOfflineOperations(e){var i=this,n=e.apolloClient,t=e.storage,e=e.storeKey,e=void 0===e?"@offlineQueueKey":e;if(_classCallCheck(this,SyncOfflineOperations),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))},this.clearOfflineData=function(){return i.offlineData=[],Promise.resolve(i.storage.removeItem(i.storeKey))},this.getOfflineData=function(){return Promise.resolve(i.storage.getItem(i.storeKey))},this.hasOfflineData=function(){return!!(i.offlineData&&0<i.offlineData.length)},this.init=function(){return i.getOfflineData().then(function(e){return i.offlineData=e&&JSON.parse(e)||[]})},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=[]};function hasSensitiveVariables(e){return!!zt(e,"variables.password")}function isMutationOperation(e){e=e.query;return e&&e.definitions&&0<e.definitions.filter(function(e){return"mutation"===e.operation}).length}function deriveOfflineQueue(e){return e.map(function(e){var n=e.operation,i=n.query,e=n.variables,n={};return _defineProperty(n,isMutationOperation({query:i})?"mutation":"query",i),_defineProperty(n,"variables",e),n})}var Jl,Zl,Xl,ec,nc,ic=function(){_inherits(OfflineQueueLink,vm);var t=_createSuper(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(this,OfflineQueueLink),(a=t.call(this)).close=function(){a.isOpen=!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()},a.enqueue=function(e){a.operationQueue.push(e),a.persist()},a.getSize=function(){return Promise.resolve(a.storage.getItem(a.storeKey)).then(function(e){return(e||"").length})},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)},a.open=function(){if((0<arguments.length&&void 0!==arguments[0]?arguments[0]:{}).apolloClient)return a.isOpen=!0,a.retry()},a.persist=function(){return Promise.resolve(a.storage.setItem(a.storeKey,JSON.stringify(deriveOfflineQueue(a.operationQueue))))},a.purge=function(){return Promise.resolve(a.storage.removeItem(a.storeKey))},a.retry=function(){return new Promise(function(e){var n=a.operationQueue.length;if(!n)return e();function a1a(){0==--n&&e()}a.operationQueue.forEach(function(n){var i=n.observer;(0,n.forward)(n.operation).subscribe({next:function next(e){i.next&&i.next(e)},error:function error(e){a.dequeue(n),i.error&&i.error(e),a1a()},complete:function complete(){a.dequeue(n),i.complete&&i.complete(),a1a()}})})})},a.sync=function(e){e=e.apolloClient;if(e){var n=new $l({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(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||hasSensitiveVariables(i))&&t?t(i):new dm(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}();!function(e){e.conversation="conversation",e.message="message"}(Jl=Jl||{}),function(e){e.unread="u",e.flagged="f",e.hasAttachment="a",e.replied="r",e.sentByMe="s",e.forwarded="w",e.calendarInvite="v",e.draft="d",e.imapDeleted="x",e.notificationSent="n",e.urgent="!",e.lowPriority="?",e.priority="+"}(Zl=Zl||{}),function(e){e.update="update",e.delete="delete",e.read="read",e.unread="!read",e.flag="flag",e.unflag="!flag",e.tag="tag",e.untag="!tag",e.move="move",e.spam="spam",e.unspam="!spam",e.trash="trash",e.copy="copy",e.recover="recover",e.rename="rename"}(Xl=Xl||{}),(ec=ec||{}).update="update",(nc=nc||{}).priority="priority";var tc=Object.freeze({__proto__:null,get MailFolderView(){return Jl},get MessageFlags(){return Zl},get ActionOps(){return Xl},get _MessageActionOps(){return ec},get _ConversationActionOps(){return nc},get ActionType(){return mu},get ActionResultType(){return lu},get AccountType(){return Pd},get ActionTypeName(){return jd},get AddressType(){return Ld},get AlarmAction(){return xd},get AlarmRelatedTo(){return Bd},get AutoCompleteMatchType(){return Md},get CalendarItemClass(){return zd},get CalendarItemRecurrenceFrequency(){return qd},get ConnectionType(){return Ud},get ContactType(){return Gd},get FilterMatchCondition(){return Kd},get FolderView(){return Wd},get FreeBusyStatus(){return Hd},get GalSearchType(){return Qd},get GranteeType(){return Yd},get Importance(){return $d},get InviteCompletionStatus(){return Jd},get InviteReplyType(){return Zd},get InviteReplyVerb(){return Xd},get InviteType(){return eo},get LicenseStatus(){return no},get Mode(){return io},get NeedIsMemberType(){return to},get ParticipationRole(){return ao},get ParticipationStatus(){return ro},get PasswordRecoveryAddressStatus(){return oo},get PrefCalendarInitialView(){return uo},get PrefClientType(){return so},get PrefDelegatedSendSaveTarget(){return mo},get PrefMailSelectAfterDelete(){return lo},get PrefMailSendReadReceipts(){return co},get ReadingPaneLocation(){return po},get RecoverAccountOp(){return ko},get ResetPasswordStatus(){return vo},get SaveDocumentAction(){return yo},get SaveDocumentType(){return fo},get SearchType(){return No},get SetRecoveryAccountChannel(){return go},get SetRecoveryAccountOp(){return To},get ShareInputAction(){return ho},get SortBy(){return Io},get Weekday(){return Do},get ZimletPresence(){return So}}),ac={Contact:Br,Conversation:tr,Document:qr,FolderEntity:gr,Mailbox:Ed,MessageInfo:nr,Tag:Fd};exports.LocalBatchLink=Ul,exports.OfflineQueueLink=ic,exports.SyncOfflineOperations=$l,exports.ZimbraBatchClient=Iu,exports.ZimbraErrorLink=Kl,exports.ZimbraInMemoryCache=Yl,exports.batchJsonRequest=batchJsonRequest,exports.createZimbraSchema=createZimbraSchema,exports.entities=ac,exports.jsonRequest=jsonRequest,exports.normalize=normalize,exports.schema=Du,exports.types=tc;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@graphql-tools/schema");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 _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}}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}function _objectWithoutProperties(e,n){if(null==e)return{};var i,t=_objectWithoutPropertiesLoose(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 _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)}function _createSuper$1(i){var t=_isNativeReflectConstruct$1();return function _createSuperInternal(){var e,n=_getPrototypeOf$1(i);return _possibleConstructorReturn$1(this,t?(e=_getPrototypeOf$1(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _taggedTemplateLiteral(e,n){return n=n||e.slice(0),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(n)}}))}function _slicedToArray(e,n){return _arrayWithHoles(e)||_iterableToArrayLimit(e,n)||_unsupportedIterableToArray$1(e,n)||_nonIterableRest()}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$1(e)||_nonIterableSpread()}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$1(e)}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(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}}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}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 _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.")}var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n="object"==typeof e&&e&&e.Object===Object&&e,a=n,i=a,r="object"==typeof self&&self&&self.Object===Object&&self,d=i||r||Function("return this")(),o=d,u=o,m=o.Symbol,s=m,l=s,c=Object.prototype,p=c.hasOwnProperty,k=c.toString,v=l?l.toStringTag:void 0;function getRawTag$1(e){var n=p.call(e,v),i=e[v];try{var t=!(e[v]=void 0)}catch(e){}var a=k.call(e);return t&&(n?e[v]=i:delete e[v]),a}var y=getRawTag$1,f=Object.prototype,N=f.toString;function objectToString$1(e){return N.call(e)}var g=objectToString$1,T=s,h=y,I=objectToString$1,D="[object Null]",S="[object Undefined]",b=s?s.toStringTag:void 0;function baseGetTag$7(e){return null==e?void 0===e?S:D:(b&&b in Object(e)?h:I)(e)}var F=baseGetTag$7;function isObject$3(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)}var A=isObject$3,E=F,C=A,O="[object AsyncFunction]",_="[object Function]",R="[object GeneratorFunction]",V="[object Proxy]";function isFunction$2(e){if(!C(e))return!1;e=E(e);return e==_||e==R||e==O||e==V}var P=isFunction$2,w=o,j=o["__core-js_shared__"],B=j,L=j,x=function(){var e=/[^.]+$/.exec(L&&L.keys&&L.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked$1(e){return!!x&&x in e}var M=isMasked$1,z=Function.prototype,$=z.toString;function toSource$2(e){if(null!=e){try{return $.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var q=toSource$2,U=P,G=M,W=A,H=q,Q=/[\\^$.*+?()[\]{}|]/g,K=/^\[object .+?Constructor\]$/,Z=Function.prototype,Y=Object.prototype,J=Z.toString,X=Y.hasOwnProperty,ee=RegExp("^"+J.call(X).replace(Q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative$1(e){return!(!W(e)||G(e))&&(U(e)?ee:K).test(H(e))}var ne=baseIsNative$1;function getValue$1(e,n){return null==e?void 0:e[n]}var ie=getValue$1,te=baseIsNative$1,ae=getValue$1;function getNative$7(e,n){n=ae(e,n);return te(n)?n:void 0}var re=getNative$7,de=re,oe=function(){try{var e=de(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),ue=oe,me=ue;function baseAssignValue$1(e,n,i){"__proto__"==n&&me?me(e,n,{configurable:!0,enumerable:!0,value:i,writable:!0}):e[n]=i}var se=baseAssignValue$1;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 le=createBaseFor$1,ce=createBaseFor$1,pe=createBaseFor$1(),ke=pe;function baseTimes$1(e,n){for(var i=-1,t=Array(e);++i<e;)t[i]=n(i);return t}var ve=baseTimes$1;function isObjectLike$9(e){return null!=e&&"object"==typeof e}var ye=isObjectLike$9,fe=F,Ne=ye,ge="[object Arguments]";function baseIsArguments$1(e){return Ne(e)&&fe(e)==ge}var Te=baseIsArguments$1,he=baseIsArguments$1,Ie=ye,De=Object.prototype,Se=De.hasOwnProperty,be=De.propertyIsEnumerable,Fe=he(function(){return arguments}())?he:function(e){return Ie(e)&&Se.call(e,"callee")&&!be.call(e,"callee")},Ae=Fe,Ee=Array.isArray,Ce=Ee,Oe={exports:{}};function stubFalse(){return!1}var _e=stubFalse;!function(e,n){var i=n&&!n.nodeType&&n,n=i&&e&&!e.nodeType&&e,i=n&&n.exports===i?o.Buffer:void 0;e.exports=(i?i.isBuffer:void 0)||_e}(Oe,Oe.exports);var Re=9007199254740991,Ve=/^(?:0|[1-9]\d*)$/;function isIndex$2(e,n){var i=typeof e;return!!(n=null==n?Re:n)&&("number"==i||"symbol"!=i&&Ve.test(e))&&-1<e&&e%1==0&&e<n}var Pe=isIndex$2,we=9007199254740991;function isLength$3(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=we}var je=isLength$3,Be=F,Le=je,xe=ye,Me="[object Arguments]",ze="[object Array]",$e="[object Boolean]",qe="[object Date]",Ue="[object Error]",Ge="[object Function]",We="[object Map]",He="[object Number]",Qe="[object Object]",Ke="[object RegExp]",Ze="[object Set]",Ye="[object String]",Je="[object WeakMap]",Xe="[object ArrayBuffer]",en="[object DataView]",nn="[object Float32Array]",tn="[object Float64Array]",an="[object Int8Array]",rn="[object Int16Array]",dn="[object Int32Array]",on="[object Uint8Array]",un="[object Uint8ClampedArray]",mn="[object Uint16Array]",sn="[object Uint32Array]",ln={};function baseIsTypedArray$1(e){return xe(e)&&Le(e.length)&&!!ln[Be(e)]}ln[nn]=ln[tn]=ln[an]=ln[rn]=ln[dn]=ln[on]=ln[un]=ln[mn]=ln[sn]=!0,ln[Me]=ln[ze]=ln[Xe]=ln[$e]=ln[en]=ln[qe]=ln[Ue]=ln[Ge]=ln[We]=ln[He]=ln[Qe]=ln[Ke]=ln[Ze]=ln[Ye]=ln[Je]=!1;var cn=baseIsTypedArray$1;function baseUnary$2(n){return function(e){return n(e)}}var pn=baseUnary$2,kn={exports:{}};!function(e,n){var n=n&&!n.nodeType&&n,i=n&&e&&!e.nodeType&&e,t=i&&i.exports===n&&a.process,n=function(){try{var e=i&&i.require&&i.require("util").types;return e?e:t&&t.binding&&t.binding("util")}catch(e){}}();e.exports=n}(kn,kn.exports);var vn=cn,yn=pn,fn=kn.exports,Nn=fn&&fn.isTypedArray,gn=Nn?yn(Nn):vn,Tn=gn,hn=ve,In=Ae,Dn=Ce,Sn=Oe.exports,bn=Pe,Fn=Tn,An=Object.prototype,En=An.hasOwnProperty;function arrayLikeKeys$1(e,n){var i,t=Dn(e),a=!t&&In(e),r=!t&&!a&&Sn(e),d=!t&&!a&&!r&&Fn(e),o=t||a||r||d,u=o?hn(e.length,String):[],m=u.length;for(i in e)!n&&!En.call(e,i)||o&&("length"==i||r&&("offset"==i||"parent"==i)||d&&("buffer"==i||"byteLength"==i||"byteOffset"==i)||bn(i,m))||u.push(i);return u}var Cn=arrayLikeKeys$1,On=Object.prototype;function isPrototype$1(e){var n=e&&e.constructor;return e===("function"==typeof n&&n.prototype||On)}var _n=isPrototype$1;function overArg$2(n,i){return function(e){return n(i(e))}}var Rn=overArg$2,Vn=Rn,Pn=Rn(Object.keys,Object),wn=Pn,jn=_n,Bn=Pn,Ln=Object.prototype,xn=Ln.hasOwnProperty;function baseKeys$1(e){if(!jn(e))return Bn(e);var n,i=[];for(n in Object(e))xn.call(e,n)&&"constructor"!=n&&i.push(n);return i}var Mn=baseKeys$1,zn=P,$n=je;function isArrayLike$4(e){return null!=e&&$n(e.length)&&!zn(e)}var qn=isArrayLike$4,Un=Cn,Gn=baseKeys$1,Wn=qn;function keys$3(e){return(Wn(e)?Un:Gn)(e)}var Hn=keys$3,Qn=ke,Kn=Hn;function baseForOwn$2(e,n){return e&&Qn(e,n,Kn)}var Zn=baseForOwn$2;function listCacheClear$1(){this.__data__=[],this.size=0}var Yn=listCacheClear$1;function eq$2(e,n){return e===n||e!=e&&n!=n}var Jn=eq$2,Xn=Jn;function assocIndexOf$4(e,n){for(var i=e.length;i--;)if(Xn(e[i][0],n))return i;return-1}var ei=assocIndexOf$4,ni=ei,ii=Array.prototype,ti=ii.splice;function listCacheDelete$1(e){var n=this.__data__,e=ni(n,e);return!(e<0)&&(e==n.length-1?n.pop():ti.call(n,e,1),--this.size,!0)}var ai=listCacheDelete$1,ri=ei;function listCacheGet$1(e){var n=this.__data__,e=ri(n,e);return e<0?void 0:n[e][1]}var di=listCacheGet$1,oi=ei;function listCacheHas$1(e){return-1<oi(this.__data__,e)}var ui=listCacheHas$1,mi=ei;function listCacheSet$1(e,n){var i=this.__data__,t=mi(i,e);return t<0?(++this.size,i.push([e,n])):i[t][1]=n,this}var si=listCacheSet$1,li=Yn,ci=listCacheDelete$1,pi=listCacheGet$1,ki=listCacheHas$1,vi=listCacheSet$1;function ListCache$4(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}ListCache$4.prototype.clear=li,ListCache$4.prototype.delete=ci,ListCache$4.prototype.get=pi,ListCache$4.prototype.has=ki,ListCache$4.prototype.set=vi;var yi=ListCache$4,fi=yi;function stackClear$1(){this.__data__=new fi,this.size=0}var Ni=stackClear$1;function stackDelete$1(e){var n=this.__data__,e=n.delete(e);return this.size=n.size,e}var gi=stackDelete$1;function stackGet$1(e){return this.__data__.get(e)}var Ti=stackGet$1;function stackHas$1(e){return this.__data__.has(e)}var hi=stackHas$1,Ii=re,Di=o,Si=re(o,"Map"),bi=Si,Fi=re,Ai=re(Object,"create"),Ei=Ai,Ci=Ei;function hashClear$1(){this.__data__=Ci?Ci(null):{},this.size=0}var Oi=hashClear$1;function hashDelete$1(e){e=this.has(e)&&delete this.__data__[e];return this.size-=e?1:0,e}var _i=hashDelete$1,Ri=Ei,Vi="__lodash_hash_undefined__",Pi=Object.prototype,wi=Pi.hasOwnProperty;function hashGet$1(e){var n=this.__data__;if(Ri){var i=n[e];return i===Vi?void 0:i}return wi.call(n,e)?n[e]:void 0}var ji=hashGet$1,Bi=Ei,Li=Object.prototype,xi=Li.hasOwnProperty;function hashHas$1(e){var n=this.__data__;return Bi?void 0!==n[e]:xi.call(n,e)}var Mi=hashHas$1,zi=Ei,$i="__lodash_hash_undefined__";function hashSet$1(e,n){var i=this.__data__;return this.size+=this.has(e)?0:1,i[e]=zi&&void 0===n?$i:n,this}var qi=hashSet$1,Ui=Oi,Gi=_i,Wi=ji,Hi=hashHas$1,Qi=hashSet$1;function Hash$1(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}Hash$1.prototype.clear=Ui,Hash$1.prototype.delete=Gi,Hash$1.prototype.get=Wi,Hash$1.prototype.has=Hi,Hash$1.prototype.set=Qi;var Ki=Hash$1,Zi=Hash$1,Yi=yi,Ji=bi;function mapCacheClear$1(){this.size=0,this.__data__={hash:new Zi,map:new(Ji||Yi),string:new Zi}}var Xi=mapCacheClear$1;function isKeyable$1(e){var n=typeof e;return"string"==n||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==e:null===e}var et=isKeyable$1,nt=isKeyable$1;function getMapData$4(e,n){e=e.__data__;return nt(n)?e["string"==typeof n?"string":"hash"]:e.map}var it=getMapData$4,tt=getMapData$4;function mapCacheDelete$1(e){e=tt(this,e).delete(e);return this.size-=e?1:0,e}var at=mapCacheDelete$1,rt=getMapData$4;function mapCacheGet$1(e){return rt(this,e).get(e)}var dt=mapCacheGet$1,ot=getMapData$4;function mapCacheHas$1(e){return ot(this,e).has(e)}var ut=mapCacheHas$1,mt=getMapData$4;function mapCacheSet$1(e,n){var i=mt(this,e),t=i.size;return i.set(e,n),this.size+=i.size==t?0:1,this}var st=mapCacheSet$1,lt=mapCacheClear$1,ct=mapCacheDelete$1,pt=mapCacheGet$1,kt=mapCacheHas$1,vt=mapCacheSet$1;function MapCache$3(e){var n=-1,i=null==e?0:e.length;for(this.clear();++n<i;){var t=e[n];this.set(t[0],t[1])}}MapCache$3.prototype.clear=lt,MapCache$3.prototype.delete=ct,MapCache$3.prototype.get=pt,MapCache$3.prototype.has=kt,MapCache$3.prototype.set=vt;var yt=MapCache$3,ft=yi,Nt=bi,gt=yt,Tt=200;function stackSet$1(e,n){var i=this.__data__;if(i instanceof ft){var t=i.__data__;if(!Nt||t.length<Tt-1)return t.push([e,n]),this.size=++i.size,this;i=this.__data__=new gt(t)}return i.set(e,n),this.size=i.size,this}var ht=stackSet$1,It=yi,Dt=Ni,St=gi,bt=Ti,Ft=hi,At=stackSet$1;function Stack$2(e){e=this.__data__=new It(e);this.size=e.size}Stack$2.prototype.clear=Dt,Stack$2.prototype.delete=St,Stack$2.prototype.get=bt,Stack$2.prototype.has=Ft,Stack$2.prototype.set=At;var Et=Stack$2,Ct="__lodash_hash_undefined__";function setCacheAdd$1(e){return this.__data__.set(e,Ct),this}var Ot=setCacheAdd$1;function setCacheHas$1(e){return this.__data__.has(e)}var _t=setCacheHas$1,Rt=yt,Vt=setCacheAdd$1,Pt=setCacheHas$1;function SetCache$2(e){var n=-1,i=null==e?0:e.length;for(this.__data__=new Rt;++n<i;)this.add(e[n])}SetCache$2.prototype.add=SetCache$2.prototype.push=Vt,SetCache$2.prototype.has=Pt;var wt=SetCache$2;function arraySome$1(e,n){for(var i=-1,t=null==e?0:e.length;++i<t;)if(n(e[i],i,e))return!0;return!1}var jt=arraySome$1;function cacheHas$2(e,n){return e.has(n)}var Bt=cacheHas$2,Lt=wt,xt=arraySome$1,Mt=Bt,zt=1,$t=2;function equalArrays$2(e,n,i,t,a,r){var d=i&zt,o=e.length,u=n.length;if(o!=u&&!(d&&o<u))return!1;var m=r.get(e),u=r.get(n);if(m&&u)return m==n&&u==e;var s=-1,l=!0,c=i&$t?new Lt:void 0;for(r.set(e,n),r.set(n,e);++s<o;){var p,k=e[s],v=n[s];if(void 0!==(p=t?d?t(v,k,s,n,e,r):t(k,v,s,e,n,r):p)){if(p)continue;l=!1;break}if(c){if(!xt(n,function(e,n){if(!Mt(c,n)&&(k===e||a(k,e,i,t,r)))return c.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}var qt=equalArrays$2,Ut=o,Gt=o.Uint8Array,Wt=Gt;function mapToArray$1(e){var i=-1,t=Array(e.size);return e.forEach(function(e,n){t[++i]=[n,e]}),t}var Ht=mapToArray$1;function setToArray$1(e){var n=-1,i=Array(e.size);return e.forEach(function(e){i[++n]=e}),i}var Qt=setToArray$1,Kt=s,Zt=Gt,Yt=Jn,Jt=qt,Xt=mapToArray$1,ea=setToArray$1,na=1,ia=2,ta="[object Boolean]",aa="[object Date]",ra="[object Error]",da="[object Map]",oa="[object Number]",ua="[object RegExp]",ma="[object Set]",sa="[object String]",la="[object Symbol]",ca="[object ArrayBuffer]",pa="[object DataView]",ka=s?s.prototype:void 0,va=ka?ka.valueOf:void 0;function equalByTag$1(e,n,i,t,a,r,d){switch(i){case pa:if(e.byteLength!=n.byteLength||e.byteOffset!=n.byteOffset)return!1;e=e.buffer,n=n.buffer;case ca:return e.byteLength==n.byteLength&&r(new Zt(e),new Zt(n))?!0:!1;case ta:case aa:case oa:return Yt(+e,+n);case ra:return e.name==n.name&&e.message==n.message;case ua:case sa:return e==n+"";case da:var o=Xt;case ma:o=o||ea;if(e.size!=n.size&&!(t&na))return!1;var u=d.get(e);if(u)return u==n;t|=ia,d.set(e,n);o=Jt(o(e),o(n),t,a,r,d);return d.delete(e),o;case la:if(va)return va.call(e)==va.call(n)}return!1}var ya=equalByTag$1;function arrayPush$3(e,n){for(var i=-1,t=n.length,a=e.length;++i<t;)e[a+i]=n[i];return e}var fa=arrayPush$3,Na=fa,ga=Ce;function baseGetAllKeys$1(e,n,i){n=n(e);return ga(e)?n:Na(n,i(e))}var Ta=baseGetAllKeys$1;function arrayFilter$1(e,n){for(var i=-1,t=null==e?0:e.length,a=0,r=[];++i<t;){var d=e[i];n(d,i,e)&&(r[a++]=d)}return r}var ha=arrayFilter$1;function stubArray$1(){return[]}var Ia=stubArray$1,Da=arrayFilter$1,Sa=stubArray$1,ba=Object.prototype,Fa=ba.propertyIsEnumerable,Aa=Object.getOwnPropertySymbols,Ea=Aa?function(n){return null==n?[]:(n=Object(n),Da(Aa(n),function(e){return Fa.call(n,e)}))}:Sa,Ca=Ea,Oa=Ta,_a=Ea,Ra=Hn;function getAllKeys$1(e){return Oa(e,Ra,_a)}var Va=getAllKeys$1,Pa=getAllKeys$1,wa=1,ja=Object.prototype,Ba=ja.hasOwnProperty;function equalObjects$1(e,n,i,t,a,r){var d=i&wa,o=Pa(e),u=o.length;if(u!=Pa(n).length&&!d)return!1;for(var m=u;m--;){var s=o[m];if(!(d?s in n:Ba.call(n,s)))return!1}var l=r.get(e),c=r.get(n);if(l&&c)return l==n&&c==e;var p=!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)){p=!1;break}k=k||"constructor"==s}return!p||k||(l=e.constructor)!=(c=n.constructor)&&"constructor"in e&&"constructor"in n&&!("function"==typeof l&&l instanceof l&&"function"==typeof c&&c instanceof c)&&(p=!1),r.delete(e),r.delete(n),p}var La=equalObjects$1,xa=re,Ma=o,za=re(o,"DataView"),$a=za,qa=re,Ua=o,Ga=re(o,"Promise"),Wa=Ga,Ha=re,Qa=o,Ka=re(o,"Set"),Za=Ka,Ya=re,Ja=o,Xa=re(o,"WeakMap"),er=Xa,nr=$a,ir=bi,tr=Wa,ar=Za,rr=Xa,dr=F,or=q,ur="[object Map]",mr="[object Object]",sr="[object Promise]",lr="[object Set]",cr="[object WeakMap]",pr="[object DataView]",kr=or(nr),vr=or(ir),yr=or(tr),fr=or(ar),Nr=or(rr),gr=dr,Tr=gr=nr&&gr(new nr(new ArrayBuffer(1)))!=pr||ir&&gr(new ir)!=ur||tr&&gr(tr.resolve())!=sr||ar&&gr(new ar)!=lr||rr&&gr(new rr)!=cr?function(e){var n=dr(e),e=n==mr?e.constructor:void 0,e=e?or(e):"";if(e)switch(e){case kr:return pr;case vr:return ur;case yr:return sr;case fr:return lr;case Nr:return cr}return n}:gr,hr=Et,Ir=qt,Dr=ya,Sr=La,br=gr,Fr=Ce,Ar=Oe.exports,Er=Tn,Cr=1,Or="[object Arguments]",_r="[object Array]",Rr="[object Object]",Vr=Object.prototype,Pr=Vr.hasOwnProperty;function baseIsEqualDeep$1(e,n,i,t,a,r){var d=Fr(e),o=Fr(n),u=d?_r:br(e),m=o?_r:br(n),s=(u=u==Or?Rr:u)==Rr,o=(m=m==Or?Rr:m)==Rr,m=u==m;if(m&&Ar(e)){if(!Ar(n))return!1;s=!(d=!0)}if(m&&!s)return r=r||new hr,d||Er(e)?Ir(e,n,i,t,a,r):Dr(e,n,u,i,t,a,r);if(!(i&Cr)){s=s&&Pr.call(e,"__wrapped__"),o=o&&Pr.call(n,"__wrapped__");if(s||o)return a(s?e.value():e,o?n.value():n,i,t,r=r||new hr)}return!!m&&(r=r||new hr,Sr(e,n,i,t,a,r))}var wr=baseIsEqualDeep$1,jr=baseIsEqualDeep$1,Br=ye;function baseIsEqual$2(e,n,i,t,a){return e===n||(null==e||null==n||!Br(e)&&!Br(n)?e!=e&&n!=n:jr(e,n,i,t,baseIsEqual$2,a))}var Lr=baseIsEqual$2,xr=Et,Mr=Lr,zr=1,$r=2;function baseIsMatch$1(e,n,i,t){var a=i.length,r=a,d=!t;if(null==e)return!r;for(e=Object(e);a--;){var o=i[a];if(d&&o[2]?o[1]!==e[o[0]]:!(o[0]in e))return!1}for(;++a<r;){var 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,c=new xr;if(!(void 0===(l=t?t(m,s,u,e,n,c):l)?Mr(s,m,zr|$r,t,c):l))return!1}}return!0}var qr=baseIsMatch$1,Ur=A;function isStrictComparable$2(e){return e==e&&!Ur(e)}var Gr=isStrictComparable$2,Wr=Gr,Hr=Hn;function getMatchData$1(e){for(var n=Hr(e),i=n.length;i--;){var t=n[i],a=e[t];n[i]=[t,a,Wr(a)]}return n}var Qr=getMatchData$1;function matchesStrictComparable$2(n,i){return function(e){return null!=e&&(e[n]===i&&(void 0!==i||n in Object(e)))}}var Kr=matchesStrictComparable$2,Zr=baseIsMatch$1,Yr=getMatchData$1,Jr=Kr;function baseMatches$1(n){var i=Yr(n);return 1==i.length&&i[0][2]?Jr(i[0][0],i[0][1]):function(e){return e===n||Zr(e,n,i)}}var Xr=baseMatches$1,ed=F,nd=ye,id="[object Symbol]";function isSymbol$3(e){return"symbol"==typeof e||nd(e)&&ed(e)==id}var td=isSymbol$3,ad=Ce,rd=td,dd=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,od=/^\w*$/;function isKey$3(e,n){if(ad(e))return!1;var i=typeof e;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=e&&!rd(e))||(od.test(e)||!dd.test(e)||null!=n&&e in Object(n))}var ud=isKey$3,md=yt,sd="Expected a function";function memoize$1(t,a){if("function"!=typeof t||null!=a&&"function"!=typeof a)throw new TypeError(sd);function yo(){var e=arguments,n=a?a.apply(this,e):e[0],i=yo.cache;return i.has(n)?i.get(n):(e=t.apply(this,e),yo.cache=i.set(n,e)||i,e)}return yo.cache=new(memoize$1.Cache||md),yo}memoize$1.Cache=md;var ld=memoize$1,cd=memoize$1,pd=500;function memoizeCapped$1(e){var e=cd(e,function(e){return n.size===pd&&n.clear(),e}),n=e.cache;return e}var kd=memoizeCapped$1,vd=memoizeCapped$1,yd=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,fd=/\\(\\)?/g,Nd=memoizeCapped$1(function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(yd,function(e,n,i,t){a.push(i?t.replace(fd,"$1"):n||e)}),a}),gd=Nd;function arrayMap$2(e,n){for(var i=-1,t=null==e?0:e.length,a=Array(t);++i<t;)a[i]=n(e[i],i,e);return a}var Td=arrayMap$2,hd=s,Id=Td,Dd=Ce,Sd=td,bd=1/0,Fd=s?s.prototype:void 0,Ad=Fd?Fd.toString:void 0;function baseToString$1(e){if("string"==typeof e)return e;if(Dd(e))return Id(e,baseToString$1)+"";if(Sd(e))return Ad?Ad.call(e):"";var n=e+"";return"0"==n&&1/e==-bd?"-0":n}var Ed=baseToString$1,Cd=baseToString$1;function toString$3(e){return null==e?"":Cd(e)}var Od=toString$3,_d=Ce,Rd=ud,Vd=gd,Pd=toString$3;function castPath$2(e,n){return _d(e)?e:Rd(e,n)?[e]:Vd(Pd(e))}var wd=castPath$2,jd=td,Bd=1/0;function toKey$4(e){if("string"==typeof e||jd(e))return e;var n=e+"";return"0"==n&&1/e==-Bd?"-0":n}var Ld=toKey$4,xd=castPath$2,Md=toKey$4;function baseGet$2(e,n){for(var i=0,t=(n=xd(n,e)).length;null!=e&&i<t;)e=e[Md(n[i++])];return i&&i==t?e:void 0}var zd=baseGet$2,$d=baseGet$2;function get$1(e,n,i){n=null==e?void 0:$d(e,n);return void 0===n?i:n}var qd=get$1;function baseHasIn$1(e,n){return null!=e&&n in Object(e)}var Ud=baseHasIn$1,Gd=castPath$2,Wd=Ae,Hd=Ce,Qd=Pe,Kd=je,Zd=toKey$4;function hasPath$1(e,n,i){for(var t=-1,a=(n=Gd(n,e)).length,r=!1;++t<a;){var d=Zd(n[t]);if(!(r=null!=e&&i(e,d)))break;e=e[d]}return r||++t!=a?r:!!(a=null==e?0:e.length)&&Kd(a)&&Qd(d,a)&&(Hd(e)||Wd(e))}var Yd=hasPath$1,Jd=baseHasIn$1,Xd=hasPath$1;function hasIn$1(e,n){return null!=e&&Xd(e,n,Jd)}var eo=hasIn$1,no=Lr,io=qd,to=hasIn$1,ao=ud,ro=Gr,oo=Kr,uo=toKey$4,mo=1,so=2;function baseMatchesProperty$1(i,t){return ao(i)&&ro(t)?oo(uo(i),t):function(e){var n=io(e,i);return void 0===n&&n===t?to(e,i):no(t,n,mo|so)}}var lo=baseMatchesProperty$1;function identity$4(e){return e}var co=identity$4;function baseProperty$1(n){return function(e){return null==e?void 0:e[n]}}var po=baseProperty$1,ko=baseGet$2;function basePropertyDeep$1(n){return function(e){return ko(e,n)}}var vo=basePropertyDeep$1,fo=baseProperty$1,No=basePropertyDeep$1,go=ud,To=toKey$4;function property$1(e){return go(e)?fo(To(e)):No(e)}var ho=property$1,Io=Xr,Do=baseMatchesProperty$1,So=co,bo=Ce,Fo=property$1;function baseIteratee$3(e){return"function"==typeof e?e:null==e?So:"object"==typeof e?bo(e)?Do(e[0],e[1]):Io(e):Fo(e)}var Ao=baseIteratee$3,Eo=se,Co=Zn,Oo=Ao;function mapValues(e,t){var a={};return t=Oo(t),Co(e,function(e,n,i){Eo(a,n,t(e,n,i))}),a}var _o,Ro=mapValues,Vo=function(){function DataLoader(e,n){if("function"!=typeof e)throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: "+e+".");this._batchLoadFn=e,this._maxBatchSize=getValidMaxBatchSize(n),this._batchScheduleFn=getValidBatchScheduleFn(n),this._cacheKeyFn=getValidCacheKeyFn(n),this._cacheMap=getValidCacheMap(n),this._batch=null}var e=DataLoader.prototype;return e.load=function load(e){if(null==e)throw new TypeError("The loader.load() function must be called with a value,but got: "+String(e)+".");var i=getCurrentBatch(this),n=this._cacheMap,t=this._cacheKeyFn(e);if(n){var a=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}(),Po="object"==typeof process&&"function"==typeof process.nextTick?function(e){(_o=_o||Promise.resolve()).then(function(){return process.nextTick(e)})}:setImmediate||setTimeout;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 dispatchBatch(e,i)}),i}function dispatchBatch(n,t){if(t.hasDispatched=!0,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)}function failedDispatch(e,n,i){resolveCacheHits(n);for(var t=0;t<n.keys.length;t++)e.clear(n.keys[t]),n.callbacks[t].reject(i)}function resolveCacheHits(e){if(e.cacheHits)for(var n=0;n<e.cacheHits.length;n++)e.cacheHits[n]()}function getValidMaxBatchSize(e){if(!(!e||!1!==e.batch))return 1;e=e&&e.maxBatchSize;if(void 0===e)return 1/0;if("number"!=typeof e||e<1)throw new TypeError("maxBatchSize must be a positive number: "+e);return e}function getValidBatchScheduleFn(e){e=e&&e.batchScheduleFn;if(void 0===e)return Po;if("function"!=typeof e)throw new TypeError("batchScheduleFn must be a function: "+e);return e}function getValidCacheKeyFn(e){e=e&&e.cacheKeyFn;if(void 0===e)return function(e){return e};if("function"!=typeof e)throw new TypeError("cacheKeyFn must be a function: "+e);return e}function getValidCacheMap(e){if(!(!e||!1!==e.cache))return null;var n=e&&e.cacheMap;if(void 0===n)return new Map;if(null!==n){e=["get","set","delete","clear"].filter(function(e){return n&&"function"!=typeof n[e]});if(0!==e.length)throw new TypeError("Custom cacheMap missing methods: "+e.join(", "))}return n}function 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 wo=Vo,jo=Ce;function castArray(){if(!arguments.length)return[];var e=arguments[0];return jo(e)?e:[e]}var Bo=castArray,Lo=Rn,xo=Rn(Object.getPrototypeOf,Object),Mo=xo,zo=F,$o=xo,qo=ye,Uo="[object Object]",Go=Function.prototype,Wo=Object.prototype,Ho=Go.toString,Qo=Wo.hasOwnProperty,Ko=Ho.call(Object);function isPlainObject$1(e){if(!qo(e)||zo(e)!=Uo)return!1;e=$o(e);if(null===e)return!0;e=Qo.call(e,"constructor")&&e.constructor;return"function"==typeof e&&e instanceof e&&Ho.call(e)==Ko}var Zo=isPlainObject$1,Yo=F,Jo=ye,Xo=isPlainObject$1,eu="[object DOMException]",nu="[object Error]";function isError(e){if(!Jo(e))return!1;var n=Yo(e);return n==nu||n==eu||"string"==typeof e.message&&"string"==typeof e.name&&!Xo(e)}var iu=isError;function arrayReduce$1(e,n,i,t){var a=-1,r=null==e?0:e.length;for(t&&r&&(i=e[++a]);++a<r;)i=n(i,e[a],a,e);return i}var tu=arrayReduce$1,au=qn;function createBaseEach$1(r,d){return function(e,n){if(null==e)return e;if(!au(e))return r(e,n);for(var i=e.length,t=d?i:-1,a=Object(e);(d?t--:++t<i)&&!1!==n(a[t],t,a););return e}}var ru=createBaseEach$1,du=Zn,ou=createBaseEach$1,uu=createBaseEach$1(Zn),mu=uu;function baseReduce$1(e,t,a,r,n){return n(e,function(e,n,i){a=r?(r=!1,e):t(a,e,n,i)}),a}var su=baseReduce$1,lu=tu,cu=mu,pu=Ao,ku=baseReduce$1,vu=Ce;function reduce(e,n,i){var t=vu(e)?lu:ku,a=arguments.length<3;return t(e,pu(n),i,a,cu)}var yu=reduce;function normalizeKey(e,n){n=(2<arguments.length&&void 0!==arguments[2]&&arguments[2]?n.inverseKey:n.key)(e);return"string"==typeof n?{key:n}:Array.isArray(n)?{key:n[0],nestedSchema:n[1]}:n instanceof fu?{key:e,nestedSchema:n}:{key:e}}function _normalize(e,r){var d=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return yu(e,function(e,n,i){var t=normalizeKey(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 fu=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 yu(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)}}var Nu=new fu({cd:"contentDisposition",ci:"contentId",cl:"contentLocation",ct:"contentType",s:"size",part:"part",mid:"messageId",content:"content"}),gu=new fu({w:"weeks",d:"days",h:"hours",m:"minutes",s:"seconds",related:"relatedTo",neg:"negative"}),Tu=new fu({rel:["relative",gu]}),hu=new fu({ival:"intervalCount"}),Iu=new fu({num:"number"}),Du=new fu({d:"date"}),Su=new fu({modaylist:"dayList"}),bu=new fu({molist:"monthList"}),Fu=new fu({freq:"frequency",interval:["interval",hu],count:["count",Iu],until:["until",Du],bymonthday:["bymonthday",Su],bymonth:["bymonth",bu]}),Au=new fu({rule:["rule",Fu]}),Eu=new fu({add:["add",Au]}),Cu=new fu({a:"email"}),Ou=new fu({trigger:Tu,at:["attendees",Cu]}),_u=new fu({d:"date",tz:"timezone",tzoDue:"timezoneDue",u:"utc"}),Vu=new fu({ptst:"participationStatus",a:"address",d:"name",cutype:"calendarUserType"}),Pu=new fu({ptst:"participationStatus",at:"attendee"}),wu=new fu({a:"address",d:"name"}),ju={d:"date",f:"flags",l:"folderId",md:"changeDate",ms:"modifiedSequence",rev:"revision",s:"size",sf:"sortField",t:"tags",tn:"tagNames"},Bu=_objectSpread2(_objectSpread2({},ju),{},{cid:"conversationId",fr:"excerpt"}),Lu={compNum:"componentNum",calItemId:"calendarItemId",fb:"freeBusy",fba:"freeBusyActual",fr:"excerpt",isOrg:"isOrganizer",invId:"inviteId",loc:"location",or:["organizer",wu],ridZ:"utcRecurrenceId"},xu=new fu(_objectSpread2(_objectSpread2(_objectSpread2({},Bu),Lu),{},{alarm:["alarms",Ou],at:["attendees",Vu],completed:"completedDateTime",desc:"description",descHtml:"htmlDescription",e:["end",_u],ex:"isException",recur:["recurrence",Eu],s:["start",_u],exceptId:["exceptId",_u],seq:"sequence"})),Mu=new fu({reply:["reply",Pu]}),zu=new fu({stdoff:"timezoneStdOffset",dayoff:"timezoneDaylightOffset"}),$u=new fu({seq:"sequenceNumber",compNum:"componentNum",recurId:"recurrenceId",tz:["tz",zu],comp:["components",xu],replies:["replies",Mu],mp:["mimeParts",Nu]}),qu=new fu({comp:["components",xu],replies:["replies",Mu],mp:["mimeParts",Nu]}),Uu=new fu({a:"address",p:"name",d:"displayName",t:"type"}),Gu=new fu({mid:"messageId",part:"part"}),Wu=new fu({aid:"attachmentId",doc:"documents",mp:["existingAttachments",Gu]});Nu.addMapping({mp:["mimeParts",Nu],attach:["attachments",Wu]});var Hu=_objectSpread2(_objectSpread2({},Bu),{},{e:["emailAddresses",Uu],inv:["invitations",qu],mp:["mimeParts",Nu],shr:"share",su:"subject",origid:"origId",attach:["attachments",Wu],rt:"replyType"}),Qu=new fu(_objectSpread2(_objectSpread2({},Hu),{},{id:"id",aid:"attachmentId",irt:"inReplyTo",rt:"replyType",did:"draftId",idnt:"entityId"})),Ku=new fu({m:["message",Qu]}),Zu=new fu(_objectSpread2({},Hu)),Yu=new fu({inv:["invitations",$u]}),Ju=new fu(_objectSpread2(_objectSpread2({},Hu),{},{n:"numMessages",m:["messages",Zu],u:"unread"})),Xu=new fu(_objectSpread2(_objectSpread2({},Hu),{},{n:"numMessages",m:["messagesMetaData",Zu],u:"unread"})),em=new fu({rev:"revision",comp:"componentNum",m:["message",Zu],apptId:"appointmentId",calItemId:"calendarItemId",invId:"inviteId"}),nm=new fu({rev:"revision",comp:"componentNum",m:["message",Zu],invId:"inviteId"}),im=new fu({d:"date",tz:"timezone"}),tm=new fu({inst:["instanceDate",im],id:"inviteId",comp:"componentNum",s:"start",m:["message",Zu]}),am=new fu({rid:"sharedItemId",zid:"ownerZimbraId",f:"flags",l:"parentFolderId"}),rm=new fu({link:am}),dm={d:"address",gt:"granteeType",zid:"zimbraId",pw:"password"},om=new fu(_objectSpread2(_objectSpread2({},dm),{},{perm:"permissions"})),um=new fu({grant:om}),mm=new fu({a:"address",t:"type",p:"personalName"}),sm=new fu(_objectSpread2(_objectSpread2(_objectSpread2({},Bu),Lu),{},{otherAtt:"otherAttendees",s:"start",ptst:"participationStatus",dur:"duration",ex:"isException"})),lm=new fu({compNum:"componentNum",invId:"inviteId",loc:"location"}),cm=new fu(_objectSpread2(_objectSpread2(_objectSpread2({},Bu),Lu),{},{recur:"isRecurring",ptst:"participationStatus",dur:"duration",tzo:"timezoneOffset",otherAtt:"otherAttendees",inst:["instances",sm],inv:["invitations",$u],alarmData:["alarmData",lm],sf:"sortField"})),pm=new fu({sf:"sortField"}),km=new fu({u:"unread",l:"parentFolderId",f:"flags",n:"nonFolderItemCount",s:"nonFolderItemCountTotal",rev:"revision",acl:um,perm:"permissions",rid:"sharedItemId",zid:"ownerZimbraId"});km.addMapping({folder:["folders",km],link:["linkedFolders",km]});var vm=new fu({_attrs:"attributes"}),ym=new fu({_attrs:"attributes"}),fm=new fu({e:["emailAddresses",Uu],mp:["mimeParts",Nu],su:"subject"}),Nm=new fu({m:["message",fm],exceptId:["exceptId",im]}),gm=new fu({m:["message",fm]}),Tm=new fu({s:"start",e:"end"}),hm=new fu({t:["tentative",Tm],f:["free",Tm],b:["busy",Tm],u:["unavailable",Tm],n:["nodata",Tm]}),Im=new fu({l:"folderId",tcon:"constraints",tn:"tagNames",f:"flags",zid:"zimbraId",d:"address",grant:om}),Dm=new fu({t:"type"}),Sm=new fu({l:"folderId"}),bm=new fu({match:Sm}),Fm=new fu({e:["address",mm]});new fu({name:"accountName",l:"folderId"});var Am=new fu({ct:"contentType",s:"size"}),Em=new fu({image:Am}),Cm={d:"date",l:"folderId",rev:"revision",sf:"sortField",t:"tags",tn:"tagNames",_attrs:["attributes",Em]},Om=new fu({cn:["contacts",new fu(_objectSpread2({},Cm))]}),_m=new fu({_attrs:"attributes"}),Rm=new fu(_objectSpread2(_objectSpread2({},Cm),{},{m:["members",Om]})),Vm=new fu({cn:["contacts",Rm]});new fu({alarm:"alarm",inst:["instances",sm]});var Pm,wm=new fu(_objectSpread2(_objectSpread2({},ju),{},{acl:um,luuid:"folderUuid",mdver:"metadataVersion",meta:"metaData",descEnabled:"descriptionEnabled",ver:"version",leb:"lastEditedAccount",cr:"revisonCreator",cd:"revisedCreationDate",loid:"lockOwnerId",ct:"contentType",f:"flags"})),jm=new fu({id:"messageId",part:"attachmentPart"}),Bm=new fu({l:"folderId",name:"name",ver:"version",ct:"contentType",descEnabled:"descriptionEnabled",m:["messageData",jm]}),Lm=new fu({m:["messages",Zu],c:["conversations",Xu],cn:["contacts",Rm],appt:["appointments",cm],doc:["documents",wm],hit:pm}),xm=new fu({l:"city",st:"state",co:"country"}),Mm=new fu({_attrs:["_attrs",xm]}),zm=new fu({calresource:["calresource",Mm]}),$m=new fu({appt:["appointment",Yu]}),qm=new fu({a:"address"}),Um=new fu({a:"address",su:"subject"}),Gm=new fu({actionKeep:"keep",actionDiscard:"discard",actionFileInto:"fileInto",actionFlag:"flag",actionTag:"tag",actionRedirect:["redirect",qm],actionReply:"reply",actionNotify:["notify",Um],actionStop:"stop"}),Wm=new fu({d:"date"}),Hm=new fu({imp:"importance"}),Qm=new fu({s:"size"}),Km=new fu({condition:"allOrAny",addressBookTest:"addressBook",addressTest:"address",attachmentTest:"attachment",bodyTest:"body",bulkTest:"bulk",contactRankingTest:"contactRanking",conversationTest:"conversation",dateTest:["date",Wm],facebookTest:"facebook",flaggedTest:"flag",headerExistsTest:"headerExists",headerTest:"header",importanceTest:["importance",Hm],inviteTest:"invite",linkedinTest:"linkedin",listTest:"list",meTest:"me",mimeHeaderTest:"mimeHeader",sizeTest:["size",Qm],twitterTest:"twitter",communityRequestsTest:"communityRequests",communityContentTest:"communityContent",communityConnectionsTest:"communityConnections"}),Zm=new fu({filterActions:["actions",Gm],filterTests:["conditions",Km]}),Ym=new fu({compNum:"componentNum",m:["message",Zu],rt:"replyType",exceptId:["exceptId",im]}),Jm=new fu({cid:"contentId"}),Xm=new fu({signature:Jm}),es=new fu({l:"parentFolderId"}),ns=new fu({tr:"traverseMountpoints",folder:es}),is=new fu({l:"folderId"}),ts=new fu({item:["item",is]}),as=new fu({_content:"content"}),rs=new fu({n:"name",_content:"content"}),ds=new fu({l:"folderId",tn:"tagNames",a:["attributes",rs],m:"memberOps"}),os=new fu({_content:"content"}),us=new fu({content:["content",os],d:"date",f:"flags",l:"folderId",t:"tags",tn:"tagNames"}),ms=new fu({m:["message",us]}),ss=new fu({addr:"emailAddress"}),ls=new fu({d:"displayName",email:["email",ss]}),cs=new fu({target:["target",ls]}),ps=new fu({targets:["targets",cs]}),ks=new fu(_objectSpread2(_objectSpread2({},dm),{},{chkgt:"checkGrantee"})),vs=new fu({ace:["access",ks]}),ys=new fu({doc:["document",Bm]}),fs=new fu({ace:"access"}),Ns=new fu({pw:"password"}),gs=new fu({u:"unread"}),Ts=new fu({s:"used"}),hs=new fu({_content:"content"}),Is=new fu({property:["property",hs]}),Ds=new fu({property:["property",hs]}),Ss=new fu({global:["global",Is],host:["host",Ds],property:["property",hs]}),bs=new fu({d:"address",zid:"zimbraId"}),Fs=new fu({action:["action",bs]});!function(e){e.Account="urn:zimbraAccount",e.Admin="urn:zimbraAdmin",e.Mail="urn:zimbraMail",e.All="urn:zimbra",e.Sync="urn:zimbraSync"}(Pm=Pm||{});var As,Es,Cs,Os,_s,Rs,Vs,Ps,ws,js,Bs,Ls,xs,Ms,zs,$s,qs,Us,Gs,Ws,Hs,Qs,Ks,Zs,Ys,Js,Xs,el,nl,il,tl,al,rl,dl,ol,ul,ml,sl,ll,cl,pl,kl,vl,yl,fl=["_jsns"],Nl=["body"],gl=["requests"],Tl="/@zimbra",hl="/service/soap";function setCustomFetch(e){As=e}function soapCommandBody(e){return _objectSpread2({_jsns:e.namespace||Pm.Mail},e.body)}function parseJSON(e){if(e.ok)return _responseParseHandler(e);if(-1!==[502,503,504].indexOf(e.status))throw networkError(e);return parseErrorJSON(e).then(function(e){throw faultError(e,[qd(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 parseErrorJSON(e){return _responseParseHandler(e)}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}function faultReasonText(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[];return(e=!Array.isArray(e)?[e]:e).map(function(e){return qd(e,"Reason.Text")}).filter(Boolean).join(", ")}function faultError(e,n){var i=new Error("Fault error: ".concat(n?faultReasonText(n):"Unknown Error"));return i.response=e,i.parseError=e.parseError,i.faults=n,i}function batchBody(e){return yu(e,function(e,n){var i="".concat(n.name,"Request"),n=soapCommandBody(n);return e[i]?e[i].push(n):e[i]=[n],e},{})}function batchResponse(e,n){var i=n.body,a=_objectWithoutProperties(i,fl),r=_objectWithoutProperties(n,Nl),d={};return _objectSpread2(_objectSpread2({},r),{},{requests:yu(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},[])})}function batchJsonRequest(e){var n=e.requests,i=_objectWithoutProperties(e,gl),e=batchBody(n);return jsonRequest(_objectSpread2(_objectSpread2({},i),{},{name:"Batch",namespace:Pm.All,body:e})).then(function(e){return batchResponse(n,e)})}function jsonRequest(e){var n=_objectSpread2(_objectSpread2({},e),{},{credentials:e.credentials||"include",headers:e.headers||{},origin:void 0!==e.origin?e.origin:Tl,soapPathname:e.soapPathname||hl,namespace:e.namespace||Pm.Mail}),i="".concat(n.name,"Request"),t="".concat(n.name,"Response"),a="".concat(n.origin).concat(n.soapPathname,"/").concat(i),r={context:{_jsns:Pm.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}),(As||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=qd(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)}):Ro(e,function(e){return mapValuesDeep(e,n)})}function arrayEach$1(e,n){for(var i=-1,t=null==e?0:e.length;++i<t&&!1!==n(e[i],i,e););return e}!function(e){e.Imap="imap",e.Pop3="pop3"}(Es=Es||{}),function(e){e.ContactAction="ContactAction",e.ConvAction="ConvAction",e.DistributionList="DistributionList",e.FolderAction="FolderAction",e.ItemAction="ItemAction",e.MsgAction="MsgAction",e.TagAction="TagAction"}(Cs=Cs||{}),function(e){e.B="b",e.C="c",e.F="f",e.N="n",e.R="r",e.Rf="rf",e.S="s",e.T="t"}(Os=Os||{}),function(e){e.Audio="AUDIO",e.Display="DISPLAY",e.Email="EMAIL",e.None="NONE",e.Procedure="PROCEDURE",e.XYahooCalendarActionIm="X_YAHOO_CALENDAR_ACTION_IM",e.XYahooCalendarActionMobile="X_YAHOO_CALENDAR_ACTION_MOBILE"}(_s=_s||{}),function(e){e.End="END",e.Start="START"}(Rs=Rs||{}),function(e){e.Contact="contact",e.Gal="gal",e.RankingTable="rankingTable"}(Vs=Vs||{}),function(e){e.Con="CON",e.Pri="PRI",e.Pub="PUB"}(Ps=Ps||{}),function(e){e.Dai="DAI",e.Hou="HOU",e.Min="MIN",e.Mon="MON",e.Sec="SEC",e.Wee="WEE",e.Yea="YEA"}(ws=ws||{}),function(e){e.Cleartext="cleartext",e.Ssl="ssl",e.Tls="tls",e.TlsIsAvailable="tls_is_available"}(js=js||{}),function(e){e.C="C",e.G="G",e.I="I"}(Bs=Bs||{}),function(e){e.Allof="allof",e.Anyof="anyof"}(Ls=Ls||{}),function(e){e.Appointment="appointment",e.Chat="chat",e.Comment="comment",e.Contact="contact",e.Conversation="conversation",e.Document="document",e.Folder="folder",e.Message="message",e.Note="note",e.Remote="remote",e.Search="search",e.Tag="tag",e.Task="task",e.Unknown="unknown",e.Virtual="virtual",e.Wiki="wiki"}(xs=xs||{}),function(e){e.B="B",e.F="F",e.O="O",e.T="T"}(Ms=Ms||{}),function(e){e.Account="account",e.All="all",e.Group="group",e.Resource="resource"}(zs=zs||{}),function(e){e.All="all",e.Cos="cos",e.Dom="dom",e.Egp="egp",e.Grp="grp",e.Guest="guest",e.Key="key",e.Pub="pub",e.Usr="usr"}($s=$s||{}),function(e){e.High="high",e.Low="low",e.Normal="normal"}(qs=qs||{}),function(e){e.Canc="CANC",e.Comp="COMP",e.Conf="CONF",e.Deferred="DEFERRED",e.Inpr="INPR",e.Need="NEED",e.Tent="TENT",e.Waiting="WAITING"}(Us=Us||{}),function(e){e.R="r",e.W="w"}(Gs=Gs||{}),function(e){e.Accept="ACCEPT",e.Decline="DECLINE",e.Tentative="TENTATIVE"}(Ws=Ws||{}),function(e){e.Appt="appt",e.Task="task"}(Hs=Hs||{}),function(e){e.ActivationGracePeriod="ACTIVATION_GRACE_PERIOD",e.Expired="EXPIRED",e.Invalid="INVALID",e.InFuture="IN_FUTURE",e.LicenseGracePeriod="LICENSE_GRACE_PERIOD",e.NotActivated="NOT_ACTIVATED",e.NotInstalled="NOT_INSTALLED",e.Ok="OK"}(Qs=Qs||{}),function(e){e.Html="html",e.Text="text"}(Ks=Ks||{}),function(e){e.All="all",e.DirectOnly="directOnly",e.None="none"}(Zs=Zs||{}),function(e){e.Non="NON",e.Opt="OPT",e.Req="REQ"}(Ys=Ys||{}),function(e){e.Ac="AC",e.Co="CO",e.De="DE",e.Df="DF",e.Dg="DG",e.In="IN",e.Ne="NE",e.Te="TE",e.Wa="WA"}(Js=Js||{}),function(e){e.Pending="pending",e.Verified="verified"}(Xs=Xs||{}),function(e){e.Day="day",e.List="list",e.Month="month",e.Week="week",e.WorkWeek="workWeek",e.Year="year"}(el=el||{}),function(e){e.Advanced="advanced",e.Modern="modern",e.Standard="standard",e.Zimbrax="zimbrax"}(nl=nl||{}),function(e){e.Both="both",e.None="none",e.Owner="owner",e.Sender="sender"}(il=il||{}),function(e){e.Adaptive="adaptive",e.Next="next",e.Previous="previous"}(tl=tl||{}),function(e){e.Always="always",e.Never="never",e.Prompt="prompt"}(al=al||{}),function(e){e.Bottom="bottom",e.Off="off",e.Right="right"}(rl=rl||{}),function(e){e.GetRecoveryAccount="getRecoveryAccount",e.SendRecoveryCode="sendRecoveryCode"}(dl=dl||{}),function(e){e.Disabled="disabled",e.Enabled="enabled",e.Suspended="suspended"}(ol=ol||{}),(ul=ul||{}).Create="create",function(e){e.Document="document",e.Presentation="presentation",e.Spreadsheet="spreadsheet"}(ml=ml||{}),function(e){e.Appointment="appointment",e.Contact="contact",e.Conversation="conversation",e.Document="document",e.Message="message",e.Task="task",e.Wiki="wiki"}(sl=sl||{}),(ll=ll||{}).Email="email",function(e){e.ResendCode="resendCode",e.Reset="reset",e.SendCode="sendCode",e.ValidateCode="validateCode"}(cl=cl||{}),function(e){e.Edit="edit",e.Expire="expire",e.Revoke="revoke"}(pl=pl||{}),function(e){e.AttachAsc="attachAsc",e.AttachDesc="attachDesc",e.DateAsc="dateAsc",e.DateDesc="dateDesc",e.FlagAsc="flagAsc",e.FlagDesc="flagDesc",e.NameAsc="nameAsc",e.NameDesc="nameDesc",e.None="none",e.PriorityAsc="priorityAsc",e.PriorityDesc="priorityDesc",e.RcptAsc="rcptAsc",e.RcptDesc="rcptDesc",e.ReadAsc="readAsc",e.ReadDesc="readDesc",e.SizeAsc="sizeAsc",e.SizeDesc="sizeDesc",e.SubjAsc="subjAsc",e.SubjDesc="subjDesc"}(kl=kl||{}),function(e){e.Fr="FR",e.Mo="MO",e.Sa="SA",e.Su="SU",e.Th="TH",e.Tu="TU",e.We="WE"}(vl=vl||{}),function(e){e.Disabled="disabled",e.Enabled="enabled",e.Mandatory="mandatory"}(yl=yl||{});var Il=arrayEach$1,Dl=co;function castFunction$1(e){return"function"==typeof e?e:Dl}var Sl=castFunction$1,bl=arrayEach$1,Fl=mu,Al=castFunction$1,El=Ce;function forEach$1(e,n){return(El(e)?bl:Fl)(e,Al(n))}var Cl,Ol=forEach$1;function setCustomMetaDataBody(e){var n=e.id,i=e.section,t=[];return Ol(e.attrs,function(e){return t.push(_defineProperty$4({},e.key,e.value))}),{id:n,meta:{section:i,_attrs:t}}}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})}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}}function normalizeEmailAddresses(e){if(!e.emailAddresses)return e;for(var n=0;n<e.emailAddresses.length;n++){var i=e.emailAddresses[n],t=Cl[i.type];(e[t]||(e[t]=[])).push(parseAddress(i))}return e}function normalizeCid(e){return e.replace(/[<>]/g,"")}function normalizeType(e){return String(e).replace(/^\s*(.*?)\s*;.+$/i,"$1").toLowerCase()}function normalizeDisposition(e){return normalizeType(e)}function reduceMimeParts(e,n,i){var t=e.mimeParts;if(t&&t.length)for(var a=0;a<t.length;a++)i=n(t[a],a,i),reduceMimeParts(t[a],n,i);return i}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 getContactProfileImageUrl(e,n){var i=n.origin,n=getAttachmentUrl(e,{origin:void 0===i?"":i,jwtToken:n.jwtToken});return n?"".concat(n):""}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):"")}function normalizeMimeParts(m,e){function Ru(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?normalizeCid(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 reduceMimeParts(m,function(e,n,i){var t,a,r=!1,d=normalizeType(e.contentType),o=normalizeDisposition(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=Ru(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(Ru(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-mime"!==e.contentType&&"application/pkcs7-signature"!==e.contentType&&"application/x-pkcs7-signature"!==e.contentType&&(i[o]||(i[o]=[])).push(Ru(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}!function(e){e.f="from",e.t="to",e.c="cc",e.b="bcc",e.s="sender"}(Cl=Cl||{});var _l=s,Rl=Ae,Vl=Ce,Pl=s?s.isConcatSpreadable:void 0;function isFlattenable$1(e){return Vl(e)||Rl(e)||!!(Pl&&e&&e[Pl])}var wl=isFlattenable$1,jl=fa,Bl=isFlattenable$1;function baseFlatten$2(e,n,i,t,a){var r=-1,d=e.length;for(i=i||Bl,a=a||[];++r<d;){var o=e[r];0<n&&i(o)?1<n?baseFlatten$2(o,n-1,i,t,a):jl(a,o):t||(a[a.length]=o)}return a}var Ll=baseFlatten$2;function copyArray$1(e,n){var i=-1,t=e.length;for(n=n||Array(t);++i<t;)n[i]=e[i];return n}var xl=copyArray$1,Ml=fa,zl=Ll,$l=copyArray$1,ql=Ce;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 Ml(ql(i)?$l(i):[i],zl(n,1))}var Ul=concat;function baseFindIndex$1(e,n,i,t){for(var a=e.length,r=i+(t?1:-1);t?r--:++r<a;)if(n(e[r],r,e))return r;return-1}var Gl=baseFindIndex$1;function baseIsNaN$1(e){return e!=e}var Wl=baseIsNaN$1;function strictIndexOf$1(e,n,i){for(var t=i-1,a=e.length;++t<a;)if(e[t]===n)return t;return-1}var Hl=strictIndexOf$1,Ql=baseFindIndex$1,Kl=baseIsNaN$1,Zl=strictIndexOf$1;function baseIndexOf$1(e,n,i){return n==n?Zl(e,n,i):Ql(e,Kl,i)}var Yl=baseIndexOf$1,Jl=baseIndexOf$1;function arrayIncludes$1(e,n){return!!(null==e?0:e.length)&&-1<Jl(e,n,0)}var Xl=arrayIncludes$1;function arrayIncludesWith$1(e,n,i){for(var t=-1,a=null==e?0:e.length;++t<a;)if(i(n,e[t]))return!0;return!1}var ec=arrayIncludesWith$1,nc=wt,ic=arrayIncludes$1,tc=arrayIncludesWith$1,ac=Td,rc=pn,dc=Bt,oc=200;function baseDifference$1(e,n,i,t){var a=-1,r=ic,d=!0,o=e.length,u=[],m=n.length;if(!o)return u;i&&(n=ac(n,rc(i))),t?(r=tc,d=!1):oc<=n.length&&(r=dc,d=!1,n=new nc(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 c=m;c--;)if(n[c]===l)continue e;u.push(s)}else r(n,l,t)||u.push(s)}return u}var uc=baseDifference$1;function apply$1(e,n,i){switch(i.length){case 0:return e.call(n);case 1:return e.call(n,i[0]);case 2:return e.call(n,i[0],i[1]);case 3:return e.call(n,i[0],i[1],i[2])}return e.apply(n,i)}var mc=apply$1,sc=apply$1,lc=Math.max;function overRest$1(r,d,o){return d=lc(void 0===d?r.length-1:d,0),function(){for(var e=arguments,n=-1,i=lc(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),sc(r,this,a)}}var cc=overRest$1;function constant$1(e){return function(){return e}}var pc=constant$1,kc=constant$1,vc=ue,yc=co,fc=vc?function(e,n){return vc(e,"toString",{configurable:!0,enumerable:!1,value:kc(n),writable:!0})}:co,Nc=fc,gc=800,Tc=16,hc=Date.now;function shortOut$1(i){var t=0,a=0;return function(){var e=hc(),n=Tc-(e-a);if(a=e,0<n){if(++t>=gc)return arguments[0]}else t=0;return i.apply(void 0,arguments)}}var Ic=shortOut$1,Dc=Nc,Sc=shortOut$1,bc=shortOut$1(Nc),Fc=bc,Ac=co,Ec=cc,Cc=bc;function baseRest$1(e,n){return Cc(Ec(e,n,Ac),e+"")}var Oc=baseRest$1,_c=qn,Rc=ye;function isArrayLikeObject$1(e){return Rc(e)&&_c(e)}var Vc=isArrayLikeObject$1;function last$1(e){var n=null==e?0:e.length;return n?e[n-1]:void 0}var Pc=last$1,wc=uc,jc=Ll,Bc=Ao,Lc=baseRest$1,xc=isArrayLikeObject$1,Mc=last$1,zc=baseRest$1(function(e,n){var i=Mc(n);return xc(i)&&(i=void 0),xc(e)?wc(e,jc(n,1,xc,!0),Bc(i)):[]}),$c=zc,qc=["attributes"],Uc=["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,qc),i=[];return Ol(n,function(e,n){return"other"!==n?i.push(_defineProperty$4({name:n},"image"===n?"aid":"content",e)):Ol(e,function(e){return i.push({name:e.key,_content:e.value})})}),{cn:denormalize(ds)(_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!Uc.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=$c(i,e,"key").sort(function(e,n){return e.key.localeCompare(n.key)});return _objectSpread2(_objectSpread2({},n),{},{_attrs:_objectSpread2(_objectSpread2({},n._attrs),{},{other:Ul(e,t)})})})}var Gc,Wc,Hc,Qc,Kc,Zc,Yc,Jc=["zimbraPrefMailTrustedSenderList"],Xc={ROOT:1,INBOX:2,TRASH:3,JUNK:4,SENT:5,DRAFTS:6,CONTACTS:7,CALENDAR:10,EMAILED_CONTACTS:13,CHAT:14,TASKS:15,BRIEFCASE:16};function events(t){return{all:t=t||new Map,on:function(e,n){var i=t.get(e);i?i.push(n):t.set(e,[n])},off:function(e,n){var i=t.get(e);i&&(n?i.splice(i.indexOf(n)>>>0,1):t.set(e,[]))},emit:function(n,i){var e=t.get(n);e&&e.slice().map(function(e){e(i)}),(e=t.get("*"))&&e.slice().map(function(e){e(n,i)})}}}!function(e){e.all="all",e.account="account",e.resource="resource",e.group="group"}(Gc=Gc||{}),function(e){e.all="all",e.directOnly="directOnly",e.none="none"}(Wc=Wc||{}),function(e){e.contact="ContactAction",e.conversation="ConvAction",e.distributionList="DistributionList",e.folder="FolderAction",e.item="ItemAction",e.message="MsgAction",e.tag="TagAction",e.document="DocumentAction"}(Hc=Hc||{}),function(e){e.ConvAction="Conversation",e.MsgAction="MessageInfo"}(Qc=Qc||{}),function(e){e.send="sendCode",e.validate="validateCode",e.resend="resendCode",e.reset="reset"}(Kc=Kc||{}),(Zc=Zc||{}).email="email",function(e){e.get="getRecoveryAccount",e.send="sendRecoveryCode"}(Yc=Yc||{});var ep=function Notifier(){var n=this;_classCallCheck$1(this,Notifier),_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},np=["ids","id"],ip=["accountType"],tp=["flags","fetchIfExists","parentFolderId"],ap=["attrs"],rp=["zimbraPrefWhenSentToAddresses","zimbraPrefWhenInFolderIds"],dp=["_attrs"],op=["parentFolderId"],up=["id"],mp=["id","ids"],sp=["identity"],lp=["zimbraPrefWhenInFolderIds","zimbraPrefWhenSentToAddresses"],cp=["_attrs"],pp=["attrs"],kp=["accountType"];function normalizeMessage(e,n){var i=n.origin,t=n.jwtToken,n=n.isDesktop,e=normalize$1(Zu)(e);return e.attributes=e.attributes&&mapValuesDeep(e.attributes,coerceStringToBoolean),normalizeEmailAddresses(normalizeMimeParts(e,{origin:i,jwtToken:t,isDesktop:n}))}var vp=function hasUnreadDescendent(e){var n=qd(e,"unreadDescendent");if(0<e[e.id===Xc.DRAFTS||"Outbox"===e.name?"nonFolderItemCount":"unread"]||n)return!0;n=qd(e,"folders")||[],e=0;return e<n.length&&hasUnreadDescendent(n[e])},yp=function updateGroupName(e){return _objectSpread2(_objectSpread2({},e),{},{name:qd(e,"attributes.displayName")})},fp=function updateGroupNameRecur(e){return e.map(function(e){return(e=yp(normalize$1(vm)(e))).habGroup&&(e.habGroups=_toConsumableArray(updateGroupNameRecur(e.habGroup))),e})},Np=function setUnreadDescendentFlag(e){var n=qd(e,"folders")||[],i=qd(e,"view");return i&&i!==xs.Message||(e=_objectSpread2(_objectSpread2({},e),{},{unreadDescendent:vp(e)}),n&&(e=_objectSpread2(_objectSpread2({},e),{},{folders:n.map(setUnreadDescendentFlag)}))),e};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:""}var gp=function ZimbraBatchClient(){var u=this,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};_classCallCheck$1(this,ZimbraBatchClient),_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:Pm.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(qd(e,"attrs._attrs.zimbraMailAlias",[]))})},qd(e,"license.attr")&&{license:{status:e.license.status,attr:mapValuesDeep(e.license.attr,coerceStringToBoolean)}}),{},{zimlets:{zimlet:qd(e,"zimlets.zimlet")&&qd(e,"zimlets.zimlet").map(function(e){var n=e.zimletConfig;return _objectSpread2({zimlet:e.zimlet,zimletContext:e.zimletContext},n&&{zimletConfig:normalize$1(Ss)(n)})})}})})}),_defineProperty$4(this,"accountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"AccountOnlyRemoteWipe",namespace:Pm.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"action",function(e,n){var i=n.ids,t=n.id,n=_objectWithoutProperties(n,np);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:t||[i].join(",")},denormalize(Im)(n))},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"addExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,ip);return u.jsonRequest({name:"CreateDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return qd(e,"".concat(n,".0.id"))})}),_defineProperty$4(this,"addMessage",function(e){var n=qd(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(ms)({message:{folderId:i,content:{_content:e},flags:a,tags:r,tagNames:d,date:o}}),singleRequest:!0}).then(normalize$1(Zu))}),_defineProperty$4(this,"allowDeviceSync",function(e){return u.jsonRequest({name:"AllowDevice",namespace:Pm.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=qd(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(Dm)(e)}).then(normalize$1(bm))}),_defineProperty$4(this,"autoCompleteGAL",function(e){return u.jsonRequest({name:"AutoCompleteGal",namespace:Pm.Account,body:e}).then(function(e){return normalize$1(Vm)(e)})}),_defineProperty$4(this,"blockDeviceSync",function(e){return u.jsonRequest({name:"BlockDevice",namespace:Pm.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingAccountOnlyRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingAccountOnlyRemoteWipe",namespace:Pm.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"cancelPendingRemoteWipeSync",function(e){return u.jsonRequest({name:"CancelPendingRemoteWipe",namespace:Pm.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(Hc.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:Pm.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(Hc.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:Pm.Account}).then(function(e){return normalize$1(_m)(e)})}),_defineProperty$4(this,"contactAction",function(e){return u.action(Hc.contact,e)}),_defineProperty$4(this,"conversationAction",function(e){return u.action(Hc.conversation,e)}),_defineProperty$4(this,"counterAppointment",function(e){return u.jsonRequest({name:"CounterAppointment",body:denormalize(nm)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointment",function(e,n){return u.jsonRequest({name:"CreateAppointment",body:_objectSpread2({},denormalize(em)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppointmentException",function(e,n){return u.jsonRequest({name:"CreateAppointmentException",body:_objectSpread2({},denormalize(em)(n)),accountName:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createAppSpecificPassword",function(e){return u.jsonRequest({name:"CreateAppSpecificPassword",namespace:Pm.Account,body:{appName:{_content:e}},singleRequest:!0}).then(function(e){return normalize$1(Ns)(e)})}),_defineProperty$4(this,"createContact",function(e){return u.jsonRequest({name:"CreateContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Rm)(normalizeOtherAttr(e.cn)[0])})}),_defineProperty$4(this,"createFolder",function(e){var n=e.flags,i=e.fetchIfExists,t=e.parentFolderId,e=_objectWithoutProperties(e,tp);return u.jsonRequest({name:"CreateFolder",body:{folder:_objectSpread2(_objectSpread2({},e),{},{f:n,fie:i,l:t})},singleRequest:!0}).then(function(e){return normalize$1(km)(e.folder[0])})}),_defineProperty$4(this,"createIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,ap);return u.jsonRequest({name:"CreateIdentity",namespace:Pm.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},Ro(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(qd(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(qd(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0}).then(function(e){var n=mapValuesDeep(e,coerceStringToBoolean),i=qd(n,"identity.0"),t=i._attrs,a=t.zimbraPrefWhenSentToAddresses,e=t.zimbraPrefWhenInFolderIds,t=_objectWithoutProperties(t,rp),i=_objectWithoutProperties(i,dp);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(rm)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"createSearchFolder",function(e){var n=e.parentFolderId,e=_objectWithoutProperties(e,op);return u.jsonRequest({name:"CreateSearchFolder",body:{search:_objectSpread2(_objectSpread2({},e),{},{l:n})},singleRequest:!0}).then(function(e){return normalize$1(km)(e.search[0])})}),_defineProperty$4(this,"createSignature",function(e){return u.jsonRequest({name:"CreateSignature",namespace:Pm.Account,body:denormalize(Xm)(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,e=void 0===e?[]:e;return normalize$1(gs)(e[0])})}),_defineProperty$4(this,"createTask",function(e){return u.jsonRequest({name:"CreateTask",body:_objectSpread2({},denormalize(em)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"declineCounterAppointment",function(e){return u.jsonRequest({name:"DeclineCounterAppointment",body:denormalize(nm)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteAppointment",function(e){return u.jsonRequest({name:"CancelAppointment",body:denormalize(tm)(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:Pm.Account,body:{identity:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"deleteSignature",function(e){return u.jsonRequest({name:"DeleteSignature",namespace:Pm.Account,body:e,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"disableTwoFactorAuth",function(){return u.jsonRequest({name:"DisableTwoFactorAuth",namespace:Pm.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"discoverRights",function(){return u.jsonRequest({name:"DiscoverRights",namespace:Pm.Account,body:{right:[{_content:"sendAs"},{_content:"sendOnBehalfOf"}]}}).then(function(e){return normalize$1(ps)(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(Hc.document,e)}),_defineProperty$4(this,"documentActionResponse",function(e,n){var i=n.id,n=_objectWithoutProperties(n,up);return u.jsonRequest({name:e,body:{action:_objectSpread2({id:[i].join(",")},denormalize(Im)(n))},singleRequest:!0}).then(normalize$1(Fs))}),_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:Pm.Account,singleRequest:!0})}),_defineProperty$4(this,"folderAction",function(e){return u.action(Hc.folder,e)}),_defineProperty$4(this,"forwardAppointment",function(e){return u.jsonRequest({name:"ForwardAppointment",body:denormalize(Nm)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"forwardAppointmentInvite",function(e){return u.jsonRequest({name:"ForwardAppointmentInvite",body:denormalize(gm)(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(hm)(e.usr)})}),_defineProperty$4(this,"generateScratchCodes",function(e){return u.jsonRequest({name:"GenerateScratchCodes",namespace:Pm.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($m)(e)})}),_defineProperty$4(this,"getAppSpecificPasswords",function(){return u.jsonRequest({name:"GetAppSpecificPasswords",namespace:Pm.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:Pm.Account}).then(function(e){return e.locale})}),_defineProperty$4(this,"getContact",function(e){var n=e.id,i=e.ids,e=_objectWithoutProperties(e,mp);return u.jsonRequest({name:"GetContacts",body:_objectSpread2({cn:{id:n||(i||[]).join(",")}},e)}).then(function(e){return normalize$1(Rm)(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 getContactProfileImageUrl(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getConversation",function(e){return u.jsonRequest({name:"GetConv",body:{c:Ro(e,coerceBooleanToInt)}}).then(function(e){e=normalize$1(Ju)(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=normalizeCustomMetaDataAttrs(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:Pm.Sync}).then(function(e){return qd(e,"device")||[]})}),_defineProperty$4(this,"getDistributionListMembers",function(e,n,i){return u.jsonRequest({name:"GetDistributionListMembers",body:{dl:{_content:i},limit:e,offset:n},namespace:Pm.Account}).then(function(e){return normalize$1(ym)(qd(e,"groupMembers.0.groupMember")||[])})}),_defineProperty$4(this,"getDocumentShareURL",function(e){return u.jsonRequest({name:"GetDocumentShareURL",body:denormalize(ts)(e),singleRequest:!0}).then(function(e){return normalize$1(as)(e)})}),_defineProperty$4(this,"getFilterRules",function(){return u.jsonRequest({name:"GetFilterRules"}).then(function(e){return normalize$1(Zm)(qd(e,"filterRules.0.filterRule")||[])})}),_defineProperty$4(this,"getFolder",function(e){return u.jsonRequest({name:"GetFolder",body:denormalize(ns)(e)}).then(function(e){var n=normalize$1(km)(e),e=qd(n,"folders.0",{});return e.folders&&(e.folders=e.folders.map(Np)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(Np)),e.linkedFolders&&(e.linkedFolders=e.linkedFolders.map(function(e){var n,i,t,a,r;return e.view&&e.view!==xs.Message&&e.view!==xs.Contact&&e.view!==xs.Document||(n=e.absFolderPath,i=e.oname,t=e.folders,a=e.ownerZimbraId,r=e.sharedItemId,e.view===xs.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:Pm.Account}).then(function(e){e=qd(e,"ou.0");return _objectSpread2(_objectSpread2({},e),{},{habGroups:_toConsumableArray(fp(e.habGroup))})})}),_defineProperty$4(this,"getIdentities",function(){return u.jsonRequest({name:"GetIdentities",namespace:Pm.Account}).then(function(e){var n=e.identity,e=_objectWithoutProperties(e,sp),n=n.map(function(e){var n=e._attrs,i=n.zimbraPrefWhenInFolderIds,t=n.zimbraPrefWhenSentToAddresses,n=_objectWithoutProperties(n,lp);return _objectSpread2(_objectSpread2({},_objectWithoutProperties(e,cp)),{},{_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;return u.jsonRequest({name:"GetMsg",body:{m:_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})}}).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:Pm.Account}).then(function(e){var n,i=mapValuesDeep(e._attrs,coerceStringToBoolean);for(n in i)-1!==Jc.indexOf(n)&&(i[n]="string"==typeof i[n]?Bo(i[n]):i[n]);return i})}),_defineProperty$4(this,"getProfileImageUrl",function(e){return getProfileImageUrl(e,{origin:u.origin,jwtToken:u.jwtToken})}),_defineProperty$4(this,"getRights",function(e){return u.jsonRequest({name:"GetRights",namespace:Pm.Account,body:denormalize(fs)(e)}).then(normalize$1(vs))}),_defineProperty$4(this,"getScratchCodes",function(e){return u.jsonRequest({name:"GetScratchCodes",namespace:Pm.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(km)(e.search)}:{}})}),_defineProperty$4(this,"getSignatures",function(){return u.jsonRequest({name:"GetSignatures",namespace:Pm.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:Pm.Account})}),_defineProperty$4(this,"getTag",function(){return u.jsonRequest({name:"GetTag",namespace:Pm.Mail}).then(function(e){e=e.tag;return(void 0===e?[]:e).map(normalize$1(gs))})}),_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(Lm)(e);return _objectSpread2(_objectSpread2({},e),{},{tasks:e.task?e.task.map(normalize$1(cm)):[]})})}),_defineProperty$4(this,"getTrustedDevices",function(){return u.jsonRequest({name:"GetTrustedDevices",namespace:Pm.Account})}),_defineProperty$4(this,"getWhiteBlackList",function(){return u.jsonRequest({name:"GetWhiteBlackList",namespace:Pm.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(Tm)({start:n,end:i}))}).then(function(e){return normalize$1(hm)(e.usr)})}),_defineProperty$4(this,"grantRights",function(e){return u.jsonRequest({name:"GrantRights",namespace:Pm.Account,body:denormalize(vs)(e)}).then(normalize$1(vs))}),_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(Hc.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.persistAuthTokenCookie,a=e.twoFactorCode,r=e.deviceTrusted;return u.jsonRequest({name:"Auth",singleRequest:!0,body:_objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({tokenType:e.tokenType,csrfTokenSecured:e.csrfTokenSecured,persistAuthTokenCookie:void 0===t||t,account:{by:"name",_content:e.username}},n&&{password:n}),i&&{recoveryCode:{verifyAccount:!0,_content:i}}),a&&{twoFactorCode:a}),r&&{deviceTrusted:r}),namespace:Pm.Account}).then(function(e){return mapValuesDeep(e,coerceStringToBoolean)})}),_defineProperty$4(this,"logout",function(){return u.jsonRequest({name:"EndSession",body:{logoff:!0},namespace:Pm.Account}).then(Boolean)}),_defineProperty$4(this,"messageAction",function(e){return u.action(Hc.message,e)}),_defineProperty$4(this,"modifyAppointment",function(e,n){return u.jsonRequest({name:"ModifyAppointment",body:_objectSpread2({},denormalize(em)(n)),accountName:e,singleRequest:!0}).then(function(e){return normalize$1(em)(e)})}),_defineProperty$4(this,"modifyContact",function(e){return u.jsonRequest({name:"ModifyContact",body:createContactBody(e),singleRequest:!0}).then(function(e){return normalize$1(Rm)(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(Zm)(e)}]},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyIdentity",function(e){var n=e.attrs,e=_objectWithoutProperties(e,pp);return u.jsonRequest({name:"ModifyIdentity",namespace:Pm.Account,body:{identity:_objectSpread2(_objectSpread2({},e),{},{_attrs:_objectSpread2(_objectSpread2({},Ro(n,coerceBooleanToString)),{},{zimbraPrefWhenSentToAddresses:convertStringAndArrayValues(qd(n,"zimbraPrefWhenSentToAddresses")),zimbraPrefWhenInFolderIds:convertStringAndArrayValues(qd(n,"zimbraPrefWhenInFolderIds"))})})},singleRequest:!0})}),_defineProperty$4(this,"modifyPrefs",function(e){var n,i=mapValuesDeep(e,coerceBooleanToString);for(n in i)-1!==Jc.indexOf(n)&&(i[n]=i[n]instanceof Array&&0===i[n].length?"":i[n]);return u.jsonRequest({name:"ModifyPrefs",namespace:Pm.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:Pm.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:Pm.Account,body:denormalize(Xm)(e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyTask",function(e){return u.jsonRequest({name:"ModifyTask",body:_objectSpread2({},denormalize(em)(e)),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyWhiteBlackList",function(e){return u.jsonRequest({name:"ModifyWhiteBlackList",namespace:Pm.Account,body:_objectSpread2({},e),singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"modifyZimletPrefs",function(e){return u.jsonRequest({name:"ModifyZimletPrefs",namespace:Pm.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:Pm.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:Pm.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"removeDeviceSync",function(e){return u.jsonRequest({name:"RemoveDevice",namespace:Pm.Sync,body:{device:{id:e}}})}),_defineProperty$4(this,"resetPassword",function(e){return u.jsonRequest({name:"ResetPassword",namespace:Pm.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:Pm.Account,body:{appName:e},singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeOtherTrustedDevices",function(){return u.jsonRequest({name:"RevokeOtherTrustedDevices",namespace:Pm.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"revokeRights",function(e){return u.jsonRequest({name:"RevokeRights",namespace:Pm.Account,body:denormalize(vs)(e),singleRequest:!0}).then(normalize$1(vs))}),_defineProperty$4(this,"revokeTrustedDevice",function(){return u.jsonRequest({name:"RevokeTrustedDevice",namespace:Pm.Account,singleRequest:!0}).then(Boolean)}),_defineProperty$4(this,"saveDocument",function(e){return u.jsonRequest({name:"SaveDocument",body:denormalize(ys)(e),singleRequest:!0}).then(function(e){return{document:e.doc.map(function(e){return normalize$1(Bm)(e)})}})}),_defineProperty$4(this,"saveDraft",function(e,n){return u.jsonRequest({name:"SaveDraft",body:denormalize(Ku)({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(Lm)(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:Pm.Account}).then(normalize$1(zm))}),_defineProperty$4(this,"searchGal",function(e){return u.jsonRequest({name:"SearchGal",body:e,namespace:Pm.Account}).then(normalize$1(Lm))}),_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(Ym)(e)),singleRequest:!0}).then(function(e){return normalize$1(cm)(e)})}),_defineProperty$4(this,"sendMessage",function(e,n){return u.jsonRequest({name:"SendMsg",body:denormalize(Ku)({message:e}),singleRequest:!0,accountName:n}).then(normalize$1(Ku))}),_defineProperty$4(this,"sendShareNotification",function(e){return u.jsonRequest({name:"SendShareNotification",body:_objectSpread2({},denormalize(Fm)(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:setCustomMetaDataBody(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:xs.Task,tr:!0}}).then(function(e){return normalize$1(km)(e.folder[0].folder)})}),_defineProperty$4(this,"testExternalAccount",function(e){var n=e.accountType,e=_objectWithoutProperties(e,kp);return u.jsonRequest({name:"TestDataSource",body:_defineProperty$4({},n,mapValuesDeep(e,coerceBooleanToString)),singleRequest:!0}).then(function(e){return mapValuesDeep(qd(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=qd(e,"header.context.session.id"),i=qd(e,"header.context.notify.0"),t=qd(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 iu(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=qd(e,"header.context.session.id"),i=qd(e,"header.context.notify.0"),t=qd(e,"header.context.refresh");return u.checkAndUpdateSessionId(n),u.notifier&&(i&&u.notifier.handleNotifications(i),t&&u.notifier.handleRefresh(t)),iu(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 normalizeMessage(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:Tl,this.soapPathname=e.soapPathname||hl,this.localStoreClient=e.localStoreClient,this.customFetch=e.customFetch,this.notifier=new ep,this.batchDataLoader=new wo(this.batchDataHandler,{cache:!1}),this.dataLoader=new wo(this.dataHandler,{batch:!1,cache:!1}),this.customFetch&&setCustomFetch(this.customFetch)},Tp={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:"getRecoveryAccount"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"sendRecoveryCode"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PasswordRecoveryAddressStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"verified"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"pending"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ZimletPresence"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"mandatory"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"ResetPasswordStatus"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"enabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"disabled"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"suspended"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"PrefClientType"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"advanced"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"modern"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"zimbrax"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"standard"},directives:[]}]},{kind:"EnumTypeDefinition",name:{kind:"Name",value:"Mode"},directives:[],values:[{kind:"EnumValueDefinition",name:{kind:"Name",value:"text"},directives:[]},{kind:"EnumValueDefinition",name:{kind:"Name",value:"html"},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CsrfToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"twoFactorAuthRequired"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TwoFactorAuthRequired"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"trustedDevicesEnabled"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"TrustedDevicesEnabled"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"lifetime"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"session"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Session"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"skin"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Skin"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodeType"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCodes"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ScratchCode"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCode"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCodeType"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"EnableTwoFactorAuthResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"secret"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"Secret"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"scratchCodes"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"ScratchCode"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"authToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"AuthToken"}}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"csrfToken"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"CsrfToken"}}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"ProfileImageChangeResponse"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"itemId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Secret"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"AuthToken"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TwoFactorAuthRequired"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"TrustedDevicesEnabled"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Session"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"id"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Skin"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"_content"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"CalOrganizer"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"address"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"url"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"sentBy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}]},{kind:"ObjectTypeDefinition",name:{kind:"Name",value:"Instance"},interfaces:[],directives:[],fields:[{kind:"FieldDefinition",name:{kind:"Name",value:"start"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"dueDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"tzoDue"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"utcRecurrenceId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isException"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"alarm"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"allDay"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"changeDate"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"class"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalendarItemClass"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"componentNum"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"date"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"duration"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"excerpt"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"flags"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusy"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"freeBusyActual"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"FreeBusyStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"inviteId"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ID"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"location"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"modifiedSequence"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"name"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"organizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"CalOrganizer"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"otherAttendees"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"participationStatus"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"ParticipationStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"revision"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Float"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"status"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"InviteCompletionStatus"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"isOrganizer"},arguments:[],type:{kind:"NamedType",name:{kind:"Name",value:"Boolean"}},directives:[]},{kind:"FieldDefinition",name:{kind:"Name",value:"exceptId"},arguments:[],type:{kind:"ListType",type:{kind:"NamedType",name:{kind:"Name",value:"DtTimeInfo"}}},directives:[]}]},{kind:"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:"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:"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:"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:"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:"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:"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:"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:70303}};Tp.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\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\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\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}\n\ntype Conversation implements MailItem {\n\tid: ID\n\tsize: Float # s\n\tdate: Float # d\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\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\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 hp=function(e,n){return(hp=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$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}hp(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var Ip="Invariant Violation",Dp=Object.setPrototypeOf,Sp=void 0===Dp?function(e,n){return e.__proto__=n,e}:Dp,bp=function(n){function InvariantError(e){e=n.call(this,"number"==typeof(e=void 0===e?Ip:e)?Ip+": "+e+" (see https://github.com/apollographql/invariant-packages)":e)||this;return e.framesToPop=1,e.name=Ip,Sp(e,InvariantError.prototype),e}return __extends$1(InvariantError,n),InvariantError}(Error);function invariant$1(e,n){if(!e)throw new bp(n)}var Fp=["debug","log","warn","error","silent"],Ap=Fp.indexOf("log");function wrapConsoleMethod(e){return function(){if(Fp.indexOf(e)>=Ap)return(console[e]||console.log).apply(console,arguments)}}function maybe$1(e){try{return e()}catch(e){}}!function(e){e.debug=wrapConsoleMethod("debug"),e.log=wrapConsoleMethod("log"),e.warn=wrapConsoleMethod("warn"),e.error=wrapConsoleMethod("error")}(invariant$1=invariant$1||{});var Ep=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")()}),Cp="__",Op=[Cp,Cp].join("DEV");function getDEV(){try{return Boolean(__DEV__)}catch(e){return Object.defineProperty(Ep,Op,{value:"production"!==maybe$1(function(){return process.env.NODE_ENV}),enumerable:!1,configurable:!0,writable:!0}),Ep[Op]}}var _p=getDEV();function maybe(e){try{return e()}catch(e){}}var Rp=maybe(function(){return globalThis})||maybe(function(){return window})||maybe(function(){return self})||maybe(function(){return global})||maybe(function(){return Function("return this")()}),Vp=!1;function install(){!Rp||maybe(function(){return process.env.NODE_ENV})||maybe(function(){return process})||(Object.defineProperty(Rp,"process",{value:{env:{NODE_ENV:"production"}},configurable:!0,enumerable:!1,writable:!0}),Vp=!0)}function remove(){Vp&&(delete Rp.process,Vp=!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}install();var Pp="function"==typeof Symbol&&null!=Symbol.iterator?Symbol.iterator:"@@iterator",wp="function"==typeof Symbol&&null!=Symbol.toStringTag?Symbol.toStringTag:"@@toStringTag";function getLocation(e,n){for(var i,t=/\r\n|[\n\r]/g,a=1,r=n+1;(i=t.exec(e.body))&&i.index<n;)a+=1,r=n+1-(i.index+i[0].length);return{line:a,column:r}}function printLocation(e){return printSourceLocation(e.source,getLocation(e.source,e.start))}function printSourceLocation(e,n){var i=e.locationOffset.column-1,t=whitespace(i)+e.body,a=n.line-1,r=n.line+(e.locationOffset.line-1),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 leftPad(i,e[0])+(n?" | "+n:" |")}).join("\n")}function whitespace(e){return Array(e+1).join(" ")}function leftPad(e,n){return whitespace(e-n.length)+n}function _typeof$3(e){return(_typeof$3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _classCallCheck(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties$5(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$5(e,n,i){return n&&_defineProperties$5(e.prototype,n),i&&_defineProperties$5(e,i),e}function _inherits(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(n&&n.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),n&&_setPrototypeOf(e,n)}function _createSuper(i){var t=_isNativeReflectConstruct();return function _createSuperInternal(){var e,n=_getPrototypeOf(i);return _possibleConstructorReturn(this,t?(e=_getPrototypeOf(this).constructor,Reflect.construct(n,arguments,e)):n.apply(this,arguments))}}function _possibleConstructorReturn(e,n){return!n||"object"!==_typeof$3(n)&&"function"!=typeof n?_assertThisInitialized(e):n}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var n="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function _wrapNativeSuper(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,Wrapper)}function Wrapper(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return Wrapper.prototype=Object.create(e.prototype,{constructor:{value:Wrapper,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(Wrapper,e)})(e)}function _construct(e,n,i){return(_construct=_isNativeReflectConstruct()?Reflect.construct:function _construct(e,n,i){var t=[null];t.push.apply(t,n);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 _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _setPrototypeOf(e,n){return(_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(e,n){return e.__proto__=n,e})(e,n)}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var jp=function(){_inherits(GraphQLError,_wrapNativeSuper(Error));var l=_createSuper(GraphQLError);function GraphQLError(e,n,i,t,a,r,d){_classCallCheck(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 _createClass$5(GraphQLError,[{key:"toString",value:function toString(){return printError(this)}},{key:wp,get:function get(){return"Object"}}]),GraphQLError}();function printError(e){var n=e.message;if(e.nodes)for(var i=0,t=e.nodes;i<t.length;i++){var a=t[i];a.loc&&(n+="\n\n"+printLocation(a.loc))}else if(e.source&&e.locations)for(var r=0,d=e.locations;r<d.length;r++)n+="\n\n"+printSourceLocation(e.source,d[r]);return n}function syntaxError(e,n,i){return new jp("Syntax Error: ".concat(i),void 0,e,[n])}var Bp=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 Lp="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):void 0,xp=Lp;function defineInspect(e){var n=e.prototype.toJSON;"function"==typeof n||invariant(0),e.prototype.inspect=n,xp&&(e.prototype[xp]=n)}var Mp=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(Mp);var zp=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(zp);var $p=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 qp=10,Up=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":formatObjectValue(e,n);default:return String(e)}}function formatObjectValue(e,n){if(-1!==n.indexOf(e))return"[Circular]";var i=[].concat(n,[e]),n=getCustomFn(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 formatArray(e,i);return formatObject(e,i)}function formatObject(n,i){var e=Object.keys(n);return 0===e.length?"{}":Up<i.length?"["+getObjectTag(n)+"]":"{ "+e.map(function(e){return e+": "+formatValue(n[e],i)}).join(", ")+" }"}function formatArray(e,n){if(0===e.length)return"[]";if(Up<n.length)return"[Array]";for(var i=Math.min(qp,e.length),t=e.length-i,a=[],r=0;r<i;++r)a.push(formatValue(e[r],n));return 1==t?a.push("... 1 more item"):1<t&&a.push("... ".concat(t," more items")),"["+a.join(", ")+"]"}function getCustomFn(e){var n=e[String(xp)];return"function"==typeof n?n:"function"==typeof e.inspect?e.inspect:void 0}function getObjectTag(e){var n=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if("Object"===n&&"function"==typeof e.constructor){e=e.constructor.name;if("string"==typeof e&&""!==e)return e}return n}function 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 Gp="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)}}function _createClass$4(e,n,i){return n&&_defineProperties$4(e.prototype,n),i&&_defineProperties$4(e,i),e}var Wp=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 _createClass$4(Source,[{key:wp,get:function get(){return"Source"}}]),Source}();function isSource(e){return Gp(e,Wp)}var Hp=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=getBlockStringIndentation(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!1;return!0}function getBlockStringIndentation(e){for(var n=!0,i=!0,t=0,a=null,r=0;r<e.length;++r)switch(e.charCodeAt(r)){case 13:10===e.charCodeAt(r+1)&&++r;case 10:i=!(n=!1),t=0;break;case 9:case 32:++t;break;default:i&&!n&&(null===a||t<a)&&(a=t),i=!1}return null!==a&&void 0!==a?a:0}function printBlockString(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",i=2<arguments.length&&void 0!==arguments[2]&&arguments[2],t=-1===e.indexOf("\n"),a=!t||'"'===e[e.length-1]||"\\"===e[e.length-1]||i,i="";return!a||t&&(" "===e[0]||"\t"===e[0])||(i+="\n"+n),i+=n?e.replace(/\n/g,"\n"+n):e,a&&(i+="\n"),'"""'+i.replace(/"""/g,'\\"""')+'"""'}var Qp=function(){function Lexer(e){var n=new zp($p.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!==$p.EOF)do{var e,n=null!==(e=n.next)&&void 0!==e?e:n.next=readToken(this,n)}while(n.kind===$p.COMMENT);return n},Lexer}();function isPunctuatorTokenKind(e){return e===$p.BANG||e===$p.DOLLAR||e===$p.AMP||e===$p.PAREN_L||e===$p.PAREN_R||e===$p.SPREAD||e===$p.COLON||e===$p.EQUALS||e===$p.AT||e===$p.BRACKET_L||e===$p.BRACKET_R||e===$p.BRACE_L||e===$p.PIPE||e===$p.BRACE_R}function printCharCode(e){return isNaN(e)?$p.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function readToken(e,n){for(var i=e.source,t=i.body,a=t.length,r=n.end;r<a;){var d=t.charCodeAt(r),o=e.line,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 zp($p.BANG,r,r+1,o,u,n);case 35:return readComment(i,r,o,u,n);case 36:return new zp($p.DOLLAR,r,r+1,o,u,n);case 38:return new zp($p.AMP,r,r+1,o,u,n);case 40:return new zp($p.PAREN_L,r,r+1,o,u,n);case 41:return new zp($p.PAREN_R,r,r+1,o,u,n);case 46:if(46===t.charCodeAt(r+1)&&46===t.charCodeAt(r+2))return new zp($p.SPREAD,r,r+3,o,u,n);break;case 58:return new zp($p.COLON,r,r+1,o,u,n);case 61:return new zp($p.EQUALS,r,r+1,o,u,n);case 64:return new zp($p.AT,r,r+1,o,u,n);case 91:return new zp($p.BRACKET_L,r,r+1,o,u,n);case 93:return new zp($p.BRACKET_R,r,r+1,o,u,n);case 123:return new zp($p.BRACE_L,r,r+1,o,u,n);case 124:return new zp($p.PIPE,r,r+1,o,u,n);case 125:return new zp($p.BRACE_R,r,r+1,o,u,n);case 34:return 34===t.charCodeAt(r+1)&&34===t.charCodeAt(r+2)?readBlockString(i,r,o,u,n,e):readString(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 readNumber(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 readName(i,r,o,u,n)}throw syntaxError(i,r,unexpectedCharacterMessage(d))}return new zp($p.EOF,a,a,e.line,1+r-e.lineStart,n)}function unexpectedCharacterMessage(e){return e<32&&9!==e&&10!==e&&13!==e?"Cannot contain the invalid character ".concat(printCharCode(e),"."):39===e?"Unexpected single quote character ('), did you mean to use a double quote (\")?":"Cannot parse the unexpected character ".concat(printCharCode(e),".")}function readComment(e,n,i,t,a){for(var r,d=e.body,o=n;r=d.charCodeAt(++o),!isNaN(r)&&(31<r||9===r););return new zp($p.COMMENT,n,o,i,t,a,d.slice(n+1,o))}function readNumber(e,n,i,t,a,r){var d=e.body,o=i,u=n,i=!1;if(48===(o=45===o?d.charCodeAt(++u):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);if(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)),46===o||isNameStart(o))throw syntaxError(e,u,"Invalid number, expected digit but got: ".concat(printCharCode(o),"."));return new zp(i?$p.FLOAT:$p.INT,n,u,t,a,r,d.slice(n,u))}function readDigits(e,n,i){var t=e.body,a=n,r=i;if(48<=r&&r<=57){for(;48<=(r=t.charCodeAt(++a))&&r<=57;);return a}throw syntaxError(e,a,"Invalid number, expected digit but got: ".concat(printCharCode(r),"."))}function readString(e,n,i,t,a){for(var r=e.body,d=n+1,o=d,u=0,m="";d<r.length&&!isNaN(u=r.charCodeAt(d))&&10!==u&&13!==u;){if(34===u)return m+=r.slice(o,d),new zp($p.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=uniCharCode(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.")}function readBlockString(e,n,i,t,a,r){for(var d=e.body,o=n+3,u=o,m=0,s="";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 zp($p.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.")}function uniCharCode(e,n,i,t){return char2hex(e)<<12|char2hex(n)<<8|char2hex(i)<<4|char2hex(t)}function char2hex(e){return 48<=e&&e<=57?e-48:65<=e&&e<=70?e-55:97<=e&&e<=102?e-87:-1}function readName(e,n,i,t,a){for(var r=e.body,d=r.length,o=n+1,u=0;o!==d&&!isNaN(u=r.charCodeAt(o))&&(95===u||48<=u&&u<=57||65<=u&&u<=90||97<=u&&u<=122);)++o;return new zp($p.NAME,n,o,i,t,a,r.slice(n,o))}function isNameStart(e){return 95===e||65<=e&&e<=90||97<=e&&e<=122}function parse(e,n){return new Kp(e,n).parseDocument()}var Kp=function(){function Parser(e,n){e=isSource(e)?e:new Wp(e);this._lexer=new Qp(e),this._options=n}var e=Parser.prototype;return e.parseName=function parseName(){var e=this.expectToken($p.NAME);return{kind:Bp.NAME,value:e.value,loc:this.loc(e)}},e.parseDocument=function parseDocument(){var e=this._lexer.token;return{kind:Bp.DOCUMENT,definitions:this.many($p.SOF,this.parseDefinition,$p.EOF),loc:this.loc(e)}},e.parseDefinition=function parseDefinition(){if(this.peek($p.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($p.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($p.BRACE_L))return{kind:Bp.OPERATION_DEFINITION,operation:"query",name:void 0,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(e)};var n,i=this.parseOperationType();return this.peek($p.NAME)&&(n=this.parseName()),{kind:Bp.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($p.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($p.PAREN_L,this.parseVariableDefinition,$p.PAREN_R)},e.parseVariableDefinition=function parseVariableDefinition(){var e=this._lexer.token;return{kind:Bp.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken($p.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken($p.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($p.DOLLAR),{kind:Bp.VARIABLE,name:this.parseName(),loc:this.loc(e)}},e.parseSelectionSet=function parseSelectionSet(){var e=this._lexer.token;return{kind:Bp.SELECTION_SET,selections:this.many($p.BRACE_L,this.parseSelection,$p.BRACE_R),loc:this.loc(e)}},e.parseSelection=function parseSelection(){return this.peek($p.SPREAD)?this.parseFragment():this.parseField()},e.parseField=function parseField(){var e,n=this._lexer.token,i=this.parseName(),i=this.expectOptionalToken($p.COLON)?(e=i,this.parseName()):i;return{kind:Bp.FIELD,alias:e,name:i,arguments:this.parseArguments(!1),directives:this.parseDirectives(!1),selectionSet:this.peek($p.BRACE_L)?this.parseSelectionSet():void 0,loc:this.loc(n)}},e.parseArguments=function parseArguments(e){return this.optionalMany($p.PAREN_L,e?this.parseConstArgument:this.parseArgument,$p.PAREN_R)},e.parseArgument=function parseArgument(){var e=this._lexer.token,n=this.parseName();return this.expectToken($p.COLON),{kind:Bp.ARGUMENT,name:n,value:this.parseValueLiteral(!1),loc:this.loc(e)}},e.parseConstArgument=function parseConstArgument(){var e=this._lexer.token;return{kind:Bp.ARGUMENT,name:this.parseName(),value:(this.expectToken($p.COLON),this.parseValueLiteral(!0)),loc:this.loc(e)}},e.parseFragment=function parseFragment(){var e=this._lexer.token;this.expectToken($p.SPREAD);var n=this.expectOptionalKeyword("on");return!n&&this.peek($p.NAME)?{kind:Bp.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(!1),loc:this.loc(e)}:{kind:Bp.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:Bp.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:Bp.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 $p.BRACKET_L:return this.parseList(e);case $p.BRACE_L:return this.parseObject(e);case $p.INT:return this._lexer.advance(),{kind:Bp.INT,value:n.value,loc:this.loc(n)};case $p.FLOAT:return this._lexer.advance(),{kind:Bp.FLOAT,value:n.value,loc:this.loc(n)};case $p.STRING:case $p.BLOCK_STRING:return this.parseStringLiteral();case $p.NAME:switch(this._lexer.advance(),n.value){case"true":return{kind:Bp.BOOLEAN,value:!0,loc:this.loc(n)};case"false":return{kind:Bp.BOOLEAN,value:!1,loc:this.loc(n)};case"null":return{kind:Bp.NULL,loc:this.loc(n)};default:return{kind:Bp.ENUM,value:n.value,loc:this.loc(n)}}case $p.DOLLAR:if(!e)return this.parseVariable()}throw this.unexpected()},e.parseStringLiteral=function parseStringLiteral(){var e=this._lexer.token;return this._lexer.advance(),{kind:Bp.STRING,value:e.value,block:e.kind===$p.BLOCK_STRING,loc:this.loc(e)}},e.parseList=function parseList(e){var n=this,i=this._lexer.token;return{kind:Bp.LIST,values:this.any($p.BRACKET_L,function item(){return n.parseValueLiteral(e)},$p.BRACKET_R),loc:this.loc(i)}},e.parseObject=function parseObject(e){var n=this,i=this._lexer.token;return{kind:Bp.OBJECT,fields:this.any($p.BRACE_L,function item(){return n.parseObjectField(e)},$p.BRACE_R),loc:this.loc(i)}},e.parseObjectField=function parseObjectField(e){var n=this._lexer.token,i=this.parseName();return this.expectToken($p.COLON),{kind:Bp.OBJECT_FIELD,name:i,value:this.parseValueLiteral(e),loc:this.loc(n)}},e.parseDirectives=function parseDirectives(e){for(var n=[];this.peek($p.AT);)n.push(this.parseDirective(e));return n},e.parseDirective=function parseDirective(e){var n=this._lexer.token;return this.expectToken($p.AT),{kind:Bp.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(e),loc:this.loc(n)}},e.parseTypeReference=function parseTypeReference(){var e=this._lexer.token,n=this.expectOptionalToken($p.BRACKET_L)?(n=this.parseTypeReference(),this.expectToken($p.BRACKET_R),{kind:Bp.LIST_TYPE,type:n,loc:this.loc(e)}):this.parseNamedType();return this.expectOptionalToken($p.BANG)?{kind:Bp.NON_NULL_TYPE,type:n,loc:this.loc(e)}:n},e.parseNamedType=function parseNamedType(){var e=this._lexer.token;return{kind:Bp.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===$p.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($p.STRING)||this.peek($p.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($p.BRACE_L,this.parseOperationTypeDefinition,$p.BRACE_R);return{kind:Bp.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($p.COLON);var i=this.parseNamedType();return{kind:Bp.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:Bp.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:Bp.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($p.AMP,this.parseNamedType);var n=[];for(this.expectOptionalToken($p.AMP);n.push(this.parseNamedType()),this.expectOptionalToken($p.AMP)||this.peek($p.NAME););return n},e.parseFieldsDefinition=function parseFieldsDefinition(){var e;return!0===(null===(e=this._options)||void 0===e?void 0:e.allowLegacySDLEmptyFields)&&this.peek($p.BRACE_L)&&this._lexer.lookahead().kind===$p.BRACE_R?(this._lexer.advance(),this._lexer.advance(),[]):this.optionalMany($p.BRACE_L,this.parseFieldDefinition,$p.BRACE_R)},e.parseFieldDefinition=function parseFieldDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseArgumentDefs();this.expectToken($p.COLON);var a=this.parseTypeReference(),r=this.parseDirectives(!0);return{kind:Bp.FIELD_DEFINITION,description:n,name:i,arguments:t,type:a,directives:r,loc:this.loc(e)}},e.parseArgumentDefs=function parseArgumentDefs(){return this.optionalMany($p.PAREN_L,this.parseInputValueDef,$p.PAREN_R)},e.parseInputValueDef=function parseInputValueDef(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName();this.expectToken($p.COLON);var t,a=this.parseTypeReference();this.expectOptionalToken($p.EQUALS)&&(t=this.parseValueLiteral(!0));var r=this.parseDirectives(!0);return{kind:Bp.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:Bp.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:Bp.UNION_TYPE_DEFINITION,description:n,name:i,directives:t,types:a,loc:this.loc(e)}},e.parseUnionMemberTypes=function parseUnionMemberTypes(){return this.expectOptionalToken($p.EQUALS)?this.delimitedMany($p.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:Bp.ENUM_TYPE_DEFINITION,description:n,name:i,directives:t,values:a,loc:this.loc(e)}},e.parseEnumValuesDefinition=function parseEnumValuesDefinition(){return this.optionalMany($p.BRACE_L,this.parseEnumValueDefinition,$p.BRACE_R)},e.parseEnumValueDefinition=function parseEnumValueDefinition(){var e=this._lexer.token,n=this.parseDescription(),i=this.parseName(),t=this.parseDirectives(!0);return{kind:Bp.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:Bp.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:i,directives:t,fields:a,loc:this.loc(e)}},e.parseInputFieldsDefinition=function parseInputFieldsDefinition(){return this.optionalMany($p.BRACE_L,this.parseInputValueDef,$p.BRACE_R)},e.parseTypeSystemExtension=function parseTypeSystemExtension(){var e=this._lexer.lookahead();if(e.kind===$p.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($p.BRACE_L,this.parseOperationTypeDefinition,$p.BRACE_R);if(0===n.length&&0===i.length)throw this.unexpected();return{kind:Bp.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:Bp.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:Bp.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:Bp.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:Bp.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:Bp.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:Bp.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($p.AT);var i=this.parseName(),t=this.parseArgumentDefs(),a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var r=this.parseDirectiveLocations();return{kind:Bp.DIRECTIVE_DEFINITION,description:n,name:i,arguments:t,repeatable:a,locations:r,loc:this.loc(e)}},e.parseDirectiveLocations=function parseDirectiveLocations(){return this.delimitedMany($p.PIPE,this.parseDirectiveLocation)},e.parseDirectiveLocation=function parseDirectiveLocation(){var e=this._lexer.token,n=this.parseName();if(void 0!==Hp[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 Mp(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!==$p.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===$p.NAME&&n.value===e&&(this._lexer.advance(),!0)},e.unexpected=function unexpected(e){e=null!=e?e:this._lexer.token;return syntaxError(this._lexer.source,e.start,"Unexpected ".concat(getTokenDesc(e),"."))},e.any=function any(e,n,i){this.expectToken(e);for(var t=[];!this.expectOptionalToken(i);)t.push(n.call(this));return t},e.optionalMany=function optionalMany(e,n,i){if(this.expectOptionalToken(e)){for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t}return[]},e.many=function many(e,n,i){this.expectToken(e);for(var t=[];t.push(n.call(this)),!this.expectOptionalToken(i););return t},e.delimitedMany=function delimitedMany(e,n){this.expectOptionalToken(e);for(var i=[];i.push(n.call(this)),this.expectOptionalToken(e););return i},Parser}();function getTokenDesc(e){var n=e.value;return getTokenKindDesc(e.kind)+(null!=n?' "'.concat(n,'"'):"")}function getTokenKindDesc(e){return isPunctuatorTokenKind(e)?'"'.concat(e,'"'):e}var Zp={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"]},Yp=Object.freeze({});function visit(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:Zp,t=void 0,a=Array.isArray(e),r=[e],d=-1,o=[],u=void 0,m=void 0,s=void 0,l=[],c=[],p=e;do{var k=++d===r.length,v=k&&0!==o.length;if(k){if(m=0===c.length?void 0:l[l.length-1],u=s,s=c.pop(),v){if(a)u=u.slice();else{for(var y={},f=0,N=Object.keys(u);f<N.length;f++){var g=N[f];y[g]=u[g]}u=y}for(var T=0,h=0;h<o.length;h++){var I=o[h][0],D=o[h][1];a&&(I-=T),a&&null===D?(u.splice(I,1),T++):u[I]=D}}d=t.index,r=t.keys,o=t.edits,a=t.inArray,t=t.prev}else{if(m=s?a?d:r[d]:void 0,null==(u=s?s[m]:p))continue;s&&l.push(m)}var S=void 0;if(!Array.isArray(u)){if(!isNode(u))throw new Error("Invalid AST Node: ".concat(inspect(u),"."));var b=getVisitFn(n,u.kind,k);if(b){if((S=b.call(n,u,m,s,l,c))===Yp)break;if(!1===S){if(!k){l.pop();continue}}else if(void 0!==S&&(o.push([m,S]),!k)){if(!isNode(S)){l.pop();continue}u=S}}}void 0===S&&v&&o.push([m,u]),k?l.pop():(t={inArray:a,index:d,keys:r,edits:o,prev:t},r=(a=Array.isArray(u))?u:null!==(k=i[u.kind])&&void 0!==k?k:[],d=-1,o=[],s&&c.push(s),s=u)}while(void 0!==t);return p=0!==o.length?o[o.length-1][1]:p}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===Yp)a[n]=Yp;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===Yp)a[n]=Yp;else if(void 0!==i&&!1!==i)return i}}else a[n]===e&&(a[n]=null)}}}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 Jp=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}},Xp=Jp,ek=Object.values||function(n){return Object.keys(n).map(function(e){return n[e]})},nk=ek;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 jp(t.message,null!==(e=t.nodes)&&void 0!==e?e:n,t.source,t.positions,i,t)}var ik=/^[_a-zA-Z][_a-zA-Z0-9]*$/;function isValidNameError(e){return"string"==typeof e||devAssert(0,"Expected name to be a string."),1<e.length&&"_"===e[0]&&"_"===e[1]?new jp('Name "'.concat(e,'" must not begin with "__", which is reserved by GraphQL introspection.')):ik.test(e)?void 0:new jp('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "'.concat(e,'" does not.'))}var tk=Object.entries||function(n){return Object.keys(n).map(function(e){return[e,n[e]]})},ak=tk;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=ak(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=ak(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 rk=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,rk),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-dk,isDigit(a=e.charCodeAt(++i))&&0<d;);for(var o=0;o=10*o+r-dk,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 dk=48,ok=57;function isDigit(e){return!isNaN(e)&&dk<=e&&e<=ok}function suggestionList(e,n){for(var t=Object.create(null),i=new uk(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 uk=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,c=1;c<=r;c++){var p=Math.min(m[c]+1,s[c-1]+1,m[c-1]+(i[u-1]===t[c-1]?0:1));(p=1<u&&1<c&&i[u-1]===t[c-2]&&i[u-2]===t[c-1]?Math.min(p,d[(u-2)%3][c-2]+1):p)<l&&(l=p),s[c]=p}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:sk})}var mk=80,sk={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 mk<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?printBlockString(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){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"";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){return null!=n&&""!==n?e+n+(2<arguments.length&&void 0!==arguments[2]?arguments[2]:""):""}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 valueFromASTUntyped(e,n){switch(e.kind){case Bp.NULL:return null;case Bp.INT:return parseInt(e.value,10);case Bp.FLOAT:return parseFloat(e.value);case Bp.STRING:case Bp.ENUM:case Bp.BOOLEAN:return e.value;case Bp.LIST:return e.values.map(function(e){return valueFromASTUntyped(e,n)});case Bp.OBJECT:return keyValMap(e.fields,function(e){return e.name.value},function(e){return valueFromASTUntyped(e.value,n)});case Bp.VARIABLE:return null==n?void 0:n[e.name.value]}invariant(0,"Unexpected value node: "+inspect(e))}function _defineProperties$3(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$3(e,n,i){return n&&_defineProperties$3(e.prototype,n),i&&_defineProperties$3(e,i),e}function isType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isInputObjectType(e)||isListType(e)||isNonNullType(e)}function assertType(e){if(!isType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL type."));return e}function isScalarType(e){return Gp(e,lk)}function isObjectType(e){return Gp(e,ck)}function isInterfaceType(e){return Gp(e,pk)}function isUnionType(e){return Gp(e,kk)}function isEnumType(e){return Gp(e,vk)}function isInputObjectType(e){return Gp(e,yk)}function isListType(e){return Gp(e,GraphQLList)}function isNonNullType(e){return Gp(e,GraphQLNonNull)}function isInputType(e){return isScalarType(e)||isEnumType(e)||isInputObjectType(e)||isWrappingType(e)&&isInputType(e.ofType)}function isOutputType(e){return isScalarType(e)||isObjectType(e)||isInterfaceType(e)||isUnionType(e)||isEnumType(e)||isWrappingType(e)&&isOutputType(e.ofType)}function isLeafType(e){return isScalarType(e)||isEnumType(e)}function isCompositeType(e){return isObjectType(e)||isInterfaceType(e)||isUnionType(e)}function isAbstractType(e){return isInterfaceType(e)||isUnionType(e)}function GraphQLList(e){if(!(this instanceof GraphQLList))return new GraphQLList(e);this.ofType=assertType(e)}function GraphQLNonNull(e){if(!(this instanceof GraphQLNonNull))return new GraphQLNonNull(e);this.ofType=assertNullableType(e)}function isWrappingType(e){return isListType(e)||isNonNullType(e)}function isNullableType(e){return isType(e)&&!isNonNullType(e)}function assertNullableType(e){if(!isNullableType(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL nullable type."));return 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,wp,{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,wp,{get:function get(){return"GraphQLNonNull"}}),defineInspect(GraphQLNonNull);var lk=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(valueFromASTUntyped(e,n))},this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),"string"==typeof e.name||devAssert(0,"Must provide name."),null==e.specifiedByUrl||"string"==typeof e.specifiedByUrl||devAssert(0,"".concat(this.name,' must provide "specifiedByUrl" as a string, ')+"but got: ".concat(inspect(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:wp,get:function get(){return"GraphQLScalarType"}}]),GraphQLScalarType}();defineInspect(lk);var ck=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:wp,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=ak(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(ck);var pk=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:wp,get:function get(){return"GraphQLInterfaceType"}}]),GraphQLInterfaceType}();defineInspect(pk);var kk=function(){function GraphQLUnionType(e){this.name=e.name,this.description=e.description,this.resolveType=e.resolveType,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._types=defineTypes.bind(void 0,e),"string"==typeof e.name||devAssert(0,"Must provide name."),null==e.resolveType||"function"==typeof e.resolveType||devAssert(0,"".concat(this.name,' must provide "resolveType" as a function, ')+"but got: ".concat(inspect(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:wp,get:function get(){return"GraphQLUnionType"}}]),GraphQLUnionType}();function defineTypes(e){var n=resolveThunk(e.types);return Array.isArray(n)||devAssert(0,"Must provide Array of types or a function which returns such an array for Union ".concat(e.name,".")),n}defineInspect(kk);var vk=function(){function GraphQLEnumType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._values=defineEnumValues(this.name,e.values),this._valueLookup=new Map(this._values.map(function(e){return[e.value,e]})),this._nameLookup=keyMap(this._values,function(e){return e.name}),"string"==typeof e.name||devAssert(0,"Must provide name.")}var e=GraphQLEnumType.prototype;return e.getValues=function getValues(){return this._values},e.getValue=function getValue(e){return this._nameLookup[e]},e.serialize=function serialize(e){var n=this._valueLookup.get(e);if(void 0===n)throw new jp('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 jp('Enum "'.concat(this.name,'" cannot represent non-string value: ').concat(n,".")+didYouMeanEnumValue(this,n))}n=this.getValue(e);if(null==n)throw new jp('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!==Bp.ENUM){var i=print(e);throw new jp('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 jp('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:wp,get:function get(){return"GraphQLEnumType"}}]),GraphQLEnumType}();function didYouMeanEnumValue(e,n){return didYouMean("the enum value",suggestionList(n,e.getValues().map(function(e){return e.name})))}function defineEnumValues(i,e){return isPlainObj(e)||devAssert(0,"".concat(i," values must be an object with value names as keys.")),ak(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}})}defineInspect(vk);var yk=function(){function GraphQLInputObjectType(e){this.name=e.name,this.description=e.description,this.extensions=e.extensions&&toObjMap(e.extensions),this.astNode=e.astNode,this.extensionASTNodes=undefineIfEmpty(e.extensionASTNodes),this._fields=defineInputFieldMap.bind(void 0,e),"string"==typeof e.name||devAssert(0,"Must provide name.")}var e=GraphQLInputObjectType.prototype;return e.getFields=function getFields(){return"function"==typeof this._fields&&(this._fields=this._fields()),this._fields},e.toConfig=function toConfig(){var e=mapValue(this.getFields(),function(e){return{description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions,astNode:e.astNode}});return{name:this.name,description:this.description,fields:e,extensions:this.extensions,astNode:this.astNode,extensionASTNodes:null!==(e=this.extensionASTNodes)&&void 0!==e?e:[]}},e.toString=function toString(){return this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$3(GraphQLInputObjectType,[{key:wp,get:function get(){return"GraphQLInputObjectType"}}]),GraphQLInputObjectType}();function defineInputFieldMap(i){var e=resolveThunk(i.fields);return isPlainObj(e)||devAssert(0,"".concat(i.name," fields must be an object with field names as keys or a function which returns such an object.")),mapValue(e,function(e,n){return"resolve"in e&&devAssert(0,"".concat(i.name,".").concat(n," field has a resolve property, but Input Types cannot define resolvers.")),{name:n,description:e.description,type:e.type,defaultValue:e.defaultValue,deprecationReason:e.deprecationReason,extensions:e.extensions&&toObjMap(e.extensions),astNode:e.astNode}})}function isRequiredInputField(e){return isNonNullType(e.type)&&void 0===e.defaultValue}function isEqualType(e,n){return e===n||(isNonNullType(e)&&isNonNullType(n)||!(!isListType(e)||!isListType(n)))&&isEqualType(e.ofType,n.ofType)}function isTypeSubTypeOf(e,n,i){return n===i||(isNonNullType(i)?!!isNonNullType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):isNonNullType(n)?isTypeSubTypeOf(e,n.ofType,i):isListType(i)?!!isListType(n)&&isTypeSubTypeOf(e,n.ofType,i.ofType):!isListType(n)&&(isAbstractType(i)&&(isInterfaceType(n)||isObjectType(n))&&e.isSubType(i,n)))}function doTypesOverlap(n,e,i){return e===i||(isAbstractType(e)?isAbstractType(i)?n.getPossibleTypes(e).some(function(e){return n.isSubType(i,e)}):n.isSubType(e,i):!!isAbstractType(i)&&n.isSubType(i,e))}defineInspect(yk);var fk=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[Pp];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[]},Nk=fk,gk=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},Tk=gk;function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function safeArrayFrom(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:function(e){return e};if(null==e||"object"!==_typeof(e))return null;if(Array.isArray(e))return e.map(n);var i=e[Pp];if("function"==typeof i){for(var t,a=i.call(e),r=[],d=0;!(t=a.next()).done;++d)r.push(n(t.value,d));return r}var o=e.length;if("number"==typeof o&&0<=o&&o%1==0){for(var u=[],m=0;m<o;++m){if(!Object.prototype.hasOwnProperty.call(e,m))return null;u.push(n(e[String(m)],m))}return u}return null}var hk=Number.isInteger||function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e},Ik=hk,Dk=2147483647,Sk=-2147483648;function serializeInt(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;e=n;if("string"==typeof n&&""!==n&&(e=Number(n)),!Ik(e))throw new jp("Int cannot represent non-integer value: ".concat(inspect(n)));if(Dk<e||e<Sk)throw new jp("Int cannot represent non 32-bit signed integer value: "+inspect(n));return e}function coerceInt(e){if(!Ik(e))throw new jp("Int cannot represent non-integer value: ".concat(inspect(e)));if(Dk<e||e<Sk)throw new jp("Int cannot represent non 32-bit signed integer value: ".concat(e));return e}var bk=new lk({name:"Int",description:"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",serialize:serializeInt,parseValue:coerceInt,parseLiteral:function parseLiteral(e){if(e.kind!==Bp.INT)throw new jp("Int cannot represent non-integer value: ".concat(print(e)),e);var n=parseInt(e.value,10);if(Dk<n||n<Sk)throw new jp("Int cannot represent non 32-bit signed integer value: ".concat(e.value),e);return n}});function serializeFloat(e){var n=serializeObject(e);if("boolean"==typeof n)return n?1:0;e=n;if("string"==typeof n&&""!==n&&(e=Number(n)),!Tk(e))throw new jp("Float cannot represent non numeric value: ".concat(inspect(n)));return e}function coerceFloat(e){if(!Tk(e))throw new jp("Float cannot represent non numeric value: ".concat(inspect(e)));return e}var Fk=new lk({name:"Float",description:"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",serialize:serializeFloat,parseValue:coerceFloat,parseLiteral:function parseLiteral(e){if(e.kind!==Bp.FLOAT&&e.kind!==Bp.INT)throw new jp("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}function serializeString(e){var n=serializeObject(e);if("string"==typeof n)return n;if("boolean"==typeof n)return n?"true":"false";if(Tk(n))return n.toString();throw new jp("String cannot represent value: ".concat(inspect(e)))}function coerceString(e){if("string"!=typeof e)throw new jp("String cannot represent a non string value: ".concat(inspect(e)));return e}var Ak=new lk({name:"String",description:"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",serialize:serializeString,parseValue:coerceString,parseLiteral:function parseLiteral(e){if(e.kind!==Bp.STRING)throw new jp("String cannot represent a non string value: ".concat(print(e)),e);return e.value}});function serializeBoolean(e){e=serializeObject(e);if("boolean"==typeof e)return e;if(Tk(e))return 0!==e;throw new jp("Boolean cannot represent a non boolean value: ".concat(inspect(e)))}function coerceBoolean(e){if("boolean"!=typeof e)throw new jp("Boolean cannot represent a non boolean value: ".concat(inspect(e)));return e}var Ek=new lk({name:"Boolean",description:"The `Boolean` scalar type represents `true` or `false`.",serialize:serializeBoolean,parseValue:coerceBoolean,parseLiteral:function parseLiteral(e){if(e.kind!==Bp.BOOLEAN)throw new jp("Boolean cannot represent a non boolean value: ".concat(print(e)),e);return e.value}});function serializeID(e){var n=serializeObject(e);if("string"==typeof n)return n;if(Ik(n))return String(n);throw new jp("ID cannot represent value: ".concat(inspect(e)))}function coerceID(e){if("string"==typeof e)return e;if(Ik(e))return e.toString();throw new jp("ID cannot represent value: ".concat(inspect(e)))}var Ck=new lk({name:"ID",description:'The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID.',serialize:serializeID,parseValue:coerceID,parseLiteral:function parseLiteral(e){if(e.kind!==Bp.STRING&&e.kind!==Bp.INT)throw new jp("ID cannot represent a non-string and non-integer value: "+print(e),e);return e.value}}),Ok=Object.freeze([Ak,bk,Fk,Ek,Ck]);function astFromValue(e,n){if(isNonNullType(n)){var i=astFromValue(e,n.ofType);return(null==i?void 0:i.kind)===Bp.NULL?null:i}if(null===e)return{kind:Bp.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:Bp.LIST,values:r}}if(isInputObjectType(n)){if(!isObjectLike(e))return null;for(var u=[],m=0,s=nk(n.getFields());m<s.length;m++){var l=s[m],c=astFromValue(e[l.name],l.type);c&&u.push({kind:Bp.OBJECT_FIELD,name:{kind:Bp.NAME,value:l.name},value:c})}return{kind:Bp.OBJECT,fields:u}}if(isLeafType(n)){var p=n.serialize(e);if(null==p)return null;if("boolean"==typeof p)return{kind:Bp.BOOLEAN,value:p};if("number"==typeof p&&Tk(p)){i=String(p);return _k.test(i)?{kind:Bp.INT,value:i}:{kind:Bp.FLOAT,value:i}}if("string"==typeof p)return isEnumType(n)?{kind:Bp.ENUM,value:p}:n===Ck&&_k.test(p)?{kind:Bp.INT,value:p}:{kind:Bp.STRING,value:p};throw new TypeError("Cannot convert value to AST: ".concat(inspect(p),"."))}invariant(0,"Unexpected input type: "+inspect(n))}var _k=/^-?(?:0|[1-9][0-9]*)$/,Rk=new ck({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:Ak,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(wk))),resolve:function resolve(e){return nk(e.getTypeMap())}},queryType:{description:"The type that query operations will be rooted at.",type:new GraphQLNonNull(wk),resolve:function resolve(e){return e.getQueryType()}},mutationType:{description:"If this server supports mutation, the type that mutation operations will be rooted at.",type:wk,resolve:function resolve(e){return e.getMutationType()}},subscriptionType:{description:"If this server support subscription, the type that subscription operations will be rooted at.",type:wk,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(Vk))),resolve:function resolve(e){return e.getDirectives()}}}}}),Vk=new ck({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(Ak),resolve:function resolve(e){return e.name}},description:{type:Ak,resolve:function resolve(e){return e.description}},isRepeatable:{type:new GraphQLNonNull(Ek),resolve:function resolve(e){return e.isRepeatable}},locations:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Pk))),resolve:function resolve(e){return e.locations}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Bk))),args:{includeDeprecated:{type:Ek,defaultValue:!1}},resolve:function resolve(e,n){return n.includeDeprecated?e.args:e.args.filter(function(e){return null==e.deprecationReason})}}}}}),Pk=new vk({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:Hp.QUERY,description:"Location adjacent to a query operation."},MUTATION:{value:Hp.MUTATION,description:"Location adjacent to a mutation operation."},SUBSCRIPTION:{value:Hp.SUBSCRIPTION,description:"Location adjacent to a subscription operation."},FIELD:{value:Hp.FIELD,description:"Location adjacent to a field."},FRAGMENT_DEFINITION:{value:Hp.FRAGMENT_DEFINITION,description:"Location adjacent to a fragment definition."},FRAGMENT_SPREAD:{value:Hp.FRAGMENT_SPREAD,description:"Location adjacent to a fragment spread."},INLINE_FRAGMENT:{value:Hp.INLINE_FRAGMENT,description:"Location adjacent to an inline fragment."},VARIABLE_DEFINITION:{value:Hp.VARIABLE_DEFINITION,description:"Location adjacent to a variable definition."},SCHEMA:{value:Hp.SCHEMA,description:"Location adjacent to a schema definition."},SCALAR:{value:Hp.SCALAR,description:"Location adjacent to a scalar definition."},OBJECT:{value:Hp.OBJECT,description:"Location adjacent to an object type definition."},FIELD_DEFINITION:{value:Hp.FIELD_DEFINITION,description:"Location adjacent to a field definition."},ARGUMENT_DEFINITION:{value:Hp.ARGUMENT_DEFINITION,description:"Location adjacent to an argument definition."},INTERFACE:{value:Hp.INTERFACE,description:"Location adjacent to an interface definition."},UNION:{value:Hp.UNION,description:"Location adjacent to a union definition."},ENUM:{value:Hp.ENUM,description:"Location adjacent to an enum definition."},ENUM_VALUE:{value:Hp.ENUM_VALUE,description:"Location adjacent to an enum value definition."},INPUT_OBJECT:{value:Hp.INPUT_OBJECT,description:"Location adjacent to an input object type definition."},INPUT_FIELD_DEFINITION:{value:Hp.INPUT_FIELD_DEFINITION,description:"Location adjacent to an input object field definition."}}}),wk=new ck({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(Mk),resolve:function resolve(e){return isScalarType(e)?xk.SCALAR:isObjectType(e)?xk.OBJECT:isInterfaceType(e)?xk.INTERFACE:isUnionType(e)?xk.UNION:isEnumType(e)?xk.ENUM:isInputObjectType(e)?xk.INPUT_OBJECT:isListType(e)?xk.LIST:isNonNullType(e)?xk.NON_NULL:void invariant(0,'Unexpected type: "'.concat(inspect(e),'".'))}},name:{type:Ak,resolve:function resolve(e){return void 0!==e.name?e.name:void 0}},description:{type:Ak,resolve:function resolve(e){return void 0!==e.description?e.description:void 0}},specifiedByUrl:{type:Ak,resolve:function resolve(e){return void 0!==e.specifiedByUrl?e.specifiedByUrl:void 0}},fields:{type:new GraphQLList(new GraphQLNonNull(jk)),args:{includeDeprecated:{type:Ek,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isObjectType(e)||isInterfaceType(e)){e=nk(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},interfaces:{type:new GraphQLList(new GraphQLNonNull(wk)),resolve:function resolve(e){if(isObjectType(e)||isInterfaceType(e))return e.getInterfaces()}},possibleTypes:{type:new GraphQLList(new GraphQLNonNull(wk)),resolve:function resolve(e,n,i,t){t=t.schema;if(isAbstractType(e))return t.getPossibleTypes(e)}},enumValues:{type:new GraphQLList(new GraphQLNonNull(Lk)),args:{includeDeprecated:{type:Ek,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(Bk)),args:{includeDeprecated:{type:Ek,defaultValue:!1}},resolve:function resolve(e,n){n=n.includeDeprecated;if(isInputObjectType(e)){e=nk(e.getFields());return n?e:e.filter(function(e){return null==e.deprecationReason})}}},ofType:{type:wk,resolve:function resolve(e){return void 0!==e.ofType?e.ofType:void 0}}}}}),jk=new ck({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(Ak),resolve:function resolve(e){return e.name}},description:{type:Ak,resolve:function resolve(e){return e.description}},args:{type:new GraphQLNonNull(new GraphQLList(new GraphQLNonNull(Bk))),args:{includeDeprecated:{type:Ek,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(wk),resolve:function resolve(e){return e.type}},isDeprecated:{type:new GraphQLNonNull(Ek),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:Ak,resolve:function resolve(e){return e.deprecationReason}}}}}),Bk=new ck({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(Ak),resolve:function resolve(e){return e.name}},description:{type:Ak,resolve:function resolve(e){return e.description}},type:{type:new GraphQLNonNull(wk),resolve:function resolve(e){return e.type}},defaultValue:{type:Ak,description:"A GraphQL-formatted string representing the default value for this input value.",resolve:function resolve(e){e=astFromValue(e.defaultValue,e.type);return e?print(e):null}},isDeprecated:{type:new GraphQLNonNull(Ek),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:Ak,resolve:function resolve(e){return e.deprecationReason}}}}}),Lk=new ck({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(Ak),resolve:function resolve(e){return e.name}},description:{type:Ak,resolve:function resolve(e){return e.description}},isDeprecated:{type:new GraphQLNonNull(Ek),resolve:function resolve(e){return null!=e.deprecationReason}},deprecationReason:{type:Ak,resolve:function resolve(e){return e.deprecationReason}}}}}),xk=Object.freeze({SCALAR:"SCALAR",OBJECT:"OBJECT",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",INPUT_OBJECT:"INPUT_OBJECT",LIST:"LIST",NON_NULL:"NON_NULL"}),Mk=new vk({name:"__TypeKind",description:"An enum describing what kind of type a given `__Type` is.",values:{SCALAR:{value:xk.SCALAR,description:"Indicates this type is a scalar."},OBJECT:{value:xk.OBJECT,description:"Indicates this type is an object. `fields` and `interfaces` are valid fields."},INTERFACE:{value:xk.INTERFACE,description:"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields."},UNION:{value:xk.UNION,description:"Indicates this type is a union. `possibleTypes` is a valid field."},ENUM:{value:xk.ENUM,description:"Indicates this type is an enum. `enumValues` is a valid field."},INPUT_OBJECT:{value:xk.INPUT_OBJECT,description:"Indicates this type is an input object. `inputFields` is a valid field."},LIST:{value:xk.LIST,description:"Indicates this type is a list. `ofType` is a valid field."},NON_NULL:{value:xk.NON_NULL,description:"Indicates this type is a non-null. `ofType` is a valid field."}}}),zk={name:"__schema",type:new GraphQLNonNull(Rk),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},$k={name:"__type",type:wk,description:"Request the type information of a single type.",args:[{name:"name",description:void 0,type:new GraphQLNonNull(Ak),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},qk={name:"__typename",type:new GraphQLNonNull(Ak),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},Uk=Object.freeze([Rk,Vk,Pk,wk,jk,Bk,Lk,Mk]);function isIntrospectionType(n){return Uk.some(function(e){return n.name===e.name})}function _defineProperties$2(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$2(e,n,i){return n&&_defineProperties$2(e.prototype,n),i&&_defineProperties$2(e,i),e}function isDirective(e){return Gp(e,Gk)}var Gk=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=ak(n).map(function(e){var n=e[1];return{name:e[0],description:n.description,type:n.type,defaultValue:n.defaultValue,deprecationReason:n.deprecationReason,extensions:n.extensions&&toObjMap(n.extensions),astNode:n.astNode}})}var e=GraphQLDirective.prototype;return e.toConfig=function toConfig(){return{name:this.name,description:this.description,locations:this.locations,args:argsToArgsConfig(this.args),isRepeatable:this.isRepeatable,extensions:this.extensions,astNode:this.astNode}},e.toString=function toString(){return"@"+this.name},e.toJSON=function toJSON(){return this.toString()},_createClass$2(GraphQLDirective,[{key:wp,get:function get(){return"GraphQLDirective"}}]),GraphQLDirective}();defineInspect(Gk);var Wk=new Gk({name:"include",description:"Directs the executor to include this field or fragment only when the `if` argument is true.",locations:[Hp.FIELD,Hp.FRAGMENT_SPREAD,Hp.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(Ek),description:"Included when true."}}}),Hk=new Gk({name:"skip",description:"Directs the executor to skip this field or fragment when the `if` argument is true.",locations:[Hp.FIELD,Hp.FRAGMENT_SPREAD,Hp.INLINE_FRAGMENT],args:{if:{type:new GraphQLNonNull(Ek),description:"Skipped when true."}}}),Qk="No longer supported",Kk=new Gk({name:"deprecated",description:"Marks an element of a GraphQL schema as no longer supported.",locations:[Hp.FIELD_DEFINITION,Hp.ARGUMENT_DEFINITION,Hp.INPUT_FIELD_DEFINITION,Hp.ENUM_VALUE],args:{reason:{type:Ak,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:Qk}}}),Zk=new Gk({name:"specifiedBy",description:"Exposes a URL that specifies the behaviour of this scalar.",locations:[Hp.SCALAR],args:{url:{type:new GraphQLNonNull(Ak),description:"The URL that specifies the behaviour of this scalar."}}}),Yk=Object.freeze([Wk,Hk,Kk,Zk]);function _defineProperties$1(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass$1(e,n,i){return n&&_defineProperties$1(e.prototype,n),i&&_defineProperties$1(e,i),e}function isSchema(e){return Gp(e,Jk)}function assertSchema(e){if(!isSchema(e))throw new Error("Expected ".concat(inspect(e)," to be a GraphQL schema."));return e}var Jk=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:Yk;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(Rk,i),this._typeMap=Object.create(null),this._subTypeMap=Object.create(null),this._implementationsMap=Object.create(null);for(var l=0,c=Nk(i);l<c.length;l++){var p=c[l];if(null!=p){var k=p.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]=p))for(var v=0,y=p.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(p)}else if(isObjectType(p))for(var g=0,T=p.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(p)}}}}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 Xp(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:nk(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}},_createClass$1(GraphQLSchema,[{key:wp,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=nk(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,c=nk(e.getFields());l<c.length;l++)collectReferencedTypes(c[l].type,n);return n}function validateSchema(e){if(assertSchema(e),e.__validationErrors)return e.__validationErrors;var n=new Xk(e);validateRootTypes(n),validateDirectives(n),validateTypes(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 Xk=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 jp(e,n))},e.addError=function addError(e){this._errors.push(e)},e.getErrors=function getErrors(){return this._errors},SchemaValidationContext}();function validateRootTypes(e){var n=e.schema,i=n.getQueryType();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)}function getOperationTypeNode(e,n){for(var i=getAllSubNodes(e,function(e){return e.operationTypes}),t=0;t<i.length;t++){var a=i[t];if(a.operation===n)return a.type}}function validateDirectives(e){for(var n=0,i=e.schema.getDirectives();n<i.length;n++){var t=i[n];if(isDirective(t)){validateName(e,t);for(var a=0,r=t.args;a<r.length;a++){var d=r[a];validateName(e,d),isInputType(d.type)||e.reportError("The type of @".concat(t.name,"(").concat(d.name,":) must be Input Type ")+"but got: ".concat(inspect(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)}}function validateName(e,n){var i=isValidNameError(n.name);i&&e.addError(locatedError(i,n.astNode))}function validateTypes(e){for(var n=createInputObjectCircularRefsValidator(e),i=e.schema.getTypeMap(),t=0,a=nk(i);t<a.length;t++){var r=a[t];isNamedType(r)?(isIntrospectionType(r)||validateName(e,r),isObjectType(r)||isInterfaceType(r)?(validateFields(e,r),validateInterfaces(e,r)):isUnionType(r)?validateUnionMembers(e,r):isEnumType(r)?validateEnumValues(e,r):isInputObjectType(r)&&(validateInputFields(e,r),n(r))):e.reportError("Expected GraphQL named type but got: ".concat(inspect(r),"."),r.astNode)}}function validateFields(e,n){var i=nk(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,validateTypeImplementsAncestors(e,n,r),validateTypeImplementsInterface(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 validateTypeImplementsInterface(t,a,r){for(var e=a.getFields(),n=0,i=nk(r.getFields());n<i.length;n++){var d,o=i[n],u=o.name,m=e[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===(d=o.astNode)||void 0===d?void 0:d.type,null===(d=m.astNode)||void 0===d?void 0:d.type]);for(var s=function _loop(e,n){var n=n[e],i=n.name,e=Xp(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";isEqualType(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,c=o.args;l<c.length;l++)s(l,c);for(var p=function _loop2(e,n){var e=n[e],i=e.name;!Xp(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++)p(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)))}}function validateTypeImplementsAncestors(e,n,i){for(var t=n.getInterfaces(),a=0,r=i.getInterfaces();a<r.length;a++){var d=r[a];-1===t.indexOf(d)&&e.reportError(d===n?"Type ".concat(n.name," cannot implement ").concat(i.name," because it would create a circular reference."):"Type ".concat(n.name," must implement ").concat(d.name," because it is implemented by ").concat(i.name,"."),[].concat(getAllImplementsInterfaceNodes(i,d),getAllImplementsInterfaceNodes(n,i)))}}function validateUnionMembers(e,n){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))))}}function validateEnumValues(e,n){var i=n.getValues();0===i.length&&e.reportError("Enum type ".concat(n.name," must define one or more values."),getAllNodes(n));for(var t=0;t<i.length;t++){var a=i[t],r=a.name;validateName(e,a),"true"!==r&&"false"!==r&&"null"!==r||e.reportError("Enum type ".concat(n.name," cannot include value: ").concat(r,"."),a.astNode)}}function validateInputFields(e,n){var i=nk(n.getFields());0===i.length&&e.reportError("Input Object type ".concat(n.name," must define one or more fields."),getAllNodes(n));for(var t=0;t<i.length;t++){var a,r=i[t];validateName(e,r),isInputType(r.type)||e.reportError("The type of ".concat(n.name,".").concat(r.name," must be Input Type ")+"but got: ".concat(inspect(r.type),"."),null===(a=r.astNode)||void 0===a?void 0:a.type),isRequiredInputField(r)&&null!=r.deprecationReason&&e.reportError("Required input field ".concat(n.name,".").concat(r.name," cannot be deprecated."),[getDeprecatedDirectiveNode(r.astNode),null===(r=r.astNode)||void 0===r?void 0:r.type])}}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=nk(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}}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===Kk.name})}function typeFromAST(e,n){var i;return n.kind===Bp.LIST_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLList(i):n.kind===Bp.NON_NULL_TYPE?(i=typeFromAST(e,n.type))&&new GraphQLNonNull(i):n.kind===Bp.NAMED_TYPE?e.getType(n.name.value):void invariant(0,"Unexpected type node: "+inspect(n))}var ev=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 Bp.SELECTION_SET:var t=getNamedType(this.getType());this._parentTypeStack.push(isCompositeType(t)?t:void 0);break;case Bp.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 Bp.DIRECTIVE:this._directive=i.getDirective(n.name.value);break;case Bp.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 Bp.INLINE_FRAGMENT:case Bp.FRAGMENT_DEFINITION:var r=n.typeCondition,r=r?typeFromAST(i,r):getNamedType(this.getType());this._typeStack.push(isOutputType(r)?r:void 0);break;case Bp.VARIABLE_DEFINITION:var d=typeFromAST(i,n.type);this._inputTypeStack.push(isInputType(d)?d:void 0);break;case Bp.ARGUMENT:var o,u,d=null!==(d=this.getDirective())&&void 0!==d?d:this.getFieldDef();d&&(o=Xp(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 Bp.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 Bp.OBJECT_FIELD:var s,m=getNamedType(this.getInputType());isInputObjectType(m)&&(s=m.getFields()[n.name.value])&&(c=s.type),this._defaultValueStack.push(s?s.defaultValue:void 0),this._inputTypeStack.push(isInputType(c)?c:void 0);break;case Bp.ENUM:var l,c=getNamedType(this.getInputType());isEnumType(c)&&(l=c.getValue(n.value)),this._enumValue=l}},e.leave=function leave(e){switch(e.kind){case Bp.SELECTION_SET:this._parentTypeStack.pop();break;case Bp.FIELD:this._fieldDefStack.pop(),this._typeStack.pop();break;case Bp.DIRECTIVE:this._directive=null;break;case Bp.OPERATION_DEFINITION:case Bp.INLINE_FRAGMENT:case Bp.FRAGMENT_DEFINITION:this._typeStack.pop();break;case Bp.VARIABLE_DEFINITION:this._inputTypeStack.pop();break;case Bp.ARGUMENT:this._argument=null,this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case Bp.LIST:case Bp.OBJECT_FIELD:this._defaultValueStack.pop(),this._inputTypeStack.pop();break;case Bp.ENUM:this._enumValue=null}},TypeInfo}();function getFieldDef$1(e,n,i){i=i.name.value;return i===zk.name&&e.getQueryType()===n?zk:i===$k.name&&e.getQueryType()===n?$k:i===qk.name&&isCompositeType(n)?qk: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 isExecutableDefinitionNode(e){return e.kind===Bp.OPERATION_DEFINITION||e.kind===Bp.FRAGMENT_DEFINITION}function isTypeSystemDefinitionNode(e){return e.kind===Bp.SCHEMA_DEFINITION||isTypeDefinitionNode(e)||e.kind===Bp.DIRECTIVE_DEFINITION}function isTypeDefinitionNode(e){return e.kind===Bp.SCALAR_TYPE_DEFINITION||e.kind===Bp.OBJECT_TYPE_DEFINITION||e.kind===Bp.INTERFACE_TYPE_DEFINITION||e.kind===Bp.UNION_TYPE_DEFINITION||e.kind===Bp.ENUM_TYPE_DEFINITION||e.kind===Bp.INPUT_OBJECT_TYPE_DEFINITION}function isTypeSystemExtensionNode(e){return e.kind===Bp.SCHEMA_EXTENSION||isTypeExtensionNode(e)}function isTypeExtensionNode(e){return e.kind===Bp.SCALAR_TYPE_EXTENSION||e.kind===Bp.OBJECT_TYPE_EXTENSION||e.kind===Bp.INTERFACE_TYPE_EXTENSION||e.kind===Bp.UNION_TYPE_EXTENSION||e.kind===Bp.ENUM_TYPE_EXTENSION||e.kind===Bp.INPUT_OBJECT_TYPE_EXTENSION}function ExecutableDefinitionsRule(a){return{Document:function Document(e){for(var n=0,i=e.definitions;n<i.length;n++){var t=i[n];isExecutableDefinitionNode(t)||a.reportError(new jp("The ".concat(t.kind===Bp.SCHEMA_DEFINITION||t.kind===Bp.SCHEMA_EXTENSION?"schema":'"'+t.name.value+'"'," definition is not executable."),t))}return!1}}}function UniqueOperationNamesRule(n){var i=Object.create(null);return{OperationDefinition:function OperationDefinition(e){e=e.name;return e&&(i[e.value]?n.reportError(new jp('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===Bp.OPERATION_DEFINITION}).length},OperationDefinition:function OperationDefinition(e){!e.name&&1<i&&n.reportError(new jp("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 jp(e.name?'Subscription "'.concat(e.name.value,'" must select only one top level field.'):"Anonymous Subscription must select only one top level field.",e.selectionSet.selections.slice(1)))}}}function KnownTypeNamesRule(d){for(var e=d.getSchema(),o=e?e.getTypeMap():Object.create(null),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)&&isSDLNode(i))&&isStandardTypeName(r)||(i=suggestionList(r,i?nv.concat(m):m),d.reportError(new jp('Unknown type "'.concat(r,'".')+didYouMean(i),e))))}}}var nv=[].concat(Ok,Uk).map(function(e){return e.name});function isStandardTypeName(e){return-1!==nv.indexOf(e)}function isSDLNode(e){return!Array.isArray(e)&&(isTypeSystemDefinitionNode(e)||isTypeSystemExtensionNode(e))}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 jp('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 jp('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 jp('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 jp('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 jp('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",getSuggestedTypeNames(a.getSchema(),t,n=e.name.value)))&&(i=didYouMean(getSuggestedFieldNames(t,n))),a.reportError(new jp('Cannot query field "'.concat(n,'" on type "').concat(t.name,'".')+i,e))))}}}function getSuggestedTypeNames(t,e,n){if(!isAbstractType(e))return[];for(var i=new Set,a=Object.create(null),r=0,d=t.getPossibleTypes(e);r<d.length;r++){var o=d[r];if(o.getFields()[n]){i.add(o),a[o.name]=1;for(var 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 Nk(i).sort(function(e,n){var i=a[n.name]-a[e.name];return 0!=i?i:isInterfaceType(e)&&t.isSubType(e,n)?-1:isInterfaceType(n)&&t.isSubType(n,e)?1:naturalCompare(e.name,n.name)}).map(function(e){return e.name})}function getSuggestedFieldNames(e,n){return isObjectType(e)||isInterfaceType(e)?suggestionList(n,Object.keys(e.getFields())):[]}function UniqueFragmentNamesRule(i){var t=Object.create(null);return{OperationDefinition:function OperationDefinition(){return!1},FragmentDefinition:function FragmentDefinition(e){var n=e.name.value;return t[n]?i.reportError(new jp('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 jp('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 jp('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 jp('Fragment cannot be spread here as objects of type "'.concat(i,'" can never be of type "').concat(n,'".'),e)))},FragmentSpread:function FragmentSpread(e){var n=e.name.value,i=getFragmentType(a,n),t=a.getParentType();i&&t&&!doTypesOverlap(a.getSchema(),i,t)&&(t=inspect(t),i=inspect(i),a.reportError(new jp('Fragment "'.concat(n,'" cannot be spread here as objects of type "').concat(t,'" can never be of type "').concat(i,'".'),e)))}}}function getFragmentType(e,n){n=e.getFragment(n);if(n){n=typeFromAST(e.getSchema(),n.typeCondition);if(isCompositeType(n))return n}}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 jp('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 jp('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 jp(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 jp(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)}}}function KnownDirectivesRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():Yk,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===Bp.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=getDirectiveLocationForASTPath(a))&&-1===d.indexOf(a)&&o.reportError(new jp('Directive "@'.concat(r,'" may not be used on ').concat(a,"."),e)):o.reportError(new jp('Unknown directive "@'.concat(r,'".'),e))}}}function getDirectiveLocationForASTPath(e){var n=e[e.length-1];switch(Array.isArray(n)&&invariant(0),n.kind){case Bp.OPERATION_DEFINITION:return getDirectiveLocationForOperation(n.operation);case Bp.FIELD:return Hp.FIELD;case Bp.FRAGMENT_SPREAD:return Hp.FRAGMENT_SPREAD;case Bp.INLINE_FRAGMENT:return Hp.INLINE_FRAGMENT;case Bp.FRAGMENT_DEFINITION:return Hp.FRAGMENT_DEFINITION;case Bp.VARIABLE_DEFINITION:return Hp.VARIABLE_DEFINITION;case Bp.SCHEMA_DEFINITION:case Bp.SCHEMA_EXTENSION:return Hp.SCHEMA;case Bp.SCALAR_TYPE_DEFINITION:case Bp.SCALAR_TYPE_EXTENSION:return Hp.SCALAR;case Bp.OBJECT_TYPE_DEFINITION:case Bp.OBJECT_TYPE_EXTENSION:return Hp.OBJECT;case Bp.FIELD_DEFINITION:return Hp.FIELD_DEFINITION;case Bp.INTERFACE_TYPE_DEFINITION:case Bp.INTERFACE_TYPE_EXTENSION:return Hp.INTERFACE;case Bp.UNION_TYPE_DEFINITION:case Bp.UNION_TYPE_EXTENSION:return Hp.UNION;case Bp.ENUM_TYPE_DEFINITION:case Bp.ENUM_TYPE_EXTENSION:return Hp.ENUM;case Bp.ENUM_VALUE_DEFINITION:return Hp.ENUM_VALUE;case Bp.INPUT_OBJECT_TYPE_DEFINITION:case Bp.INPUT_OBJECT_TYPE_EXTENSION:return Hp.INPUT_OBJECT;case Bp.INPUT_VALUE_DEFINITION:return e[e.length-3].kind===Bp.INPUT_OBJECT_TYPE_DEFINITION?Hp.INPUT_FIELD_DEFINITION:Hp.ARGUMENT_DEFINITION}}function getDirectiveLocationForOperation(e){switch(e){case"query":return Hp.QUERY;case"mutation":return Hp.MUTATION;case"subscription":return Hp.SUBSCRIPTION}invariant(0,"Unexpected operation: "+inspect(e))}function UniqueDirectivesPerLocationRule(o){for(var u=Object.create(null),e=o.getSchema(),n=e?e.getDirectives():Yk,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===Bp.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===Bp.SCHEMA_DEFINITION||e.kind===Bp.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 jp('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){_defineProperty$2(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys$1(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$2(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function 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 jp('Unknown argument "'.concat(n,'" on field "').concat(a.name,".").concat(t.name,'".')+didYouMean(i),e)))}})}function KnownArgumentNamesOnDirectivesRule(u){for(var m=Object.create(null),e=u.getSchema(),n=e?e.getDirectives():Yk,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===Bp.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 jp('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 jp('There can be only one argument named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1}}}function ValuesOfCorrectTypeRule(o){return{ListValue:function ListValue(e){if(!isListType(getNullableType(o.getParentInputType())))return isValidValueNode(o,e),!1},ObjectValue:function ObjectValue(e){var n=getNamedType(o.getInputType());if(!isInputObjectType(n))return isValidValueNode(o,e),!1;for(var i=keyMap(e.fields,function(e){return e.name.value}),t=0,a=nk(n.getFields());t<a.length;t++){var r,d=a[t];!i[d.name]&&isRequiredInputField(d)&&(r=inspect(d.type),o.reportError(new jp('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 jp('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 jp('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 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 jp('Expected value of type "'.concat(a,'", found ').concat(print(i),"."),i)))}catch(e){var a=inspect(t);n.reportError(e instanceof jp?e:new jp('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 jp('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){_defineProperty$1(n,e,i[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(i,e))})}return n}function _defineProperty$1(e,n,i){return n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e}function ProvidedRequiredArgumentsRule(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 jp('Field "'.concat(i.name,'" argument "').concat(o.name,'" of type "').concat(d,'" is required, but it was not provided.'),e)))}}}})}function ProvidedRequiredArgumentsOnDirectivesRule(m){for(var s=Object.create(null),e=m.getSchema(),n=e?e.getDirectives():Yk,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===Bp.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 jp('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===Bp.NON_NULL_TYPE&&null==e.defaultValue}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))&&!allowedVariableUsage(t,a,m.defaultValue,d,o)&&(a=inspect(a),d=inspect(d),s.reportError(new jp('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 allowedVariableUsage(e,n,i,t,a){return!isNonNullType(t)||isNonNullType(n)?isTypeSubTypeOf(e,n,t):(null!=i&&i.kind!==Bp.NULL||void 0!==a)&&isTypeSubTypeOf(e,n,t.ofType)}function reasonMessage(e){return Array.isArray(e)?e.map(function(e){var n=e[1];return'subfields "'.concat(e[0],'" conflict because ')+reasonMessage(n)}).join(" and "):e}function OverlappingFieldsCanBeMergedRule(o){var u=new tv,m=new Map;return{SelectionSet:function SelectionSet(e){for(var n=findConflictsWithinSelectionSet(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=reasonMessage(a[1]);o.reportError(new jp('Fields "'.concat(r,'" conflict because ').concat(a,". Use different aliases on the fields to fetch both if this was intentional."),d.concat(t)))}}}}function findConflictsWithinSelectionSet(e,n,i,t,a){var r=[],a=getFieldsAndFragmentNames(e,n,t,a),d=a[0],o=a[1];if(collectConflictsWithin(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}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 c=0;c<l.length;c++)collectConflictsBetweenFragments(e,n,i,t,a,r,l[c]);for(var p=0;p<s.length;p++)collectConflictsBetweenFragments(e,n,i,t,a,s[p],d)}}}function findConflictsBetweenSubSelectionSets(e,n,i,t,a,r,d,o){var u=[],r=getFieldsAndFragmentNames(e,n,a,r),m=r[0],s=r[1],o=getFieldsAndFragmentNames(e,n,d,o),l=o[0],c=o[1];if(collectConflictsBetween(e,u,n,i,t,m,l),0!==c.length)for(var p=0;p<c.length;p++)collectConflictsBetweenFieldsAndFragment(e,u,n,i,t,m,c[p]);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<c.length;y++)collectConflictsBetweenFragments(e,u,n,i,t,s[v],c[y]);return u}function collectConflictsWithin(e,n,i,t,a){for(var r=0,d=ak(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 c=findConflict(e,i,t,!1,u,m[s],m[l]);c&&n.push(c)}}}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],c=0;c<l.length;c++)for(var p=0;p<s.length;p++){var k=findConflict(e,i,t,a,m,l[c],s[p]);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,c=r.name.value;if(l!==c)return[[a,'"'.concat(l,'" and "').concat(c,'" are different fields')],[u],[r]];if(!sameArguments(null!==(l=u.arguments)&&void 0!==l?l:[],null!==(c=r.arguments)&&void 0!==c?c:[]))return[[a,"they have differing arguments"],[u],[r]]}l=null==m?void 0:m.type,c=null==d?void 0:d.type;if(l&&c&&doTypesConflict(l,c))return[[a,'they return conflicting types "'.concat(inspect(l),'" and "').concat(inspect(c),'"')],[u],[r]];m=u.selectionSet,d=r.selectionSet;return m&&d?subfieldConflicts(findConflictsBetweenSubSelectionSets(e,n,i,s,getNamedType(l),m,getNamedType(c),d),a,u,r):void 0}function sameArguments(e,i){return e.length===i.length&&e.every(function(n){var e=Xp(i,function(e){return e.name.value===n.name.value});return!!e&&sameValue(n.value,e.value)})}function sameValue(e,n){return print(e)===print(n)}function doTypesConflict(e,n){return isListType(e)?!isListType(n)||doTypesConflict(e.ofType,n.ofType):!!isListType(n)||(isNonNullType(e)?!isNonNullType(n)||doTypesConflict(e.ofType,n.ofType):!!isNonNullType(n)||!(!isLeafType(e)&&!isLeafType(n))&&e!==n)}function getFieldsAndFragmentNames(e,n,i,t){var a=n.get(t);return a||(_collectFieldsAndFragmentNames(e,i,t,e=Object.create(null),i=Object.create(null)),a=[e,Object.keys(i)],n.set(t,a)),a}function getReferencedFieldsAndFragmentNames(e,n,i){var t=n.get(i.selectionSet);if(t)return t;t=typeFromAST(e.getSchema(),i.typeCondition);return getFieldsAndFragmentNames(e,n,t,i.selectionSet)}function _collectFieldsAndFragmentNames(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case Bp.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 Bp.FRAGMENT_SPREAD:a[o.name.value]=!0;break;case Bp.INLINE_FRAGMENT:m=o.typeCondition,m=m?typeFromAST(e.getSchema(),m):n;_collectFieldsAndFragmentNames(e,m,o.selectionSet,t,a)}}}function subfieldConflicts(e,n,i,t){if(0<e.length)return[[n,e.map(function(e){return e[0]})],e.reduce(function(e,n){return e.concat(n[1])},[i]),e.reduce(function(e,n){return e.concat(n[2])},[t])]}var iv,tv=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 jp('There can be only one input field named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name}}}function LoneSchemaDefinitionRule(n){var e,i=n.getSchema(),t=null!==(e=null!==(e=null!==(e=null==i?void 0:i.astNode)&&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 jp("Cannot define a new schema within a schema extension.",e)):(0<a&&n.reportError(new jp("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 jp("Type for ".concat(a," already defined in the schema. It cannot be redefined."),t)):r?d.reportError(new jp("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 jp('There can be only one type named "'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new jp('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 jp('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 jp('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;hasField(u[n],d)?o.reportError(new jp('Field "'.concat(n,".").concat(d,'" already exists in the schema. It cannot also be defined in this type extension.'),r.name)):t[d]?o.reportError(new jp('Field "'.concat(n,".").concat(d,'" can only be defined once.'),[t[d],r.name])):t[d]=r.name}return!1}}function hasField(e,n){return!!(isObjectType(e)||isInterfaceType(e)||isInputObjectType(e))&&null!=e.getFields()[n]}function UniqueDirectiveNamesRule(i){var t=Object.create(null),a=i.getSchema();return{DirectiveDefinition:function DirectiveDefinition(e){var n=e.name.value;if(null==a||!a.getDirective(n))return t[n]?i.reportError(new jp('There can be only one directive named "@'.concat(n,'".'),[t[n],e.name])):t[n]=e.name,!1;i.reportError(new jp('Directive "@'.concat(n,'" already exists in the schema. It cannot be redefined.'),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}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=av[t.kind]:a&&(n=typeToExtKind(a)),n?n!==e.kind&&(n=extensionKindToTypeName(e.kind),r.reportError(new jp("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 jp('Cannot extend type "'.concat(i,'" because it is not defined.')+didYouMean(t),e.name)))}}var av=(_defineProperty(iv={},Bp.SCALAR_TYPE_DEFINITION,Bp.SCALAR_TYPE_EXTENSION),_defineProperty(iv,Bp.OBJECT_TYPE_DEFINITION,Bp.OBJECT_TYPE_EXTENSION),_defineProperty(iv,Bp.INTERFACE_TYPE_DEFINITION,Bp.INTERFACE_TYPE_EXTENSION),_defineProperty(iv,Bp.UNION_TYPE_DEFINITION,Bp.UNION_TYPE_EXTENSION),_defineProperty(iv,Bp.ENUM_TYPE_DEFINITION,Bp.ENUM_TYPE_EXTENSION),_defineProperty(iv,Bp.INPUT_OBJECT_TYPE_DEFINITION,Bp.INPUT_OBJECT_TYPE_EXTENSION),iv);function typeToExtKind(e){return isScalarType(e)?Bp.SCALAR_TYPE_EXTENSION:isObjectType(e)?Bp.OBJECT_TYPE_EXTENSION:isInterfaceType(e)?Bp.INTERFACE_TYPE_EXTENSION:isUnionType(e)?Bp.UNION_TYPE_EXTENSION:isEnumType(e)?Bp.ENUM_TYPE_EXTENSION:isInputObjectType(e)?Bp.INPUT_OBJECT_TYPE_EXTENSION:void invariant(0,"Unexpected type: "+inspect(e))}function extensionKindToTypeName(e){switch(e){case Bp.SCALAR_TYPE_EXTENSION:return"scalar";case Bp.OBJECT_TYPE_EXTENSION:return"object";case Bp.INTERFACE_TYPE_EXTENSION:return"interface";case Bp.UNION_TYPE_EXTENSION:return"union";case Bp.ENUM_TYPE_EXTENSION:return"enum";case Bp.INPUT_OBJECT_TYPE_EXTENSION:return"input object"}invariant(0,"Unexpected kind: "+inspect(e))}var rv=Object.freeze([ExecutableDefinitionsRule,UniqueOperationNamesRule,LoneAnonymousOperationRule,SingleFieldSubscriptionsRule,KnownTypeNamesRule,FragmentsOnCompositeTypesRule,VariablesAreInputTypesRule,ScalarLeafsRule,FieldsOnCorrectTypeRule,UniqueFragmentNamesRule,KnownFragmentNamesRule,NoUnusedFragmentsRule,PossibleFragmentSpreadsRule,NoFragmentCyclesRule,UniqueVariableNamesRule,NoUndefinedVariablesRule,NoUnusedVariablesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,KnownArgumentNamesRule,UniqueArgumentNamesRule,ValuesOfCorrectTypeRule,ProvidedRequiredArgumentsRule,VariablesInAllowedPositionRule,OverlappingFieldsCanBeMergedRule,UniqueInputFieldNamesRule]);function _inheritsLoose(e,n){e.prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n}Object.freeze([LoneSchemaDefinitionRule,UniqueOperationTypesRule,UniqueTypeNamesRule,UniqueEnumValueNamesRule,UniqueFieldDefinitionNamesRule,UniqueDirectiveNamesRule,KnownTypeNamesRule,KnownDirectivesRule,UniqueDirectivesPerLocationRule,PossibleTypeExtensionsRule,KnownArgumentNamesOnDirectivesRule,UniqueArgumentNamesRule,UniqueInputFieldNamesRule,ProvidedRequiredArgumentsOnDirectivesRule]);var dv=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===Bp.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===Bp.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}(),ov=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}_inheritsLoose(ValidationContext,a);var e=ValidationContext.prototype;return e.getSchema=function getSchema(){return this._schema},e.getVariableUsages=function getVariableUsages(e){var n,i,t=this._variableUsages.get(e);return t||(n=[],visit(e,visitWithTypeInfo(i=new ev(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}(dv);function validate(e,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:rv,t=3<arguments.length&&void 0!==arguments[3]?arguments[3]:new ev(e),a=4<arguments.length&&void 0!==arguments[4]?arguments[4]:{maxErrors:void 0};n||devAssert(0,"Must provide document."),assertValidSchema(e);var r=Object.freeze({}),d=[],o=new ov(e,n,t,function(e){if(null!=a.maxErrors&&a.maxErrors<=d.length)throw d.push(new jp("Too many validation errors, error limit reached. Validation aborted.")),r;d.push(e)}),i=visitInParallel(i.map(function(e){return e(o)}));try{visit(n,visitWithTypeInfo(t,i))}catch(e){if(e!==r)throw e}return d}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 promiseReduce(e,i,n){return e.reduce(function(e,n){return isPromise(e)?e.then(function(e){return i(e,n)}):i(e,n)},n)}function promiseForObject(n){var t=Object.keys(n),e=t.map(function(e){return n[e]});return Promise.all(e).then(function(e){return e.reduce(function(e,n,i){return e[t[i]]=n,e},Object.create(null))})}function addPath(e,n,i){return{prev:e,key:n,typename:i}}function pathToArray(e){for(var n=[],i=e;i;)n.push(i.key),i=i.prev;return n.reverse()}function getOperationRootType(e,n){if("query"===n.operation){var i=e.getQueryType();if(!i)throw new jp("Schema does not define the required query root type.",n);return i}if("mutation"===n.operation){i=e.getMutationType();if(!i)throw new jp("Schema is not configured for mutations.",n);return i}if("subscription"!==n.operation)throw new jp("Can only have query, mutation and subscription operations.",n);e=e.getSubscriptionType();if(!e)throw new jp("Schema is not configured for subscriptions.",n);return e}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===Bp.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===Bp.NULL?void 0:valueFromAST(e,n.ofType,i);if(e.kind===Bp.NULL)return null;if(isListType(n)){var a=n.ofType;if(e.kind===Bp.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!==Bp.OBJECT)return;for(var m=Object.create(null),s=keyMap(e.fields,function(e){return e.name.value}),l=0,c=nk(n.getFields());l<c.length;l++){var p=c[l],k=s[p.name];if(k&&!isMissingVariable(k.value,i)){k=valueFromAST(k.value,p.type,i);if(void 0===k)return;m[p.name]=k}else if(void 0!==p.defaultValue)m[p.name]=p.defaultValue;else if(isNonNullType(p.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===Bp.VARIABLE&&(null==n||void 0===n[e.name.value])}function coerceInputValue(e,n){return coerceInputValueImpl(e,n,2<arguments.length&&void 0!==arguments[2]?arguments[2]:defaultOnError)}function defaultOnError(e,n,i){n="Invalid value "+inspect(n);throw 0<e.length&&(n+=' at "value'.concat(printPathArray(e),'"')),i.message=n+": "+i.message,i}function coerceInputValueImpl(n,i,t,a){if(isNonNullType(i))return null!=n?coerceInputValueImpl(n,i.ofType,t,a):void t(pathToArray(a),n,new jp('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 jp('Expected type "'.concat(i.name,'" to be an object.')));for(var d={},o=i.getFields(),u=0,m=nk(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 jp('Field "'.concat(s.name,'" of required type "').concat(l,'" was not provided.'))))}for(var c=0,p=Object.keys(n);c<p.length;c++){var k,v=p[c];o[v]||(k=suggestionList(v,Object.keys(i.getFields())),t(pathToArray(a),n,new jp('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 jp?e:new jp('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 jp('Expected type "'.concat(i.name,'".'))),y}invariant(0,"Unexpected input type: "+inspect(i))}function getVariableValues(e,n,i,t){var a=[],r=null==t?void 0:t.maxErrors;try{var d=coerceVariableValues(e,n,i,function(e){if(null!=r&&r<=a.length)throw new jp("Too many errors processing variables, error limit reached. Execution aborted.");a.push(e)});if(0===a.length)return{coerced:d}}catch(e){a.push(e)}return{errors:a}}function coerceVariableValues(r,d,o,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 jp('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 jp('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 jp('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 jp(n+"; "+i.message,t,void 0,void 0,void 0,i.originalError))})},n=0;n<d.length;n++)e(n);return m}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 c=l.value,p=c.kind===Bp.NULL;if(c.kind===Bp.VARIABLE){l=c.name.value;if(null==i||!hasOwnProperty$3(i,l)){if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new jp('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+'was provided the variable "$'.concat(l,'" which was not provided a runtime value.'),c);continue}p=null==i[l]}if(p&&isNonNullType(s))throw new jp('Argument "'.concat(m,'" of non-null type "').concat(inspect(s),'" ')+"must not be null.",c);p=valueFromAST(c,s,i);if(void 0===p)throw new jp('Argument "'.concat(m,'" has invalid value ').concat(print(c),"."),c);a[m]=p}else if(void 0!==u.defaultValue)a[m]=u.defaultValue;else if(isNonNullType(s))throw new jp('Argument "'.concat(m,'" of required type "').concat(inspect(s),'" ')+"was not provided.",n)}return a}function getDirectiveValues(n,e,i){e=e.directives&&Xp(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 execute(e,n,i,t,a,r,d,o){return executeImpl(1===arguments.length?e:{schema:e,document:n,rootValue:i,contextValue:t,variableValues:a,operationName:r,fieldResolver:d,typeResolver:o})}function executeImpl(e){var n=e.schema,i=e.document,t=e.rootValue,a=e.contextValue,r=e.variableValues,d=e.operationName,o=e.fieldResolver,e=e.typeResolver;assertValidExecutionArguments(n,i,r);e=buildExecutionContext(n,i,t,a,r,d,o,e);return Array.isArray(e)?{errors:e}:buildResponse(e,executeOperation(e,e.operation,t))}function buildResponse(n,e){return isPromise(e)?e.then(function(e){return buildResponse(n,e)}):0===n.errors.length?{data:e}:{errors:n.errors,data:e}}function assertValidExecutionArguments(e,n,i){n||devAssert(0,"Must provide document."),assertValidSchema(e),null==i||isObjectLike(i)||devAssert(0,"Variables must be provided as an Object where each property is a variable value. Perhaps look to see if an unparsed JSON string was provided.")}function buildExecutionContext(e,n,i,t,a,r,d,o){for(var u,m,s=Object.create(null),l=0,c=n.definitions;l<c.length;l++){var p=c[l];switch(p.kind){case Bp.OPERATION_DEFINITION:if(null==r){if(void 0!==m)return[new jp("Must provide operation name if query contains multiple operations.")];m=p}else(null===(u=p.name)||void 0===u?void 0:u.value)===r&&(m=p);break;case Bp.FRAGMENT_DEFINITION:s[p.name.value]=p}}if(!m)return null!=r?[new jp('Unknown operation named "'.concat(r,'".'))]:[new jp("Must provide an operation.")];a=getVariableValues(e,null!==(n=m.variableDefinitions)&&void 0!==n?n:[],null!=a?a:{},{maxErrors:50});return a.errors||{schema:e,fragments:s,rootValue:i,contextValue:t,operation:m,variableValues:a.coerced,fieldResolver:null!=d?d:sv,typeResolver:null!=o?o:mv,errors:[]}}function executeOperation(n,e,i){var t=getOperationRootType(n.schema,e),a=collectFields(n,t,e.selectionSet,Object.create(null),Object.create(null));try{var r=("mutation"===e.operation?executeFieldsSerially:executeFields)(n,t,i,void 0,a);return isPromise(r)?r.then(void 0,function(e){return n.errors.push(e),Promise.resolve(null)}):r}catch(e){return n.errors.push(e),null}}function executeFieldsSerially(a,r,d,o,u){return promiseReduce(Object.keys(u),function(n,i){var e=u[i],t=addPath(o,i,r.name),t=resolveField(a,r,d,e,t);return void 0===t?n:isPromise(t)?t.then(function(e){return n[i]=e,n}):(n[i]=t,n)},Object.create(null))}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?promiseForObject(r):r}function collectFields(e,n,i,t,a){for(var r=0,d=i.selections;r<d.length;r++){var o=d[r];switch(o.kind){case Bp.FIELD:if(!shouldIncludeNode(e,o))continue;var u=getFieldEntryKey(o);t[u]||(t[u]=[]),t[u].push(o);break;case Bp.INLINE_FRAGMENT:if(!shouldIncludeNode(e,o)||!doesFragmentConditionMatch(e,o,n))continue;collectFields(e,n,o.selectionSet,t,a);break;case Bp.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(Hk,n,e.variableValues);if(!0===(null==i?void 0:i.if))return!1;e=getDirectiveValues(Wk,n,e.variableValues);return!1!==(null==e?void 0:e.if)}function doesFragmentConditionMatch(e,n,i){n=n.typeCondition;if(!n)return!0;n=typeFromAST(e.schema,n);return n===i||!!isAbstractType(n)&&e.schema.isSubType(n,i)}function getFieldEntryKey(e){return(e.alias||e.name).value}function resolveField(n,e,i,t,a){var r=getFieldDef(n.schema,e,t[0].name.value);if(r){var d=r.type,o=null!==(o=r.resolve)&&void 0!==o?o:n.fieldResolver,u=buildResolveInfo(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 buildResolveInfo(e,n,i,t,a){return{fieldName:n.name,fieldNodes:i,returnType:n.type,parentType:t,path:a,schema:e.schema,fragments:e.fragments,rootValue:e.rootValue,operation:e.operation,variableValues:e.variableValues}}function handleFieldError(e,n,i){if(isNonNullType(n))throw e;return i.errors.push(e),null}function completeValue(e,n,i,t,a,r){if(r instanceof Error)throw r;if(isNonNullType(n)){var d=completeValue(e,n.ofType,i,t,a,r);if(null===d)throw new Error("Cannot return null for non-nullable field ".concat(t.parentType.name,".").concat(t.fieldName,"."));return d}return null==r?null:isListType(n)?completeListValue(e,n,i,t,a,r):isLeafType(n)?completeLeafValue(n,r):isAbstractType(n)?completeAbstractValue(e,n,i,t,a,r):isObjectType(n)?completeObjectValue(e,n,i,t,a,r):void invariant(0,"Cannot complete value of unexpected output type: "+inspect(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)throw new jp('Expected Iterable, but did not find one for field "'.concat(d.parentType.name,".").concat(d.fieldName,'".'));return m?Promise.all(n):n}function completeLeafValue(e,n){var i=e.serialize(n);if(void 0===i)throw new Error('Expected a value of type "'.concat(inspect(e),'" but ')+"received: ".concat(inspect(n)));return i}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);return isPromise(e)?e.then(function(e){return completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}):completeObjectValue(n,ensureValidRuntimeType(e,n,i,t,a,d),t,a,r,d)}function ensureValidRuntimeType(e,n,i,t,a,r){if(null==e)throw new jp('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 jp('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 jp('Abstract type "'.concat(i.name,'" was resolve to a type "').concat(d,'" that does not exist inside schema.'),t);if(!isObjectType(e))throw new jp('Abstract type "'.concat(i.name,'" was resolve to a non-object type "').concat(d,'".'),t);if(!n.schema.isSubType(i,e))throw new jp('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 jp('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,uv(e,n,i))}var uv=memoize3(_collectSubfields);function _collectSubfields(e,n,i){for(var t=Object.create(null),a=Object.create(null),r=0;r<i.length;r++){var d=i[r];d.selectionSet&&(t=collectFields(e,n,d.selectionSet,t,a))}return t}var mv=function defaultTypeResolver(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},sv=function defaultFieldResolver(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 getFieldDef(e,n,i){return i===zk.name&&e.getQueryType()===n?zk:i===$k.name&&e.getQueryType()===n?$k:i===qk.name?qk:n.getFields()[i]}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}))})}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}:execute({schema:i,document:n,rootValue:a,contextValue:r,variableValues:d,operationName:o,fieldResolver:u,typeResolver:m})}function removeTemporaryGlobals(){return remove()}function checkDEV(){__DEV__?invariant$1("boolean"==typeof _p,_p):invariant$1("boolean"==typeof _p,38)}removeTemporaryGlobals(),checkDEV();var lv=function(e,n){return(lv=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}lv(e,n),e.prototype=null===n?Object.create(n):(__.prototype=n.prototype,new __)}var cv=function(){return(cv=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||getInclusionDirectives(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 isInclusionDirective(e){e=e.name.value;return"skip"===e||"include"===e}function getInclusionDirectives(e){var a=[];return e&&e.length&&e.forEach(function(e){var n,i,t;isInclusionDirective(e)&&(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}))}),a}function getFragmentQueryDocument(e,n){var n=n,i=[];return e.definitions.forEach(function(e){if("OperationDefinition"===e.kind)throw __DEV__?new bp("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 bp(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),cv(cv({},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 isStringValue(e){return"StringValue"===e.kind}function isBooleanValue(e){return"BooleanValue"===e.kind}function isIntValue(e){return"IntValue"===e.kind}function isFloatValue(e){return"FloatValue"===e.kind}function isVariable(e){return"Variable"===e.kind}function isObjectValue(e){return"ObjectValue"===e.kind}function isListValue(e){return"ListValue"===e.kind}function isEnumValue(e){return"EnumValue"===e.kind}function isNullValue(e){return"NullValue"===e.kind}function valueToObjectRepresentation(e,i,n,t){if(isIntValue(n)||isFloatValue(n))e[i.value]=Number(n.value);else if(isBooleanValue(n)||isStringValue(n))e[i.value]=n.value;else if(isObjectValue(n)){var a={};n.fields.map(function(e){return valueToObjectRepresentation(a,e.name,e.value,t)}),e[i.value]=a}else if(isVariable(n))e[i.value]=(t||{})[n.name.value];else if(isListValue(n))e[i.value]=n.values.map(function(e){var n={};return valueToObjectRepresentation(n,i,e,t),n[i.value]});else if(isEnumValue(n))e[i.value]=n.value;else{if(!isNullValue(n))throw __DEV__?new bp('The inline argument "'+i.value+'" of kind "'+n.kind+'"is not supported. Use variables instead of inline arguments to overcome this limitation.'):new bp(54);e[i.value]=null}}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)})),kv(e.name.value,n,t)}var pv=["connection","include","skip","client","rest","export"],kv=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+"("+vv(a)+")"}return i.connection.key}var r=e;return n&&(e=vv(n),r+="("+e+")"),i&&Object.keys(i).forEach(function(e){-1===pv.indexOf(e)&&(i[e]&&Object.keys(i[e]).length?r+="@"+e+"("+vv(i[e])+")":r+="@"+e)}),r},{setStringify:function(e){var n=vv;return vv=e,n}}),vv=function defaultStringify(e){return JSON.stringify(e,stringifyReplacer)};function stringifyReplacer(e,i){return i=isNonNullObject(i)&&!Array.isArray(i)?Object.keys(i).sort().reduce(function(e,n){return e[n]=i[n],e},{}):i}function argumentsObjectFromField(e,n){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}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 bp('Schema type definitions not allowed in queries. Found: "'+e.kind+'"'):new bp(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 getOperationName(e){return e.definitions.filter(function(e){return"OperationDefinition"===e.kind&&e.name}).map(function(e){return e.name.value})[0]||null}function getFragmentDefinitions(e){return e.definitions.filter(function(e){return"FragmentDefinition"===e.kind})}function getQueryDefinition(e){e=getOperationDefinition(e);return __DEV__?invariant$1(e&&"query"===e.operation,"Must contain a query definition."):invariant$1(e&&"query"===e.operation,49),e}function getMainDefinition(e){var n;checkDocument(e);for(var i=0,t=e.definitions;i<t.length;i++){var a=t[i];if("OperationDefinition"===a.kind){var r=a.operation;if("query"===r||"mutation"===r||"subscription"===r)return a}"FragmentDefinition"!==a.kind||n||(n=a)}if(n)return n;throw __DEV__?new bp("Expected a parsed GraphQL query with a query, mutation, subscription, or a fragment."):new bp(53)}function getDefaultValues(e){var n=Object.create(null),e=e&&e.variableDefinitions;return e&&e.length&&e.forEach(function(e){e.defaultValue&&valueToObjectRepresentation(n,e.variable.name,e.defaultValue)}),n}var yv={kind:"Field",name:{kind:"Name",value:"__typename"}},fv=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 cv(cv({},e),{selections:__spreadArray(__spreadArray([],t,!0),[yv],!1)})}}}}})},{added:function(e){return e===yv}}),Nv=Object.prototype.hasOwnProperty;function mergeDeepArray(e){var n=e[0]||{},i=e.length;if(1<i)for(var t=new Tv,a=1;a<i;++a)n=t.merge(n,e[a]);return n}var gv=function(e,n,i){return this.merge(e[i],n[i])},Tv=function(){function DeepMerger(e){this.reconciler=e=void 0===e?gv:e,this.isObject=isNonNullObject,this.pastCopies=new Set}return DeepMerger.prototype.merge=function(t,a){for(var r=this,d=[],e=2;e<arguments.length;e++)d[e-2]=arguments[e];return isNonNullObject(a)&&isNonNullObject(t)?(Object.keys(a).forEach(function(e){var n,i;Nv.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):cv({__proto__:Object.getPrototypeOf(e)},e),this.pastCopies.add(e)),e},DeepMerger}();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=_unsupportedIterableToArray(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 _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}}function _arrayLikeToArray(e,n){(null==n||e.length<n)&&(n=e.length);for(var i=0,t=new Array(n);i<n;i++)t[i]=e[i];return t}function _defineProperties(e,n){for(var i=0;i<n.length;i++){var t=n[i];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}function _createClass(e,n,i){return n&&_defineProperties(e.prototype,n),i&&_defineProperties(e,i),e}var hv=function(){return"function"==typeof Symbol},Iv=function(e){return hv()&&Boolean(Symbol[e])},Dv=function(e){return Iv(e)?Symbol[e]:"@@"+e};hv()&&!Iv("observable")&&(Symbol.observable=Symbol("observable"));var Sv=Dv("iterator"),bv=Dv("observable"),Fv=Dv("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[Fv])?void 0:e)?e:Cv}function isObservable(e){return e instanceof Cv}function hostReportError(e){hostReportError.log?hostReportError.log(e):setTimeout(function(){throw e})}function enqueue(e){Promise.resolve().then(function(){try{e()}catch(e){hostReportError(e)}})}function cleanupSubscription(e){var n,i=e._cleanup;if(void 0!==i&&(e._cleanup=void 0,i))try{"function"==typeof i?i():(n=getMethod(i,"unsubscribe"))&&n.call(i)}catch(e){hostReportError(e)}}function closeSubscription(e){e._observer=void 0,e._queue=void 0,e._state="closed"}function flushSubscription(e){var n=e._queue;if(n){e._queue=void 0,e._state="ready";for(var i=0;i<n.length&&(notifySubscription(e,n[i].type,n[i].value),"closed"!==e._state);++i);}}function notifySubscription(e,n,i){e._state="running";var t=e._observer;try{var a=getMethod(t,n);switch(n){case"next":a&&a.call(t,i);break;case"error":if(closeSubscription(e),!a)throw i;a.call(t,i);break;case"complete":closeSubscription(e),a&&a.call(t)}}catch(e){hostReportError(e)}"closed"===e._state?cleanupSubscription(e):"running"===e._state&&(e._state="ready")}function onNotify(e,n,i){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 flushSubscription(e)})):void notifySubscription(e,n,i);e._queue.push({type:n,value:i})}}var Av=function(){function Subscription(n,e){this._cleanup=void 0,this._observer=n,this._queue=void 0,this._state="initializing";n=new Ev(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}(),Ev=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}(),Cv=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 Av(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[bv]=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,bv);if(a){var n=a.call(t);if(Object(n)!==n)throw new TypeError(n+" is not an object");return isObservable(n)&&n.constructor===e?n:new e(function(e){return n.subscribe(e)})}if(Iv("iterator")&&(a=getMethod(t,Sv)))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:Fv,get:function(){return this}}]),Observable}();hv()&&Object.defineProperty(Cv,Symbol("extensions"),{value:{symbol:bv,hostReportError:hostReportError},configurable:!0});var Ov=Object.prototype.toString;function cloneDeep(e){return cloneDeepHelper(e)}function cloneDeepHelper(n,i){switch(Ov.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}}function deepFreeze(e){var i=new Set([e]);return i.forEach(function(n){isNonNullObject(n)&&shallowFreeze(n)===n&&Object.getOwnPropertyNames(n).forEach(function(e){isNonNullObject(n[e])&&i.add(n[e])})}),e}function shallowFreeze(e){if(__DEV__&&!Object.isFrozen(e))try{Object.freeze(e)}catch(e){if(e instanceof TypeError)return null;throw e}return e}function maybeDeepFreeze(e){return __DEV__&&deepFreeze(e),e}var _v="function"==typeof WeakMap&&!("object"==typeof navigator&&"ReactNative"===navigator.product),Rv="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 Vv=new Map;function makeUniqueId(e){var n=Vv.get(e)||1;return Vv.set(e,n+1),e+":"+n+":"+Math.random().toString(36).slice(2)}function stringifyForDisplay(e){var i=makeUniqueId("stringifyForDisplay");return JSON.stringify(e,function(e,n){return void 0===n?i:n}).split(JSON.stringify(i)).join("<undefined>")}function 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 bp("illegal argument: "+a):new bp(26)}return e}function createOperation(e,n){var i=cv({},e);return Object.defineProperty(n,"setContext",{enumerable:!1,value:function(e){i=cv(cv({},i),"function"==typeof e?e(i):e)}}),Object.defineProperty(n,"getContext",{enumerable:!1,value:function(){return cv({},i)}}),n}function transformOperation(e){e={variables:e.variables||{},extensions:e.extensions||{},operationName:e.operationName,query:e.query};return e.operationName||(e.operationName="string"!=typeof e.query?getOperationName(e.query)||void 0:""),e}function passthrough(e,n){return n?n(e):Cv.of()}function toLink(e){return"function"==typeof e?new wv(e):e}function isTerminating(e){return e.request.length<=1}var Pv=function(i){function LinkError(e,n){e=i.call(this,e)||this;return e.link=n,e}return __extends(LinkError,i),LinkError}(Error),wv=function(){function ApolloLink(e){e&&(this.request=e)}return ApolloLink.empty=function(){return new ApolloLink(function(){return Cv.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)||Cv.of():a.request(e)||Cv.of()}):new ApolloLink(function(e,n){return i(e)?t.request(e,n)||Cv.of():a.request(e,n)||Cv.of()})},ApolloLink.execute=function(e,n){return e.request(createOperation(n.context,transformOperation(validateOperation(n))))||Cv.of()},ApolloLink.concat=function(e,n){var i=toLink(e);if(isTerminating(i))return __DEV__&&invariant$1.warn(new Pv("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)||Cv.of()})||Cv.of()}):new ApolloLink(function(e,n){return i.request(e,function(e){return t.request(e,n)||Cv.of()})||Cv.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 bp("request is not implemented"):new bp(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}(),jv=Object.prototype,Bv=jv.toString,Lv=jv.hasOwnProperty,xv=Function.prototype.toString,Mv=new Map;function equal(e,n){try{return check(e,n)}finally{Mv.clear()}}function check(e,n){if(e===n)return!0;var i=Bv.call(e);if(i!==Bv.call(n))return!1;switch(i){case"[object Array]":if(e.length!==n.length)return!1;case"[object Object]":if(previouslyCompared(e,n))return!0;var t=definedKeys(e),a=definedKeys(n),r=t.length;if(r!==a.length)return!1;for(var d=0;d<r;++d)if(!Lv.call(n,t[d]))return!1;for(d=0;d<r;++d){var o=t[d];if(!check(e[o],n[o]))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 u=e.entries(),m="[object Map]"===i;;){var s=u.next();if(s.done)break;var l=s.value,s=l[0],l=l[1];if(!n.has(s))return!1;if(m&&!check(l,n.get(s)))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]":a=xv.call(e);return a!==xv.call(n)?!1:!endsWith(a,zv)}return!1}function definedKeys(e){return Object.keys(e).filter(isDefinedKey,e)}function isDefinedKey(e){return void 0!==this[e]}var zv="{ [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=Mv.get(e);if(i){if(i.has(n))return!0}else Mv.set(e,i=new Set);return i.add(n),!1}var $v=function(){return Object.create(null)},qv=Array.prototype,Uv=qv.forEach,Gv=qv.slice,Wv=function(){function Trie(e,n){void 0===n&&(n=$v),this.weakness=e=void 0===e?!0:e,this.makeData=n}return Trie.prototype.lookup=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.lookupArray(e)},Trie.prototype.lookupArray=function(e){var n=this;return Uv.call(e,function(e){return n=n.getChildTrie(e)}),n.data||(n.data=this.makeData(Gv.call(e)))},Trie.prototype.getChildTrie=function(e){var n=this.weakness&&isObjRef(e)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map),i=n.get(e);return i||n.set(e,i=new Trie(this.weakness,this.makeData)),i},Trie}();function isObjRef(e){switch(typeof e){case"object":if(null===e)break;case"function":return!0}return!1}var Hv=null,Qv={},Kv=1,Zv=function(){return Slot.prototype.hasValue=function(){for(var e=Hv;e;e=e.parent)if(this.id in e.slots){var n=e.slots[this.id];if(n===Qv)break;return e!==Hv&&(Hv.slots[this.id]=n),!0}return Hv&&(Hv.slots[this.id]=Qv),!1},Slot.prototype.getValue=function(){if(this.hasValue())return Hv.slots[this.id]},Slot.prototype.withValue=function(e,n,i,t){var e=((a={__proto__:null})[this.id]=e,a),a=Hv;Hv={parent:a,slots:e};try{return n.apply(t,i)}finally{Hv=a}},Slot.bind=function(n){var i=Hv;return function(){var e=Hv;try{return Hv=i,n.apply(this,arguments)}finally{Hv=e}}},Slot.noContext=function(e,n,i){if(!Hv)return e.apply(i,n);var t=Hv;try{return Hv=null,e.apply(i,n)}finally{Hv=t}},Slot;function Slot(){this.id=["slot",Kv++,Date.now(),Math.random().toString(36).slice(2)].join(":")}},Yv="@wry/context:Slot",Jv=Array,Xv=Jv[Yv]||function(){var e=Zv();try{Object.defineProperty(Jv,Yv,{value:Jv[Yv]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}();function defaultDispose(){}var ey,ny=function(){function Cache(e,n){void 0===n&&(n=defaultDispose),this.max=e=void 0===e?1/0:e,this.dispose=n,this.map=new Map,this.newest=null,this.oldest=null}return Cache.prototype.has=function(e){return this.map.has(e)},Cache.prototype.get=function(e){e=this.getNode(e);return e&&e.value},Cache.prototype.getNode=function(e){var n,i=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}(),iy=new Xv,ty=Object.prototype.hasOwnProperty,ay=void 0===(ey=Array.from)?function(e){var n=[];return e.forEach(function(e){return n.push(e)}),n}:ey;function maybeUnsubscribe(e){var n=e.unsubscribe;"function"==typeof n&&(e.unsubscribe=void 0,n())}var ry=[],dy=100;function assert(e,n){if(!e)throw new Error(n||"assertion failure")}function valueIs(e,n){var i=e.length;return 0<i&&i===n.length&&e[i-1]===n[i-1]}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}function valueCopy(e){return e.slice(0)}var oy=function(){function Entry(e){this.fn=e,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++Entry.count}return Entry.prototype.peek=function(){if(1===this.value.length&&!mightBeDirty(this))return rememberParent(this),this.value[0]},Entry.prototype.recompute=function(e){return assert(!this.recomputing,"already recomputing"),rememberParent(this),mightBeDirty(this)?reallyRecompute(this,e):valueGet(this.value)},Entry.prototype.setDirty=function(){this.dirty||(this.dirty=!0,this.value.length=0,reportDirty(this),maybeUnsubscribe(this))},Entry.prototype.dispose=function(){var i=this;this.setDirty(),forgetChildren(this),eachParent(this,function(e,n){e.setDirty(),forgetChild(e,i)})},Entry.prototype.forget=function(){this.dispose()},Entry.prototype.dependOn=function(e){e.add(this),this.deps||(this.deps=ry.pop()||new Set),this.deps.add(e)},Entry.prototype.forgetDeps=function(){var n=this;this.deps&&(ay(this.deps).forEach(function(e){return e.delete(n)}),this.deps.clear(),ry.push(this.deps),this.deps=null)},Entry.count=0,Entry}();function rememberParent(e){var n=iy.getValue();if(n)return e.parents.add(n),n.childValues.has(e)||n.childValues.set(e,[]),(mightBeDirty(e)?reportDirtyChild:reportCleanChild)(n,e),n}function reallyRecompute(e,n){return forgetChildren(e),iy.withValue(e,recomputeNewValue,[e,n]),maybeSubscribe(e,n)&&setClean(e),valueGet(e.value)}function recomputeNewValue(n,e){n.recomputing=!0,n.value.length=0;try{n.value[0]=n.fn.apply(null,e)}catch(e){n.value[1]=e}n.recomputing=!1}function mightBeDirty(e){return e.dirty||!(!e.dirtyChildren||!e.dirtyChildren.size)}function setClean(e){e.dirty=!1,mightBeDirty(e)||reportClean(e)}function reportDirty(e){eachParent(e,reportDirtyChild)}function reportClean(e){eachParent(e,reportCleanChild)}function eachParent(e,n){var i=e.parents.size;if(i)for(var t=ay(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=ry.pop()||new Set;e.dirtyChildren.add(n),i&&reportDirty(e)}function reportCleanChild(e,n){assert(e.childValues.has(n)),assert(!mightBeDirty(n));var i=e.childValues.get(n);0===i.length?e.childValues.set(n,valueCopy(n.value)):valueIs(i,n.value)||e.setDirty(),removeDirtyChild(e,n),mightBeDirty(e)||reportClean(e)}function removeDirtyChild(e,n){var i=e.dirtyChildren;i&&(i.delete(n),0===i.size&&(ry.length<dy&&ry.push(i),e.dirtyChildren=null))}function forgetChildren(i){0<i.childValues.size&&i.childValues.forEach(function(e,n){forgetChild(i,n)}),i.forgetDeps(),assert(null===i.dirtyChildren)}function forgetChild(e,n){n.parents.delete(e),e.childValues.delete(n),removeDirtyChild(e,n)}function maybeSubscribe(n,e){if("function"==typeof n.subscribe)try{maybeUnsubscribe(n),n.unsubscribe=n.subscribe.apply(null,e)}catch(e){return n.setDirty(),!1}return!0}var uy={setDirty:!0,dispose:!0,forget:!0};function dep(e){var a=new Map,t=e&&e.subscribe;function depend(e){var n,i=iy.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&&ty.call(uy,n)?n:"setDirty",ay(t).forEach(function(e){return e[i]()}),a.delete(e),maybeUnsubscribe(t))},depend}function makeDefaultMakeCacheKeyFunction(){var e=new Wv("function"==typeof WeakMap);return function(){return e.lookupArray(arguments)}}makeDefaultMakeCacheKeyFunction();var my=new Set;function wrap(t,a){void 0===a&&(a=Object.create(null));function lva(){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 oy(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),my.add(r),iy.hasValue()||(my.forEach(function(e){return e.clean()}),my.clear()),i}var r=new ny(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(lva,"size",{get:function(){return r.map.size},configurable:!1,enumerable:!1}),lva.dirtyKey=dirtyKey,lva.dirty=function dirty(){dirtyKey(o.apply(null,arguments))},lva.peekKey=peekKey,lva.peek=function peek(){return peekKey(o.apply(null,arguments))},lva.forgetKey=forgetKey,lva.forget=function forget(){return forgetKey(o.apply(null,arguments))},lva.makeCacheKey=o,lva.getKey=d?function getKey(){return o.apply(null,d.apply(null,arguments))}:o,Object.freeze(lva)}var sy=function(){function ApolloCache(){this.getFragmentDoc=wrap(getFragmentQueryDocument)}return ApolloCache.prototype.batch=function(e){this.performTransaction(e.update,"string"==typeof e.optimistic?e.optimistic:!1===e.optimistic?null:void 0)},ApolloCache.prototype.recordOptimisticTransaction=function(e,n){this.performTransaction(e,n)},ApolloCache.prototype.transformDocument=function(e){return e},ApolloCache.prototype.identify=function(e){},ApolloCache.prototype.gc=function(){return[]},ApolloCache.prototype.modify=function(e){return!1},ApolloCache.prototype.transformForLink=function(e){return e},ApolloCache.prototype.readQuery=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(cv(cv({},e),{rootId:e.id||"ROOT_QUERY",optimistic:n}))},ApolloCache.prototype.readFragment=function(e,n){return void 0===n&&(n=!!e.optimistic),this.read(cv(cv({},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}(),ly=function(r){function MissingFieldError(e,n,i,t){var a=r.call(this,e)||this;return a.message=e,a.path=n,a.query=i,a.variables=t,a.__proto__=MissingFieldError.prototype,a}return __extends(MissingFieldError,r),MissingFieldError}(Error),cy=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 py={dataIdFromObject:defaultDataIdFromObject,addTypename:!0,resultCaching:!0,canonizeResults:!1};function normalizeConfig(e){return compact(py,e)}function shouldCanonizeResults(e){e=e.canonizeResults;return void 0===e?py.canonizeResults:e}function getTypenameFromStoreObject(e,n){return isReference(n)?e.get(n.__ref,"__typename"):n&&n.__typename}var ky=/^[_a-z][_0-9a-z]*/i;function fieldNameFromStoreName(e){var n=e.match(ky);return n?n[0]:e}function selectionSetMatchesResult(n,i,t){return!!isNonNullObject(i)&&(Array.isArray(i)?i.every(function(e){return selectionSetMatchesResult(n,e,t)}):n.selections.every(function(e){if(isField(e)&&shouldInclude(e,t)){var n=resultKeyNameFromField(e);return cy.call(i,n)&&(!e.selectionSet||selectionSetMatchesResult(e.selectionSet,i[n],t))}return!0}))}function storeValueIsStoreObject(e){return isNonNullObject(e)&&!isReference(e)&&!Array.isArray(e)}function makeProcessedFieldsMerger(){return new Tv}var vy=Object.create(null),yy=function(){return vy},fy=Object.create(null),Ny=function(){function EntityStore(e,n){var a=this;this.policies=e,this.group=n,this.data=Object.create(null),this.rootIds=Object.create(null),this.refs=Object.create(null),this.getFieldValue=function(e,n){return maybeDeepFreeze(isReference(e)?a.get(e.__ref,n):e&&e[n])},this.canRead=function(e){return isReference(e)?a.has(e.__ref):"object"==typeof e},this.toReference=function(e,n){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}}}return EntityStore.prototype.toObject=function(){return cv({},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),cy.call(this.data,e)){var i=this.data[e];if(i&&cy.call(i,n))return i[n]}return"__typename"===n&&cy.call(this.policies.rootTypenamesById,e)?this.policies.rootTypenamesById[e]:this instanceof Ty?this.parent.get(e,n):void 0},EntityStore.prototype.lookup=function(e,n){return n&&this.group.depend(e,"__exists"),cy.call(this.data,e)?this.data[e]:this instanceof Ty?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 Tv(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 Ty||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:vy,INVALIDATE:fy,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===yy?vy:n(maybeDeepFreeze(t),cv(cv({},l),{fieldName:i,storeFieldName:e,storage:d.getStorage(a,e)})))===fy?d.group.dirty(a,e):(i=i===vy?void 0:i)!==t&&(m=!0,t=u[e]=i)),void 0!==t&&(s=!1))}),m)return this.merge(a,u),s&&(this instanceof Ty?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]=yy,e):yy)}return!1},EntityStore.prototype.evict=function(e,n){var i=!1;return e.id&&(cy.call(this.data,e.id)&&(i=this.delete(e.id,e.fieldName,e.args)),this instanceof Ty&&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){cy.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&&cy.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 Ty?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){cy.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 Ty;)a=a.parent;e.forEach(function(e){return a.delete(e)})}return e},EntityStore.prototype.findChildRefIds=function(e){if(!cy.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}(),gy=function(){function CacheGroup(e,n){void 0===n&&(n=null),this.caching=e,this.parent=n,this.d=null,this.resetCaching()}return CacheGroup.prototype.resetCaching=function(){this.d=this.caching?dep():null,this.keyMaker=new Wv(_v)},CacheGroup.prototype.depend=function(e,n){var i;this.d&&(this.d(makeDepKey(e,n)),(i=fieldNameFromStoreName(n))!==n&&this.d(makeDepKey(e,i)),this.parent&&this.parent.depend(e,n))},CacheGroup.prototype.dirty=function(e,n){this.d&&this.d.dirty(makeDepKey(e,n),"__exists"===n?"forget":"setDirty")},CacheGroup}();function makeDepKey(e,n){return n+"#"+e}function maybeDependOnExistenceOfEntity(e,n){supportsResultCaching(e)&&e.group.depend(n,"__exists")}!function(e){var t,n=(__extends(Root,t=e),Root.prototype.addLayer=function(e,n){return this.stump.addLayer(e,n)},Root.prototype.removeLayer=function(){return this},Root.prototype.getStorage=function(){return this.storageTrie.lookupArray(arguments)},Root);function Root(e){var n=e.resultCaching,i=e.seed,n=t.call(this,e.policies,new gy(void 0===n||n))||this;return n.stump=new hy(n),n.storageTrie=new Wv(_v),i&&n.replace(i),n}e.Root=n}(Ny=Ny||{});var Ty=function(r){function Layer(e,n,i,t){var a=r.call(this,n.policies,t)||this;return a.id=e,a.parent=n,a.replay=i,a.group=t,i(a),a}return __extends(Layer,r),Layer.prototype.addLayer=function(e,n){return new Layer(e,this,n,this.group)},Layer.prototype.removeLayer=function(e){var a=this,r=this.parent.removeLayer(e);return e===this.id?(this.group.caching&&Object.keys(this.data).forEach(function(n){var i=a.data[n],t=r.lookup(n);t?i?i!==t&&Object.keys(i).forEach(function(e){equal(i[e],t[e])||a.group.dirty(n,e)}):(a.group.dirty(n,"__exists"),Object.keys(t).forEach(function(e){a.group.dirty(n,e)})):a.delete(n)}),r):r===this.parent?this:r.addLayer(this.id,this.replay)},Layer.prototype.toObject=function(){return cv(cv({},this.parent.toObject()),this.data)},Layer.prototype.findChildRefIds=function(e){var n=this.parent.findChildRefIds(e);return cy.call(this.data,e)?cv(cv({},n),r.prototype.findChildRefIds.call(this,e)):n},Layer.prototype.getStorage=function(){for(var e=this.parent;e.parent;)e=e.parent;return e.getStorage.apply(e,arguments)},Layer}(Ny),hy=function(n){function Stump(e){return n.call(this,"EntityStore.Stump",e,function(){},new gy(e.group.caching,e.group))||this}return __extends(Stump,n),Stump.prototype.removeLayer=function(){return this},Stump.prototype.merge=function(){return this.parent.merge.apply(this.parent,arguments)},Stump}(Ty);function storeObjectReconciler(e,n,i){e=e[i],i=n[i];return equal(e,i)?e:i}function supportsResultCaching(e){return!!(e instanceof Ny&&e.group.caching)}function shallowCopy(e){return isNonNullObject(e)?Array.isArray(e)?e.slice(0):cv({__proto__:Object.getPrototypeOf(e)},e):e}var Iy,Dy,Sy=function(){function ObjectCanon(){this.known=new(Rv?WeakSet:Set),this.pool=new Wv(_v),this.passes=new WeakMap,this.keysByJSON=new Map,this.empty=this.admit({})}return ObjectCanon.prototype.isKnown=function(e){return isNonNullObject(e)&&this.known.has(e)},ObjectCanon.prototype.pass=function(e){if(isNonNullObject(e)){var n=shallowCopy(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}(),by=Object.assign(function(e){if(isNonNullObject(e)){void 0===Iy&&resetCanonicalStringify();var n=Iy.admit(e),i=Dy.get(n);return void 0===i&&Dy.set(n,i=JSON.stringify(n)),i}return JSON.stringify(e)},{reset:resetCanonicalStringify});function resetCanonicalStringify(){Iy=new Sy,Dy=new(_v?WeakMap:Map)}function missingFromInvariant(e,n){return new ly(e.message,n.path.slice(),n.query,n.variables)}function execSelectionSetKeyArgs(e){return[e.selectionSet,e.objectOrReference,e.context,e.context.canonizeResults]}var Fy=function(){function StoreReader(e){var a=this;this.knownResults=new(_v?WeakMap:Map),this.config=compact(e,{addTypename:!1!==e.addTypename,canonizeResults:shouldCanonizeResults(e)}),this.canon=e.canon||new Sy,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?cv(cv({},t),{result:a.canon.admit(t.result)}):t:(maybeDependOnExistenceOfEntity(e.context.store,e.enclosingRef.__ref),a.execSelectionSetImpl(e))},{max:this.config.resultCacheMaxSize,keyArgs:execSelectionSetKeyArgs,makeCacheKey:function(e,n,i,t){if(supportsResultCaching(i.store))return i.store.makeCacheKey(e,isReference(n)?n.__ref:n,i.varString,t)}}),this.executeSubSelectedArray=wrap(function(e){return maybeDependOnExistenceOfEntity(e.context.store,e.enclosingRef.__ref),a.execSubSelectedArrayImpl(e)},{max:this.config.resultCacheMaxSize,makeCacheKey:function(e){var n=e.field,i=e.array,e=e.context;if(supportsResultCaching(e.store))return e.store.makeCacheKey(n,i,e.varString)}})}return StoreReader.prototype.resetCanon=function(){this.canon=new Sy},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=cv(cv({},getDefaultValues(getQueryDefinition(i))),r),a=makeReference(a),e=this.executeSelectionSet({selectionSet:getMainDefinition(i).selectionSet,objectOrReference:a,enclosingRef:a,context:{store:n,query:i,policies:d,variables:r,varString:by(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 bp("Dangling reference to missing "+r.__ref+" object"):new bp(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 c=new Set(n.selections);c.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?fv.added(e)||getMissing().push(missingFromInvariant(__DEV__?new bp("Can't find field '"+e.name.value+"' on "+(isReference(r)?r.__ref+" object":"object "+JSON.stringify(r,null,2))):new bp(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(c.add,c))});e=mergeDeepArray(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__&&assertSelectionSetForIdValue(d.store,a,e),invariant$1(d.path.pop()===n),e))}),{result:d.canonizeResults?this.canon.admit(n):n,missing:i}},StoreReader}();function assertSelectionSetForIdValue(n,i,e){var t;i.selectionSet||(t=new Set([e])).forEach(function(e){isNonNullObject(e)&&(__DEV__?invariant$1(!isReference(e),"Missing selection set for object of type "+getTypenameFromStoreObject(n,e)+" returned for query field "+i.name.value):invariant$1(!isReference(e),7),Object.values(e).forEach(t.add,t))})}var Ay=function(){function StoreWriter(e,n){this.cache=e,this.reader=n}return 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=makeProcessedFieldsMerger(),a=cv(cv({},getDefaultValues(e)),a),m={store:o,written:Object.create(null),merge:function(e,n){return d.merge(e,n)},variables:a,varString:by(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 bp("Could not identify object "+JSON.stringify(i)):new bp(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)&&warnAboutDataLoss(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 c=Object.create(null);a&&(c=m.merge(c,a));var p=n&&l.rootTypenamesById[n]||getTypenameFromResult(u,i,m.fragmentMap)||n&&m.store.get(n,"__typename");"string"==typeof p&&(c.__typename=p);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:p,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(p,e.name.value,d))?t.info={field:e,typename:p,merge:d}:maybeRecycleChildMergeTree(s,i),c=m.merge(c,((d={})[i]=a,d))):m.clientOnly||fv.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,p,u,m.variables)&&e.selectionSet.selections.forEach(k.add,k))}),"string"!=typeof n)return c;i=m.incomingById.get(n);return i?(i.fields=m.merge(i.fields,c),i.mergeTree=mergeMergeTrees(i.mergeTree,s),i.selections.forEach(k.add,k),i.selections=k):m.incomingById.set(n,{fields:c,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):cv({},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}(),Ey=[];function getChildMergeTree(e,n){e=e.map;return e.has(n)||e.set(n,Ey.pop()||{map:new Map}),e.get(n)}function mergeMergeTrees(n,i){if(n===i||!i||mergeTreeIsEmpty(i))return n;if(!n||mergeTreeIsEmpty(n))return i;var t,e=n.info&&i.info?cv(cv({},n.info),i.info):n.info||i.info,a=n.map.size&&i.map.size,r={info:e,map:a?new Map:(n.map.size?n:i).map};return a&&(t=new Set(i.map.keys()),n.map.forEach(function(e,n){r.map.set(n,mergeMergeTrees(e,i.map.get(n))),t.delete(n)}),t.forEach(function(e){r.map.set(e,mergeMergeTrees(i.map.get(e),n.map.get(e)))})),r}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)&&(Ey.push(e),i.delete(n))}var Cy=new Set;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),Cy.has(n=d+"."+e)||(Cy.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"))))}var Oy=new Xv,_y=new WeakMap;function getCacheInfo(e){var n=_y.get(e);return n||_y.set(e,n={vars:new Set,dep:dep()}),n}function forgetCache(n){getCacheInfo(n).vars.forEach(function(e){return e.forgetCache(n)})}function recallCache(n){getCacheInfo(n).vars.forEach(function(e){return e.attachCache(n)})}function makeVar(i){function $Ca(e){var n;return 0<arguments.length?i!==e&&(i=e,t.forEach(function(e){getCacheInfo(e).dep.dirty($Ca),broadcast(e)}),n=Array.from(a),a.clear(),n.forEach(function(e){return e(i)})):(n=Oy.getValue())&&(r(n),getCacheInfo(n).dep($Ca)),i}var t=new Set,a=new Set;$Ca.onNextChange=function(e){return a.add(e),function(){a.delete(e)}};var r=$Ca.attachCache=function(e){return t.add(e),getCacheInfo(e).vars.add($Ca),$Ca};return $Ca.forgetCache=function(e){return t.delete(e)},$Ca}function broadcast(e){e.broadcastWatches&&e.broadcastWatches()}function argsFromFieldSpecifier(e){return void 0!==e.args?e.args:e.field?argumentsObjectFromField(e.field,e.variables):null}kv.setStringify(by);var Ry=function(){},Vy=function(e,n){return n.fieldName},Py=function(e,n,i){return(0,i.mergeObjects)(e,n)},wy=function(e,n){return n},jy=function(){function Policies(e){this.config=e,this.typePolicies=Object.create(null),this.toBeAdded=Object.create(null),this.supertypeMap=new Map,this.fuzzySubtypes=new Map,this.rootIdsByTypename=Object.create(null),this.rootTypenamesById=Object.create(null),this.usingPossibleTypes=!1,this.config=cv({dataIdFromObject:defaultDataIdFromObject},e),this.cache=this.config.cache,this.setRootTypename("Query"),this.setRootTypename("Mutation"),this.setRootTypename("Subscription"),e.possibleTypes&&this.addPossibleTypes(e.possibleTypes),e.typePolicies&&this.addTypePolicies(e.typePolicies)}return Policies.prototype.identify=function(e,n,i){var t=n&&i?getTypenameFromResult(e,n,i):e.__typename;if(t===this.rootTypenamesById.ROOT_QUERY)return["ROOT_QUERY"];for(var a,r={typename:t,selectionSet:n,fragmentMap:i},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),cy.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?Py:!1===n?wy:e.merge}setMerge(n,e.merge),n.keyFn=!1===i?Ry: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)?Vy: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||Vy)})},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(ky);n&&n[0]===e||t.fuzzySubtypes.set(e,new RegExp(e))})})},Policies.prototype.getTypePolicy=function(n){var i,t=this;cy.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 c=o[l];if(c.has(r))return d.has(r)||(s&&__DEV__&&invariant$1.warn("Inferring subtype "+i+" of supertype "+r),d.add(r)),!0;c.forEach(u),m&&l===o.length-1&&selectionSetMatchesResult(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?storeKeyNameFromField(e.field,e.variables):kv(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 Oy.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===Py?makeMergeObjectsFunction(t.store)(e,n):i===wy?n:i(e=t.overwrite?void 0:e,n,makeFieldFunctionOptions(this,void 0,{typename:d,fieldName:r.name.value,field:r,variables:t.variables},t,a||Object.create(null)))},Policies}();function makeFieldFunctionOptions(t,a,e,r,n){var i=t.getStoreFieldName(e),d=fieldNameFromStoreName(i),o=e.variables||r.variables,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=cv({},e),cy.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 bp("Cannot automatically merge arrays"):new bp(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 cv(cv({},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 Wv(_v);return function(e,n){n.selectionSet&&n.fragmentMap&&(i=(i=a.lookupArray([n.selectionSet,n.fragmentMap])).aliasMap||(i.aliasMap=makeAliasMap(n.selectionSet,n.fragmentMap)));var i=n.keyObject=computeKeyObject(e,t,!0,i);return n.typename+":"+JSON.stringify(i)}}function makeAliasMap(e,t){var a=Object.create(null),r=new Set([e]);return r.forEach(function(e){e.selections.forEach(function(e){var n,i;isField(e)?(!e.alias||(i=e.name.value)!==(n=e.alias.value)&&((a.aliases||(a.aliases=Object.create(null)))[i]=n),e.selectionSet&&((a.subsets||(a.subsets=Object.create(null)))[e.name.value]=makeAliasMap(e.selectionSet,t))):(e=getFragmentFromSelection(e,t))&&r.add(e.selectionSet)})}),a}function computeKeyObject(i,e,t,a){var r,d,o=Object.create(null);return e.forEach(function(e){var n;Array.isArray(e)?"string"==typeof d&&"string"==typeof r&&(n=(n=a&&a.subsets)&&n[d],o[d]=computeKeyObject(i[r],e,t,n)):cy.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 By=function(i){function InMemoryCache(e){void 0===e&&(e={});var n=i.call(this)||this;return n.watches=new Set,n.typenameDocumentCache=new Map,n.makeVar=makeVar,n.txCount=0,n.config=normalizeConfig(e),n.addTypename=!!n.config.addTypename,n.policies=new jy({cache:n,dataIdFromObject:n.config.dataIdFromObject,possibleTypes:n.config.possibleTypes,typePolicies:n.config.typePolicies}),n.init(),n}return __extends(InMemoryCache,i),InMemoryCache.prototype.init=function(){var e=this.data=new Ny.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 Ay(this,this.storeReader=new Fy({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,by({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(cv(cv({},e),{store:e.optimistic?this.optimisticData:this.data,config:this.config,returnPartialData:n})).result||null}catch(e){if(e instanceof ly)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(cy.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(cv(cv({},e),{store:e.optimistic?this.optimisticData:this.data,rootId:e.id||"ROOT_QUERY",config:this.config}))},InMemoryCache.prototype.watch=function(e){var n=this;return this.watches.size||recallCache(this),this.watches.add(e),e.immediate&&this.maybeBroadcastWatch(e),function(){n.watches.delete(e)&&!n.watches.size&&forgetCache(n),n.maybeBroadcastWatch.forget(e)}},InMemoryCache.prototype.gc=function(e){by.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(cy.call(e,"id"))return!1;e=cv(cv({},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(),by.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(cv(cv({},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(cv(cv({},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=fv(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}(sy),Ly=new Map,xy=new Map,My=!0,zy=!1;function normalize(e){return e.replace(/[\s,]+/g," ").trim()}function cacheKeyFromLoc(e){return normalize(e.source.body.substring(e.start,e.end))}function processFragments(e){var a=new Set,r=[];return e.definitions.forEach(function(e){var n,i,t;"FragmentDefinition"===e.kind?(n=e.name.value,i=cacheKeyFromLoc(e.loc),(t=xy.get(n))&&!t.has(i)?My&&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||xy.set(n,t=new Set),t.add(i),a.has(i)||(a.add(i),r.push(e))):r.push(e)}),cv(cv({},e),{definitions:r})}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}function parseDocument(e){var n=normalize(e);if(!Ly.has(n)){e=parse(e,{experimentalFragmentVariables:zy});if(!e||"Document"!==e.kind)throw new Error("Not a valid GraphQL document.");Ly.set(n,stripLoc(processFragments(e)))}return Ly.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)}function resetCaches(){Ly.clear(),xy.clear()}function disableFragmentWarnings(){My=!1}function enableExperimentalFragmentVariables(){zy=!0}function disableExperimentalFragmentVariables(){zy=!1}var $y,qy={gql:gql,resetCaches:resetCaches,disableFragmentWarnings:disableFragmentWarnings,enableExperimentalFragmentVariables:enableExperimentalFragmentVariables,disableExperimentalFragmentVariables:disableExperimentalFragmentVariables};!function(e){e.gql=qy.gql,e.resetCaches=qy.resetCaches,e.disableFragmentWarnings=qy.disableFragmentWarnings,e.enableExperimentalFragmentVariables=qy.enableExperimentalFragmentVariables,e.disableExperimentalFragmentVariables=qy.disableExperimentalFragmentVariables}(gql=gql||{});var Uy=(gql.default=gql)($y=$y||_taggedTemplateLiteral(["\n\tfragment session on Session {\n\t\tid\n\t}\n"])),Gy=function SessionHandler(e){var n=this;_classCallCheck$1(this,SessionHandler),_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:Uy});return qd(e,"id")||"1"}),_defineProperty$4(this,"writeSessionId",function(e){n.cache.writeFragment({id:n.cacheKeyForSession,fragment:Uy,data:{id:e,__typename:"Session"}})}),this.cache=e.cache},Wy=["cache","getApolloClient"],Hy=["type"],Qy=["isLocalFolder"];function createZimbraSchema(e){var n=e.cache,i=_objectWithoutProperties(e,Wy),n=n?new Gy({cache:n}):void 0,a=new gp(_objectSpread2(_objectSpread2({},i),{},{sessionHandler:n})),r=e.localStoreClient,e=t.makeExecutableSchema({typeDefs:Tp,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,Hy);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,Qy);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:Ro(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(Hc.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}}var Ky=function(){function OperationBatcher(e){var n=e.batchDebounce,i=e.batchInterval,t=e.batchMax,a=e.batchHandler,e=e.batchKey;this.queuedRequests=new Map,this.batchDebounce=n,this.batchInterval=i,this.batchMax=t||0,this.batchHandler=a,this.batchKey=e||function(){return""}}return OperationBatcher.prototype.enqueueRequest=function(e){var n=this,i=cv({},e),t=!1,a=this.batchKey(e.operation);return i.observable||(i.observable=new Cv(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)||Cv.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}(),Zy=function(o){function BatchLink(e){var n=o.call(this)||this,i=e||{},t=i.batchInterval,a=i.batchMax,r=i.batchHandler,d=i.batchKey;return n.batcher=new Ky({batchDebounce:i.batchDebounce,batchInterval:void 0===t?10:t,batchMax:void 0===a?0:a,batchHandler:void 0===r?function(){return null}:r,batchKey:void 0===d?function(){return""}:d}),e.batchHandler.length<=1&&(n.request=function(e){return n.batcher.enqueueRequest({operation:e})}),n}return __extends(BatchLink,o),BatchLink.prototype.request=function(e,n){return this.batcher.enqueueRequest({operation:e,forward:n})},BatchLink}(wv),Yy=function(){_inherits$1(LocalBatchLink,wv);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 zPa(e){return new Cv(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 graphql(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 Zy({batchInterval:a.batchInterval,batchHandler:zPa}),r}return _createClass$6(LocalBatchLink,[{key:"request",value:function request(e){return this.batcher.request(e)}}]),LocalBatchLink}();function onError(d){return new wv(function(a,r){return new Cv(function(n){var e,i,t;try{e=r(a).subscribe({next:function(e){e.errors&&(t=d({graphQLErrors:e.errors,response:e,operation:a,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.next(e)},error:function(e){(t=d({operation:a,networkError:e,graphQLErrors:e&&e.result&&e.result.errors,forward:r}))?i=t.subscribe({next:n.next.bind(n),error:n.error.bind(n),complete:n.complete.bind(n)}):n.error(e)},complete:function(){t||n.complete.bind(n)()}})}catch(e){d({networkError:e,operation:a,forward:r}),n.error(e)}return function(){e&&e.unsubscribe(),i&&e.unsubscribe()}})})}var Jy=function(i){function ErrorLink(e){var n=i.call(this)||this;return n.link=onError(e),n}return __extends(ErrorLink,i),ErrorLink.prototype.request=function(e,n){return this.link.request(e,n)},ErrorLink}(wv),Xy=["message","originalError"],ef=function(){_inherits$1(ZimbraErrorLink,Jy);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,Xy),e=qd(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}(),nf=function dataIdFromPath(e,n){if(e.__typename){n=qd(e,n);return n?"".concat(e.__typename,":").concat(n):defaultDataIdFromObject(e)}},tf=function dataIdFromObject(e){switch(e.__typename){case"CalendarItemHitInfo":return e.instances?"".concat(defaultDataIdFromObject(e),":").concat(e.instances.length):"".concat(defaultDataIdFromObject(e));case"MailboxMetadata":return nf(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);default:return defaultDataIdFromObject(e)}};function createPossibleTypes(){return(0<arguments.length&&void 0!==arguments[0]?arguments[0]:Object)({MailItem:["Conversation","MessageInfo","MsgWithGroupInfo"]})}var af={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}}}},rf=function(){_inherits$1(ZimbraInMemoryCache,By);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=createPossibleTypes(e.possibleTypes)),n.call(this,_objectSpread2({dataIdFromObject:tf,typePolicies:af},e))}return ZimbraInMemoryCache}(),df=function SyncOfflineOperations(e){var i=this,n=e.apolloClient,t=e.storage,e=e.storeKey,e=void 0===e?"@offlineQueueKey":e;if(_classCallCheck$1(this,SyncOfflineOperations),_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=[]};function hasSensitiveVariables(e){return!!qd(e,"variables.password")}function isMutationOperation(e){e=e.query;return e&&e.definitions&&0<e.definitions.filter(function(e){return"mutation"===e.operation}).length}function deriveOfflineQueue(e){return e.map(function(e){var n=e.operation,i=n.query,e=n.variables,n={};return _defineProperty$4(n,isMutationOperation({query:i})?"mutation":"query",i),_defineProperty$4(n,"variables",e),n})}var uf,mf,sf,lf,cf,pf=function(){_inherits$1(OfflineQueueLink,wv);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 kRa(){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),kRa()},complete:function complete(){a.dequeue(n),i.complete&&i.complete(),kRa()}})})})}),_defineProperty$4(_assertThisInitialized$1(a),"sync",function(e){e=e.apolloClient;if(e){var n=new df({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||hasSensitiveVariables(i))&&t?t(i):new Cv(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}();!function(e){e.conversation="conversation",e.message="message"}(uf=uf||{}),function(e){e.unread="u",e.flagged="f",e.hasAttachment="a",e.replied="r",e.sentByMe="s",e.forwarded="w",e.calendarInvite="v",e.draft="d",e.imapDeleted="x",e.notificationSent="n",e.urgent="!",e.lowPriority="?",e.priority="+"}(mf=mf||{}),function(e){e.update="update",e.delete="delete",e.read="read",e.unread="!read",e.flag="flag",e.unflag="!flag",e.tag="tag",e.untag="!tag",e.move="move",e.spam="spam",e.unspam="!spam",e.trash="trash",e.copy="copy",e.recover="recover",e.rename="rename"}(sf=sf||{}),(lf=lf||{}).update="update",(cf=cf||{}).priority="priority";var kf=Object.freeze({__proto__:null,get MailFolderView(){return uf},get MessageFlags(){return mf},get ActionOps(){return sf},get _MessageActionOps(){return lf},get _ConversationActionOps(){return cf},get ActionType(){return Hc},get ActionResultType(){return Qc},get AccountType(){return Es},get ActionTypeName(){return Cs},get AddressType(){return Os},get AlarmAction(){return _s},get AlarmRelatedTo(){return Rs},get AutoCompleteMatchType(){return Vs},get CalendarItemClass(){return Ps},get CalendarItemRecurrenceFrequency(){return ws},get ConnectionType(){return js},get ContactType(){return Bs},get FilterMatchCondition(){return Ls},get FolderView(){return xs},get FreeBusyStatus(){return Ms},get GalSearchType(){return zs},get GranteeType(){return $s},get Importance(){return qs},get InviteCompletionStatus(){return Us},get InviteReplyType(){return Gs},get InviteReplyVerb(){return Ws},get InviteType(){return Hs},get LicenseStatus(){return Qs},get Mode(){return Ks},get NeedIsMemberType(){return Zs},get ParticipationRole(){return Ys},get ParticipationStatus(){return Js},get PasswordRecoveryAddressStatus(){return Xs},get PrefCalendarInitialView(){return el},get PrefClientType(){return nl},get PrefDelegatedSendSaveTarget(){return il},get PrefMailSelectAfterDelete(){return tl},get PrefMailSendReadReceipts(){return al},get ReadingPaneLocation(){return rl},get RecoverAccountOp(){return dl},get ResetPasswordStatus(){return ol},get SaveDocumentAction(){return ul},get SaveDocumentType(){return ml},get SearchType(){return sl},get SetRecoveryAccountChannel(){return ll},get SetRecoveryAccountOp(){return cl},get ShareInputAction(){return pl},get SortBy(){return kl},get Weekday(){return vl},get ZimletPresence(){return yl}}),vf={Contact:Rm,Conversation:Ju,Document:wm,FolderEntity:km,Mailbox:Ts,MessageInfo:Zu,Tag:gs};exports.LocalBatchLink=Yy,exports.OfflineQueueLink=pf,exports.SyncOfflineOperations=df,exports.ZimbraBatchClient=gp,exports.ZimbraErrorLink=ef,exports.ZimbraInMemoryCache=rf,exports.batchJsonRequest=batchJsonRequest,exports.createZimbraSchema=createZimbraSchema,exports.entities=vf,exports.jsonRequest=jsonRequest,exports.normalize=normalize$1,exports.schema=Tp,exports.types=kf;
2
2
  //# sourceMappingURL=zm-api-js-client.js.map